Explorar el Código

修改订单样式

shenjj hace 7 años
padre
commit
015722d50e
Se han modificado 1 ficheros con 7 adiciones y 3 borrados
  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;
           }
         }
       }