This commit is contained in:
kbing1981 2024-07-20 16:32:00 +08:00
parent 843bee8b7b
commit d1fbcd6579
1 changed files with 2 additions and 3 deletions

View File

@ -63,7 +63,7 @@
<span style="color: rgb(249, 55, 49);">-{{order.couponMoney}}</span> <span style="color: rgb(249, 55, 49);">-{{order.couponMoney}}</span>
</view> </view>
<view class="fei-view-list" v-if="order.vipReductionMoney"> <view class="fei-view-list" v-if="order.vipReductionMoney">
<view>会员减免</view> <span>会员减免</span>
<view>-{{order.vipReductionMoney}}</view> <view>-{{order.vipReductionMoney}}</view>
</view> </view>
<view class="jusitify-line-end"></view> <view class="jusitify-line-end"></view>
@ -1051,7 +1051,7 @@
.jusitify-line-end{ .jusitify-line-end{
height: 1px; height: 1px;
border-bottom: 1px #f4f4f4 solid; border-bottom: 1px #f4f4f4 solid;
margin: 15px 0; margin: 15px 0 0 0;
} }
.xuanzhe{ .xuanzhe{
background: #e5e7eb; background: #e5e7eb;
@ -1338,7 +1338,6 @@
} }
.fei-view-list span:nth-child(2){ .fei-view-list span:nth-child(2){
color: #333333; color: #333333;
font-weight: bold;
} }
.fei-view-list,.fei-view-list-z{ .fei-view-list,.fei-view-list-z{
width: 100%; width: 100%;