This commit is contained in:
kbing1981 2024-09-03 09:03:12 +08:00
parent b609b94519
commit 49c3687142
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
</view> </view>
<!-- 3.评论 --> <!-- 3.评论 -->
<view class="comment list-view" @click="toComment(index)" style="opacity: 0.9; margin-top: 17px;"> <view class="comment list-view" @click="toComment(index)" style="opacity: 0.9; margin-top: 17px;">
<image src="@/static/img/index/liaotian-2.png" style="width: 35px; height: 35px; position: absolute; right: 7px;"></image> <image src="@/static/img/index/liaotian-2.png" style="width:38px; height:36px; position: absolute; right: 7px;"></image>
<text style="color: #FFFFFF; margin-top: 5px; font-size: 14px; font-weight: bold; text-align: center; margin-top: 40px;">{{list.pls}}</text> <text style="color: #FFFFFF; margin-top: 5px; font-size: 14px; font-weight: bold; text-align: center; margin-top: 40px;">{{list.pls}}</text>
</view> </view>
<!-- 4.分享 --> <!-- 4.分享 -->