zs 2 年之前
父節點
當前提交
85476274e7
共有 2 個文件被更改,包括 22 次插入22 次删除
  1. 11 11
      pages/home/index.less
  2. 11 11
      pages/home/index.wxss

+ 11 - 11
pages/home/index.less

@@ -15,8 +15,8 @@
         margin-bottom: 1px;
         padding: 10px 0;
 
-        .list {
-            padding: 2vw 0;
+        text {
+            font-size: 14px;
         }
     }
 
@@ -62,12 +62,12 @@
                         padding-left: 10px;
 
                         .name {
-                            font-size: 16px;
+                            font-size: 14px;
                             font-weight: bold;
                             padding: 2px 0;
 
                             .color {
-                                font-size: 13px;
+                                font-size: 11px;
                                 color: #FFFFFF;
                                 border-radius: 2px;
                                 background-color: #b3ab3c;
@@ -76,7 +76,7 @@
                             }
 
                             .color0 {
-                                font-size: 13px;
+                                font-size: 11px;
                                 color: #FFFFFF;
                                 border-radius: 2px;
                                 background-color: #da2525;
@@ -85,7 +85,7 @@
                             }
 
                             .color1 {
-                                font-size: 13px;
+                                font-size: 11px;
                                 color: #FFFFFF;
                                 border-radius: 2px;
                                 background-color: #3c87b3;
@@ -94,7 +94,7 @@
                             }
 
                             .color2 {
-                                font-size: 13px;
+                                font-size: 11px;
                                 color: #FFFFFF;
                                 border-radius: 2px;
                                 background-color: #b33c6e;
@@ -103,7 +103,7 @@
                             }
 
                             .color3 {
-                                font-size: 13px;
+                                font-size: 11px;
                                 color: #FFFFFF;
                                 border-radius: 2px;
                                 background-color: #3cb3b3;
@@ -112,7 +112,7 @@
                             }
 
                             .color4 {
-                                font-size: 13px;
+                                font-size: 11px;
                                 color: #FFFFFF;
                                 border-radius: 2px;
                                 background-color: #3CB371;
@@ -121,7 +121,7 @@
                             }
 
                             .color5 {
-                                font-size: 13px;
+                                font-size: 11px;
                                 color: #FFFFFF;
                                 border-radius: 2px;
                                 background-color: #DA70D6;
@@ -131,7 +131,7 @@
                         }
 
                         .title {
-                            font-size: 14px;
+                            font-size: 12px;
                             color: #666;
                             padding: 2px 0;
                         }

+ 11 - 11
pages/home/index.wxss

@@ -13,8 +13,8 @@
   margin-bottom: 1px;
   padding: 10px 0;
 }
-.main .two .list {
-  padding: 2vw 0;
+.main .two text {
+  font-size: 14px;
 }
 .main .thr {
   width: 96vw;
@@ -56,12 +56,12 @@
   padding-left: 10px;
 }
 .main .thr .scroll-view .list-scroll-view .list .content .name {
-  font-size: 16px;
+  font-size: 14px;
   font-weight: bold;
   padding: 2px 0;
 }
 .main .thr .scroll-view .list-scroll-view .list .content .name .color {
-  font-size: 13px;
+  font-size: 11px;
   color: #FFFFFF;
   border-radius: 2px;
   background-color: #b3ab3c;
@@ -69,7 +69,7 @@
   margin-right: 2px;
 }
 .main .thr .scroll-view .list-scroll-view .list .content .name .color0 {
-  font-size: 13px;
+  font-size: 11px;
   color: #FFFFFF;
   border-radius: 2px;
   background-color: #da2525;
@@ -77,7 +77,7 @@
   margin-right: 2px;
 }
 .main .thr .scroll-view .list-scroll-view .list .content .name .color1 {
-  font-size: 13px;
+  font-size: 11px;
   color: #FFFFFF;
   border-radius: 2px;
   background-color: #3c87b3;
@@ -85,7 +85,7 @@
   margin-right: 2px;
 }
 .main .thr .scroll-view .list-scroll-view .list .content .name .color2 {
-  font-size: 13px;
+  font-size: 11px;
   color: #FFFFFF;
   border-radius: 2px;
   background-color: #b33c6e;
@@ -93,7 +93,7 @@
   margin-right: 2px;
 }
 .main .thr .scroll-view .list-scroll-view .list .content .name .color3 {
-  font-size: 13px;
+  font-size: 11px;
   color: #FFFFFF;
   border-radius: 2px;
   background-color: #3cb3b3;
@@ -101,7 +101,7 @@
   margin-right: 2px;
 }
 .main .thr .scroll-view .list-scroll-view .list .content .name .color4 {
-  font-size: 13px;
+  font-size: 11px;
   color: #FFFFFF;
   border-radius: 2px;
   background-color: #3CB371;
@@ -109,7 +109,7 @@
   margin-right: 2px;
 }
 .main .thr .scroll-view .list-scroll-view .list .content .name .color5 {
-  font-size: 13px;
+  font-size: 11px;
   color: #FFFFFF;
   border-radius: 2px;
   background-color: #DA70D6;
@@ -117,7 +117,7 @@
   margin-right: 2px;
 }
 .main .thr .scroll-view .list-scroll-view .list .content .title {
-  font-size: 14px;
+  font-size: 12px;
   color: #666;
   padding: 2px 0;
 }