Commit eb87e127 by 高淑倩

modify: 消费详情样式

parent 0671a825
......@@ -39,11 +39,11 @@
</view>
<view>优惠合计:
<span class="bottom-point-payment">{{utils.numberFormat(orderDetail.couponMoney/100)}}</span>
<span class="bottom-coupon-payment">{{utils.numberFormat(orderDetail.couponMoney/100)}}</span>
</view>
<view class="bottom-point-total">实付合计:
<span class="bottom-point-payment">{{utils.numberFormat(orderDetail.realPayMoney/100)}}</span>
<span class="bottom-point-payment" wx:if="{{orderDetail.realPayMoney}}">+{{utils.numberFormat(orderDetail.realPayMoney/100)}}</span>
</view>
</view>
</view>
......
......@@ -64,11 +64,15 @@
}
.bottom-order-total {
color: #a9a9a9;
text-decoration: line-through;
}
.bottom-point-payment {
.bottom-coupon-payment {
color: rgb(5, 195, 90);
}
.bottom-order-total,.bottom-point-payment,.bottom-point-num {
.bottom-point-payment {
color: #333;
}
.bottom-order-total,.bottom-point-payment,.bottom-point-num,.bottom-coupon-payment {
padding-left: 20rpx;
}
.semi-circle3{
......
......@@ -48,7 +48,7 @@
color: #ffffff;
position: absolute;
right: 20rpx;
top: 30rpx;
top: 43rpx;
width: 24rpx;
word-wrap: break-word;
font-weight: bold;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment