YY 2 年之前
父节点
当前提交
3e5cccf183
共有 2 个文件被更改,包括 0 次插入8 次删除
  1. 0 6
      pages/club/index.less
  2. 0 2
      pages/club/index.wxss

+ 0 - 6
pages/club/index.less

@@ -51,15 +51,11 @@
                 display: flex;
                 flex-direction: row;
 
-
-
                 .cont {
                     .text1 {
-                        width: 70vw;
                         font-size: var(--font15Size);
 
                         text {
-                            width: 60vw;
                             color: var(--whiteColor);
                         }
                     }
@@ -73,8 +69,6 @@
                     }
                 }
             }
-
-
         }
 
         .list:nth-child(1n) {

+ 0 - 2
pages/club/index.wxss

@@ -46,11 +46,9 @@
   flex-direction: row;
 }
 .main .two .list .content .cont .text1 {
-  width: 70vw;
   font-size: var(--font15Size);
 }
 .main .two .list .content .cont .text1 text {
-  width: 60vw;
   color: var(--whiteColor);
 }
 .main .two .list .content .logo {