|
@@ -2,8 +2,7 @@
|
|
|
padding: 0 20rpx;
|
|
|
}
|
|
|
.container .categoryBox {
|
|
|
- margin-top: 24rpx;
|
|
|
- margin-bottom: 38rpx;
|
|
|
+ margin: 24rpx 0;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
@@ -21,6 +20,23 @@
|
|
|
color: #FE9221;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+.container .orderList .tips {
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+ position: relative;
|
|
|
+ padding: 14rpx 0;
|
|
|
+ text-align: center;
|
|
|
+ background: #FFFAEA;
|
|
|
+ font-size: 24rpx;
|
|
|
+ color: #FE9221;
|
|
|
+}
|
|
|
+.container .orderList .tips .close {
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ transform: translateY(-50%);
|
|
|
+ right: 20rpx;
|
|
|
+ font-size: 40rpx;
|
|
|
+ line-height: 40rpx;
|
|
|
+}
|
|
|
.container .orderList .order {
|
|
|
width: 100%;
|
|
|
padding: 18rpx 26rpx;
|
|
@@ -71,5 +87,4 @@
|
|
|
}
|
|
|
.container .orderList .order .below .row .money {
|
|
|
color: black;
|
|
|
- font-weight: bold;
|
|
|
}
|