Commit eb87e127 by 高淑倩

modify: 消费详情样式

parent 0671a825
...@@ -39,11 +39,11 @@ ...@@ -39,11 +39,11 @@
</view> </view>
<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>
<view class="bottom-point-total">实付合计: <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> </view>
</view> </view>
......
...@@ -64,11 +64,15 @@ ...@@ -64,11 +64,15 @@
} }
.bottom-order-total { .bottom-order-total {
color: #a9a9a9; color: #a9a9a9;
text-decoration: line-through;
} }
.bottom-point-payment { .bottom-coupon-payment {
color: rgb(5, 195, 90); 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; padding-left: 20rpx;
} }
.semi-circle3{ .semi-circle3{
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
color: #ffffff; color: #ffffff;
position: absolute; position: absolute;
right: 20rpx; right: 20rpx;
top: 30rpx; top: 43rpx;
width: 24rpx; width: 24rpx;
word-wrap: break-word; word-wrap: break-word;
font-weight: bold; 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