YY il y a 3 ans
Parent
commit
60bd7d5ddc
4 fichiers modifiés avec 33 ajouts et 32 suppressions
  1. 2 2
      pages/me/index.wxml
  2. 2 1
      pages/me/index.wxss
  3. 16 17
      pages/team/examine.wxss
  4. 13 12
      pages/teamDetails/detail.wxss

+ 2 - 2
pages/me/index.wxml

@@ -40,8 +40,8 @@
         <view class="left2">
           <text class="text4">可对正在进行的比赛上次比分</text>
         </view>
-        <view class="right2" bindtap="upload" data-id="{{item._id}}" wx:if="{{item.status=='1'}}">
-          <button class="buttons" size="mini">上传比分</button>
+        <view class="right2">
+          <button class="buttons" size="mini" bindtap="upload" data-id="{{item._id}}" wx:if="{{item.status=='1'}}">上传比分</button>
         </view>
       </view>
       <image src="{{src3}}" class="huang"></image>

+ 2 - 1
pages/me/index.wxss

@@ -142,6 +142,7 @@
   margin: 12px 30px 0 30px;
   background-color: rgb(217, 235, 250);
   border-radius: 7px;
+  height: 35px;
 }
 
 .text4 {
@@ -172,7 +173,7 @@
 
 .right3 {
   float: right;
-  width: 36%;
+  width: 40%;
 }
 
 .list1 {

+ 16 - 17
pages/team/examine.wxss

@@ -28,25 +28,32 @@
 
 .one-2 {
   position: absolute;
-  margin-top: -41%;
-  margin-left: 42%;
+  top: 17%;
+  left: 40%;
   width: 18%;
   height: 63.78px;
   border-radius: 50%;
 }
-.one-3{
+
+.one-3 {
   position: absolute;
-  margin-top: -22%;
-  margin-left: 32%;
-  width: 40%;
-  height: 63.78px;
+  top: 25%;
+  width: 100%;
 }
 
 .imgs {
-  border-radius: 90px;
+  border-radius: 50%;
+  margin-top: -25px;
+  margin-left: 2px;
   width: 70px;
   height: 70px;
 }
+.group {
+  color: #ffffff;
+  text-align: center;
+  margin: 10px 0;
+}
+
 .person {
   text-align: center;
   font-size: 13px;
@@ -54,6 +61,7 @@
   font-weight: 300;
 }
 
+
 .two-1 {
   margin-top: -4px;
   background-color: #ffffff;
@@ -171,15 +179,6 @@
   margin-left: 23%;
 }
 
-.group {
-  text-align: center;
-  color: #ffffff;
-  margin-top: 10%;
-  margin-bottom: 10%;
-}
-
-
-
 .buttonend {
   background-color: rgb(136, 136, 136);
   border-radius: 15px;

+ 13 - 12
pages/teamDetails/detail.wxss

@@ -48,6 +48,19 @@
   width: 70px;
   height: 70px;
 }
+.group {
+  color: #ffffff;
+  text-align: center;
+  margin: 10px 0;
+}
+
+.person {
+  text-align: center;
+  font-size: 13px;
+  color: #ffffff;
+  font-weight: 300;
+}
+
 
 .two-1 {
   margin-top: -4px;
@@ -171,18 +184,6 @@
   margin-left: 23%;
 }
 
-.group {
-  color: #ffffff;
-  text-align: center;
-  margin: 10px 0;
-}
-
-.person {
-  text-align: center;
-  font-size: 13px;
-  color: #ffffff;
-  font-weight: 300;
-}
 
 
 .button {