YY 2 lat temu
rodzic
commit
0c223ba172
3 zmienionych plików z 12 dodań i 5 usunięć
  1. 1 1
      pages/club/index.js
  2. 5 2
      pages/club/index.less
  3. 6 2
      pages/club/index.wxss

+ 1 - 1
pages/club/index.js

@@ -3,7 +3,7 @@ Page({
     data: {
         frameStyle: { useTop: true, name: '俱乐部', leftArrow: false, useBar: true },
         list: [
-            { name: '宝藏俱乐部宝藏俱乐部宝藏俱乐部宝藏俱乐部宝藏俱乐部', founder: '宝藏', add: '长春市朝阳区前进大街1244号', project: '羽毛球', time: '2000-02-01', tel: '0431-800-800-8800', logo: [] },
+            { name: '宝藏俱乐部宝藏俱乐部宝藏俱乐部宝藏俱乐部宝藏俱乐部', founder: '宝藏', add: '长春市朝阳区前进大街1244号', project: '羽毛球', time: '2000-02-01', tel: '0431-800-800-8800', logo: [{ url: '/image/club.png' }] },
             { name: '英语俱乐部', founder: '英语', time: '2000-02-01', add: '长春市朝阳区前进大街1244号', project: '羽毛球', tel: '0431-800-800-8800', logo: [{ url: '/image/club.png' }] },
             { name: '宝藏俱乐部', founder: '宝藏', add: '长春市朝阳区前进大街1244号长春市朝阳区前进大街1244号', project: '羽毛球', time: '2000-02-01', tel: '0431-800-800-8800', logo: [{ url: '/image/club.png' }] },
             { name: '英语俱乐部', founder: '英语', time: '2000-02-01', add: '长春市朝阳区前进大街1244号', project: '羽毛球', tel: '0431-800-800-8800', logo: [{ url: '/image/club.png' }] },

+ 5 - 2
pages/club/index.less

@@ -52,6 +52,8 @@
                 flex-direction: row;
 
                 .cont {
+                    width: 70vw;
+
                     .text1 {
                         font-size: var(--font15Size);
 
@@ -62,10 +64,11 @@
                 }
 
                 .logo {
-                    height: 80px;
+                    height: 100px;
+                    width: 80px;
 
                     image {
-                        width: 80px;
+                        width: 100%;
                     }
                 }
             }

+ 6 - 2
pages/club/index.wxss

@@ -45,6 +45,9 @@
   display: flex;
   flex-direction: row;
 }
+.main .two .list .content .cont {
+  width: 70vw;
+}
 .main .two .list .content .cont .text1 {
   font-size: var(--font15Size);
 }
@@ -52,10 +55,11 @@
   color: var(--whiteColor);
 }
 .main .two .list .content .logo {
-  height: 80px;
+  height: 100px;
+  width: 80px;
 }
 .main .two .list .content .logo image {
-  width: 80px;
+  width: 100%;
 }
 .main .two .list:nth-child(1n) {
   background-image: linear-gradient(to right, #9bd1fd, #44a2f0);