|
@@ -25,7 +25,7 @@
|
|
|
<view v-for="item in partList" :key="item.id" class="flex align-center item-list">
|
|
|
<view style="height: 150rpx;">
|
|
|
<u-image :src="item.product.images" border-radius="16" width="200" height="150" bg-color="#EBEBEB" ></u-image>
|
|
|
- <view class="back-price">返<text>¥{{item.giveAmount}}</text></view>
|
|
|
+ <view class="back-price">返¥<text>{{item.giveAmount}}</text></view>
|
|
|
</view>
|
|
|
<view>
|
|
|
<view class="item-name">
|
|
@@ -239,7 +239,7 @@
|
|
|
.back-price{
|
|
|
zoom: calc(0.8);
|
|
|
padding: 6rpx 55rpx;
|
|
|
- background: rgb(255 87 34 / 0.6);
|
|
|
+ background: rgba(255 ,87 ,34 , 0.6);
|
|
|
position: absolute;
|
|
|
top: 16rpx;
|
|
|
left: -50rpx;
|