diff --git a/pages/user/order_list/order_list.wxml b/pages/user/order_list/order_list.wxml index 14d1e92..53f5ac7 100644 --- a/pages/user/order_list/order_list.wxml +++ b/pages/user/order_list/order_list.wxml @@ -60,10 +60,13 @@ - + + + + 支付尾款 - + 已取消 @@ -80,14 +83,14 @@ - - - + + + - + diff --git a/pages/user/order_list/order_list.wxss b/pages/user/order_list/order_list.wxss index 769be7b..a286061 100644 --- a/pages/user/order_list/order_list.wxss +++ b/pages/user/order_list/order_list.wxss @@ -40,6 +40,8 @@ margin-bottom: 20rpx; font-size: 28rpx; border-bottom: 1rpx solid #eee; + padding-bottom: 25rpx; + } .goods-title { @@ -108,7 +110,7 @@ .goods-tips { height: 60rpx; - padding: 50rpx 0; + padding: 10rpx 0; display: flex; justify-content: space-between; align-items: center; @@ -127,14 +129,14 @@ } .order-btn { - width: 125rpx; - height: 60rpx; - line-height: 60rpx; + width: 150rpx; + height: 50rpx; + line-height: 50rpx; text-align: center; border: 1px solid #eee; margin-left: 10rpx; float: right; - border-radius: 5rpx; + border-radius: 15rpx; } .order-btn-pay { @@ -143,3 +145,6 @@ border-color: #f23030; } .return-btn.co-red{color: #e02e24} +.check-btn{ + margin-bottom: 20rpx; +} \ No newline at end of file