zs преди 3 години
родител
ревизия
398aa8eced
променени са 5 файла, в които са добавени 23 реда и са изтрити 35 реда
  1. 0 5
      pages/add/index.wxml
  2. 1 1
      pages/list/index.wxml
  3. 4 6
      pages/list/index.wxss
  4. 16 21
      pages/match/detail.wxss
  5. 2 2
      pages/team/apply.wxml

+ 0 - 5
pages/add/index.wxml

@@ -4,11 +4,6 @@
       <form style="height:{{infoHeight-140}}px;">
         <view class="one">
           <view class="one_list">
-            <!-- team_id: '1',// 团队id
-          team_name: '团队名称', // 团队名称
-          apply_time: '申请时间',// 申请时间
-          apply_user: '申请人',// 申请人
-          apply_id: '1',// 申请人id -->
             <view class="text">团队id</view>
             <view class="text">{{form.team_id}}</view>
           </view>

+ 1 - 1
pages/list/index.wxml

@@ -58,7 +58,7 @@
                 <view class="thr-left">
                   <image class="img" src="{{item.head}}"></image>
                 </view>
-                <view class="thr-right"><text class="thrname">{{item.name}}</text> </view>
+                <view class="thr-right textOver"><text class="thrname">{{item.name}}</text> </view>
                 <view><text class="thrperson">{{item.person}}人</text> </view>
               </view>
             </view>

+ 4 - 6
pages/list/index.wxss

@@ -202,12 +202,10 @@
   background-color: #ffffff;
 }
 
-.thr1 {
-  background-color: #ffffff;
-}
-
 .thrsss {
-  padding-top: 5%;
+  float: left;
+  width: 100%;
+  padding-top: 3%;
 }
 
 .thr-2 {
@@ -228,7 +226,6 @@
 }
 
 .thrname {
-  margin-left: -6px;
   font-size: 12px;
   color: #727272;
 }
@@ -425,6 +422,7 @@
   height: 34px;
   overflow: hidden;
 }
+
 .four {
   margin-bottom: 20%;
 }

+ 16 - 21
pages/match/detail.wxss

@@ -141,11 +141,11 @@
 }
 
 .one {
-  position: relative;
   background-color: #ffffff;
-  height: 150px;
-  margin-bottom: 5%;
-  padding: 10px 20px;
+  margin-bottom: 4%;
+  padding: 10px 0;
+  float: left;
+  width: 100%;
 }
 
 .onea {
@@ -194,10 +194,6 @@
   margin-left: 3%;
 }
 
-.one {
-  float: left;
-  width: 100%;
-}
 
 .two {
   float: left;
@@ -208,11 +204,13 @@
   float: left;
   width: 100%;
 }
-.four1{
+
+.four1 {
   margin-left: 3%;
   font-size: 15px;
   font-weight: 550;
 }
+
 .four {
   margin-top: 2%;
   float: left;
@@ -223,27 +221,25 @@
 }
 
 .one_1 {
-  position: relative;
-  width: 30%;
+  width: 35%;
   float: left;
+
 }
 
 .one_1_text {
-  text-align: left;
+  margin-left: 14%;
   font-size: 14px;
 }
 
 .one_3_text {
   text-align: left;
-  padding-left:9%;
+  padding-left: 9%;
   font-size: 14px;
 }
 
 .one_2 {
-  position: relative;
   width: 30%;
   float: left;
-  height: 102px;
 }
 
 .one_2_1 {
@@ -289,8 +285,7 @@
 }
 
 .one_3 {
-  position: relative;
-  width: 38%;
+  width: 31%;
   float: right;
 }
 
@@ -300,11 +295,12 @@
   width: 100%;
   font-size: 14px;
   color: #999;
-  text-align: center;
+  margin-left: 28%;
 }
 
 .one_logo1 {
-  width: 90px;
+  margin-left: 22%;
+  width: 80px;
   height: 80px;
 }
 
@@ -313,7 +309,6 @@
 }
 
 .one_logo2 {
-  align-items: center;
-  width: 90px;
+  width: 80px;
   height: 80px;
 }

+ 2 - 2
pages/team/apply.wxml

@@ -48,7 +48,7 @@
           <view class="thr-right"><text class="name">{{item.name}}</text> </view>
         </view>
       </view>
-      <view class="thr-2">
+      <!-- <view class="thr-2">
         <view class="thr2">
           <view class="thr3">
             <text class=" icon iconfont icon-jian-"></text>
@@ -61,7 +61,7 @@
             <text class=" icon iconfont icon-jia"></text>
           </view>
         </view>
-      </view>
+      </view> -->
     </view>
     <view class="four">
       <button class="button" form-type="submit">待通过</button>