@@ -13,9 +13,11 @@
margin: 14px;
// padding: 12px 14px;
border-radius: 10px;
+ --coupon-point: #f6f8f9;
}
.item {
+ // --coupon-point: #fff;
position: relative;
background: #fae6e7;
@@ -53,7 +55,7 @@
content: ' ';
z-index: 1;
top: 50%;
- background: #fff;
+ background: var(--coupon-point);
margin-top: -8px;
&:before {
@@ -45,6 +45,8 @@
overflow-y: auto;
-webkit-overflow-scrolling: touch;
padding: 12px 14px;
+
+ --coupon-point: #fff;
.couponFooter {