小样式
This commit is contained in:
parent
5805f87e94
commit
c598481564
@ -144,7 +144,7 @@
|
||||
padding:18rpx 24rpx;
|
||||
}
|
||||
.deliver-type-content .deliver-list .item.current{
|
||||
border: 0.5px solid #FFC300;
|
||||
border: 2rpx solid #FFC300;
|
||||
background: rgba(255, 195, 0, 0.05);
|
||||
color: #FFC300;
|
||||
}
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
</view>
|
||||
<view class="pay" wx:if="{{item.status==orderStatus.unpaid}}">
|
||||
<view class="left">
|
||||
<label>跑腿费用</label>
|
||||
<label>配送费</label>
|
||||
<label class="money">{{item.final_amount}}</label>
|
||||
</view>
|
||||
<button class="button" type="primary" size="mini" capture-catch:tap="pay" data-item="{{item}}">立即支付</button>
|
||||
|
||||
@ -58,16 +58,13 @@
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-top:60rpx;
|
||||
font-size: 26rpx;
|
||||
color: #888888;
|
||||
}
|
||||
.order-list .content .pay .money{
|
||||
margin-left:12rpx;
|
||||
font-size: 40rpx;
|
||||
}
|
||||
.order-list .content .pay .left{
|
||||
border-bottom: 0.5px solid rgba(136, 136, 136, 0.2);
|
||||
padding:20rpx 0;
|
||||
}
|
||||
.order-list .content .pay .left{}
|
||||
.order-list .content .pay .button{
|
||||
margin:0;
|
||||
border-radius: 18rpx;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user