This commit is contained in:
parent
d2f571d8f6
commit
d3bd4a1f2a
|
@ -216,8 +216,9 @@
|
|||
-¥<text style="font-weight: bold;">{{order.couponMoney}}</text></view>
|
||||
<view class="" v-else>-</view>
|
||||
</view>
|
||||
<view class="jusitify-line-end"></view>
|
||||
<view class="flex justify-between add-lin" >
|
||||
<view class="fei-view-list-z">合计:</view>
|
||||
<view class="add-con-title">合计:</view>
|
||||
<view class="add-con-cont" style="color: #FF3939;font-size: 32rpx;">¥
|
||||
<text style="font-size: 35rpx;font-weight: bold;">
|
||||
{{order.payMoney}}
|
||||
|
|
|
@ -717,14 +717,15 @@
|
|||
color: #019c88;
|
||||
}
|
||||
.my-head-mian-top-view-qian{
|
||||
width: 300rpx;
|
||||
width: 360rpx;
|
||||
font-size: 26rpx;
|
||||
color: #999;
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
border-radius: 0 0 50rpx 50rpx;
|
||||
height: 42rpx;
|
||||
height: 55rpx;
|
||||
line-height: 55rpx;
|
||||
color: #ffffff;
|
||||
}
|
||||
.my-head-mian-top-view{
|
||||
|
|
Loading…
Reference in New Issue