书评列表风格改造

This commit is contained in:
yanwenlong
2023-09-20 00:02:03 +08:00
parent ef54443c1a
commit 4d17aae24b
2 changed files with 49 additions and 32 deletions

View File

@@ -61,7 +61,7 @@
<!-- <h4></h4> -->
<view class="" v-if="listenList.length > 0 && listenList[0]" style="margin:0rpx 0rpx 30rpx;">
<view class="">
<view style="font-weight: 600;margin-bottom: 30rpx;color:#71d5a1;">赠送听书权益</view>
<view style="font-weight: 700;margin-bottom: 30rpx;color:#71d5a1;">赠送听书权益</view>
</view>
<view class="item flexbox aligncenter" v-for="item in listenList" :key="item.id" style="padding-bottom:10rpx;">
<view class="spbhimg" @click="previewImage(item.images)">
@@ -73,7 +73,7 @@
</view>
</view>
<view class="">
<view style="font-weight: 600;margin:0rpx 0rpx 30rpx;">商品详情</view>
<view style="font-weight: 700;margin:0rpx 0rpx 30rpx;">商品详情</view>
</view>
<view class="bookInfo" >
<u-row customStyle="margin-bottom: 10px">
@@ -109,7 +109,7 @@
</view>
<view class="pingjia" v-else>
<view class="">
<view style="font-weight: 600;margin-bottom: 30rpx;">评价({{commentsList?commentsList.length:0}})</view>
<view style="font-weight: 700;margin-bottom: 30rpx;">评价({{commentsList?commentsList.length:0}})</view>
<!-- <view class="icon-del rotate"></view> -->
</view>
<!-- 商品评价 -->