feat:样式修改

This commit is contained in:
2025-10-29 15:11:18 +08:00
parent dd8217d649
commit 40fbf8dfb8
+3 -2
View File
@@ -5,13 +5,14 @@
</view>
<view class="shop-right-view">
<view class="right-top-view text-overflow1">
<image v-if="obj.id === 33162" src="/static/shopping/tp.png" alt="" style="width: 80rpx;height: 32rpx; margin-top: 4rpx; margin-left: 4rpx;"></image><text class="text-32 text-bold text-zu text-overflow1">{{obj.title}}</text>
<text class="text-32 text-bold text-zu text-overflow1">{{obj.title}}</text>
</view>
<view class="right-bottom-view">
<view class="flex-c-lr" >
<view class="text-24" style="color:#FF5A5A;width: 112rpx;height: 32rpx;" v-if="obj.tag">
<view class="text-24" style="color:#FF5A5A;width: 112rpx;height: 32rpx; margin-right: 3rpx;" v-if="obj.tag">
<image src="/static/shopping/tg.png" style="width: 112rpx;height: 32rpx;"></image>
</view>
<image v-if="obj.id === 33162" src="/static/shopping/tp.png" alt="" style="width: 60rpx;height: 32rpx; margin-top: 2rpx;"></image>
<text class="text-24 text-fu">原价</text>
<text class="text-24 text-fu text-d text-bold">¥{{obj.adPrice}}</text>
</view>