YY há 2 anos atrás
pai
commit
42ad028435
2 ficheiros alterados com 6 adições e 1 exclusões
  1. 3 1
      pages/scoach/list.less
  2. 3 0
      pages/scoach/list.wxss

+ 3 - 1
pages/scoach/list.less

@@ -99,7 +99,9 @@
                     box-sizing: content-box;
                     border: 2px dashed var(--whiteColor);
                 }
-
+                button:nth-child(2) {
+                    background-color: #f860df;
+                }
                 button:last-child {
                     background-color: #f7783e;
                 }

+ 3 - 0
pages/scoach/list.wxss

@@ -87,6 +87,9 @@
   box-sizing: content-box;
   border: 2px dashed var(--whiteColor);
 }
+.main .two .list .btn button:nth-child(2) {
+  background-color: #f860df;
+}
 .main .two .list .btn button:last-child {
   background-color: #f7783e;
 }