Browse Source

修改订单样式

shenjj 7 years ago
parent
commit
015722d50e
1 changed files with 7 additions and 3 deletions
  1. 7 3
      pages/mobile/product/_batchCode.vue

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

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