Browse Source

Merge branch 'iteration_1.3.4' into dev

lex 2 years ago
parent
commit
bbeb4d8911

+ 3 - 1
src/views/coupons/index.module.less

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

+ 2 - 0
src/views/order-detail/use-coupons/index.module.less

@@ -45,6 +45,8 @@
   overflow-y: auto;
   -webkit-overflow-scrolling: touch;
   padding: 12px 14px;
+
+  --coupon-point: #fff;
 }
 
 .couponFooter {