This commit is contained in:
zmr900709
2020-08-20 14:23:21 +08:00
parent 30539ddf64
commit c81ee7e961
10 changed files with 50 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
<u-icon name="play-circle-fill" color="#ffffff" size="20"></u-icon>
<text>视频</text>
</view>
<image class="head" :src="item.article_pic"></image>
<image class="head" :src="item.article_pic" mode="aspectFill"></image>
</view>
<view class="title" v-if="">{{ item.article_title }}</view>
<view class="jianjie">{{ item.article_content }}</view>
@@ -103,7 +103,7 @@
}
}
>image{
width: 37rpx;
width: 35rpx;
height: 8rpx;
padding: 20rpx;
}