Kaynağa Gözat

修改订单样式

shenjj 7 yıl önce
ebeveyn
işleme
015722d50e
1 değiştirilmiş dosya ile 7 ekleme ve 3 silme
  1. 7 3
      pages/mobile/product/_batchCode.vue

+ 7 - 3
pages/mobile/product/_batchCode.vue

@@ -608,11 +608,15 @@
         button {
           width: 50%;
           height: 100%;
-          color: #fff;
-          background: #ff9c00;
+          background: #fff;
           border: none;
+          color: #3f84f6;
+          &:first-child {
+            border: 1px solid #3f84f6;
+          }
           &:last-child {
-            background: #f80915;
+            background: #3f84f6;
+            color: #fff;
           }
         }
       }