gdpaoup2 #273
@ -860,7 +860,7 @@
|
||||
.title {
|
||||
width: 700rpx;
|
||||
color: #fff;
|
||||
font-size: 26rpx;
|
||||
font-size: 30rpx;
|
||||
margin-bottom: 20rpx;
|
||||
lines: 1;
|
||||
text-overflow: ellipsis;
|
||||
@ -868,7 +868,7 @@
|
||||
}
|
||||
|
||||
.centent {
|
||||
width: 600rpx;
|
||||
width: 700rpx;
|
||||
color: #fff;
|
||||
font-size: 28rpx;
|
||||
margin-bottom: 20rpx;
|
||||
|
@ -46,7 +46,7 @@
|
||||
<imageTop v-else :url="item.article_pic" @click.native="toDetailsPage({ id: item.article_id, type: item.type })"></imageTop>
|
||||
</view>
|
||||
<view v-if="indexlist.length" class="container-bottom">
|
||||
<listitem v-for="item in indexlist" :key="item.id" :type="item.type" :url="item.article_pic" class="bottom-item" @click.native="toDetailsPage({ id: item.article_id, type: item.type })"></listitem>
|
||||
<listitem v-for="item in indexlist" :key="item.article_id" :type="item.type" :url="item.article_pic" class="bottom-item" @click.native="toDetailsPage({ id: item.article_id, type: item.type })"></listitem>
|
||||
</view>
|
||||
</scroll-view>
|
||||
<view class="item" v-if="cur==1">
|
||||
|
Loading…
Reference in New Issue
Block a user