Selaa lähdekoodia

新增绿色公共样式

guhongwei 2 vuotta sitten
vanhempi
commit
80b0abbcd8

+ 3 - 3
pagesMatch/match/info.less

@@ -84,9 +84,9 @@
             display: flex;
             flex-direction: column;
 
-          
 
-            
+
+
         }
 
         .d {
@@ -120,7 +120,7 @@
         width: 10vw;
         padding: 1vw;
         text-align: center;
-        background-color: green;
+        background-color: var(--greenColor);
         color: var(--whiteColor);
         font-size: var(--font14Size);
         border-radius: 5px;

+ 1 - 1
pagesMatch/match/info.wxss

@@ -91,7 +91,7 @@
   width: 10vw;
   padding: 1vw;
   text-align: center;
-  background-color: green;
+  background-color: var(--greenColor);
   color: var(--whiteColor);
   font-size: var(--font14Size);
   border-radius: 5px;

+ 1 - 1
pagesSchool/school/info.less

@@ -131,7 +131,7 @@
         width: 10vw;
         padding: 1vw;
         text-align: center;
-        background-color: green;
+        background-color: var(--greenColor);
         color: var(--whiteColor);
         font-size: var(--font14Size);
         border-radius: 5px;

+ 1 - 1
pagesSchool/school/info.wxss

@@ -104,7 +104,7 @@
   width: 10vw;
   padding: 1vw;
   text-align: center;
-  background-color: green;
+  background-color: var(--greenColor);
   color: var(--whiteColor);
   font-size: var(--font14Size);
   border-radius: 5px;