YY 2 سال پیش
والد
کامیت
2897eeedb1
3فایلهای تغییر یافته به همراه8 افزوده شده و 8 حذف شده
  1. 1 1
      pages/club/index.less
  2. 5 5
      pages/club/index.wxml
  3. 2 2
      pages/club/index.wxss

+ 1 - 1
pages/club/index.less

@@ -54,7 +54,7 @@
                 .cont {
                     width: 70vw;
 
-                    .text1 {
+                    .other {
                         font-size: var(--font15Size);
 
                         text {

+ 5 - 5
pages/club/index.wxml

@@ -15,11 +15,11 @@
                         <view class="name">{{item.name}}</view>
                         <view class="content">
                             <view class="cont">
-                                <view class="text1">创始人:<text>{{item.founder}}</text></view>
-                                <view class="text1">创建时间:<text>{{item.time}}</text></view>
-                                <view class="text1">项目:<text>{{item.project}}</text></view>
-                                <view class="text1">电话:<text>{{item.tel}}</text></view>
-                                <view class="text1 ">地址:<text>{{item.add}}</text></view>
+                                <view class="other">创始人:<text>{{item.founder}}</text></view>
+                                <view class="other">创建时间:<text>{{item.time}}</text></view>
+                                <view class="other">项目:<text>{{item.project}}</text></view>
+                                <view class="other">电话:<text>{{item.tel}}</text></view>
+                                <view class="other ">地址:<text>{{item.add}}</text></view>
                             </view>
                             <view class="logo">
                                 <image src="{{item.logo&&item.logo.length>0?item.logo[0].url:''}}" mode="widthFix">

+ 2 - 2
pages/club/index.wxss

@@ -48,10 +48,10 @@
 .main .two .list .content .cont {
   width: 70vw;
 }
-.main .two .list .content .cont .text1 {
+.main .two .list .content .cont .other {
   font-size: var(--font15Size);
 }
-.main .two .list .content .cont .text1 text {
+.main .two .list .content .cont .other text {
   color: var(--whiteColor);
 }
 .main .two .list .content .logo {