This commit is contained in:
Gdpao 2020-08-20 17:42:07 +08:00
parent 7790481afb
commit 83b06e2ab5
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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">