YY 3 년 전
부모
커밋
42ad028435
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  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;
 }