页面美化+接口更新
This commit is contained in:
@@ -70,8 +70,9 @@
|
||||
<view class="list shupingList" v-if="shupingList.length > 0">
|
||||
<view class="item" @click.stop="toDetail(item)" v-for="item in shupingList" :key="item.id">
|
||||
<h4>{{item.title}}</h4>
|
||||
<view class="info" v-if="item.content != ''" v-html="item.content">
|
||||
|
||||
<view class="" v-if="item.content && item.content != '' ">
|
||||
<view class="info" v-html="item.content">
|
||||
</view>
|
||||
</view>
|
||||
<view class="more" @click.stop="toDetail(item)">立即查看</view>
|
||||
</view>
|
||||
@@ -331,7 +332,9 @@
|
||||
.playing{color: #1daa5c;}
|
||||
.flexbox{display: flex;}
|
||||
.tags{
|
||||
|
||||
.tag{
|
||||
margin-left: 0; margin-right: 10rpx;
|
||||
}
|
||||
}
|
||||
.moreBtn{text-align: center; margin-top: 20rpx;
|
||||
text{padding: 6rpx 20rpx; border: 1px solid #27b386; color: #27b386; border-radius: 10rpx;}
|
||||
|
||||
Reference in New Issue
Block a user