Browse Source

Merge branch 'master' of http://git.cc-lotus.info/ball-court/ball-applet

zs 2 years ago
parent
commit
44a86c01da
2 changed files with 8 additions and 8 deletions
  1. 4 4
      pages/school/index.less
  2. 4 4
      pages/school/index.wxss

+ 4 - 4
pages/school/index.less

@@ -46,10 +46,10 @@
             flex-direction: row;
 
             .list_1 {
-                width: 57vw;
+                width: 62vw;
 
                 .name {
-                    font-size: var(--font18Szie);
+                    font-size: var(--font16Szie);
                     font-weight: bold;
                     margin: 0 0 2vw 0;
                     padding: 0 2vw 0 0;
@@ -61,7 +61,7 @@
                     -webkit-box-orient: vertical;
                 }
                 .brief{
-                    font-size: var(--font16Szie);
+                    font-size: var(--font14Szie);
                     padding: 0 2vw 0 0;
                     overflow: hidden;
                     text-overflow: ellipsis;
@@ -73,7 +73,7 @@
             }
 
             .list_2 {
-                width: 35vw;
+                width: 30vw;
 
                 swiper {
                     height: 18vh;

+ 4 - 4
pages/school/index.wxss

@@ -41,10 +41,10 @@
   flex-direction: row;
 }
 .main .two .list .list_1 {
-  width: 57vw;
+  width: 62vw;
 }
 .main .two .list .list_1 .name {
-  font-size: var(--font18Szie);
+  font-size: var(--font16Szie);
   font-weight: bold;
   margin: 0 0 2vw 0;
   padding: 0 2vw 0 0;
@@ -56,7 +56,7 @@
   -webkit-box-orient: vertical;
 }
 .main .two .list .list_1 .brief {
-  font-size: var(--font16Szie);
+  font-size: var(--font14Szie);
   padding: 0 2vw 0 0;
   overflow: hidden;
   text-overflow: ellipsis;
@@ -66,7 +66,7 @@
   -webkit-box-orient: vertical;
 }
 .main .two .list .list_2 {
-  width: 35vw;
+  width: 30vw;
 }
 .main .two .list .list_2 swiper {
   height: 18vh;