zs 3 年之前
父節點
當前提交
19de37b527
共有 6 個文件被更改,包括 7 次插入71 次删除
  1. 1 0
      pages/administration/detail.wxss
  2. 2 0
      pages/match/detail.wxss
  3. 2 68
      pages/search/index.wxml
  4. 0 3
      pages/search/index.wxss
  5. 1 0
      pages/team/apply.wxss
  6. 1 0
      pages/team/examine.wxss

+ 1 - 0
pages/administration/detail.wxss

@@ -89,6 +89,7 @@
   width: 79%;
   height: 49px;
   background-color: #eeeeee;
+  border-radius: 24.5px;
 }
 .img{
   width: 100%;

+ 2 - 0
pages/match/detail.wxss

@@ -28,6 +28,7 @@
   width: 90%;
   height: 50.64px;
   background-color: #eeeeee;
+  border-radius: 25.32px;
 }
 
 .imgs {
@@ -72,6 +73,7 @@
   width: 90%;
   height: 50.64px;
   background-color: #eeeeee;
+  border-radius: 25.32px;
 }
 
 .img {

+ 2 - 68
pages/search/index.wxml

@@ -4,41 +4,11 @@
       <view class="one-2">
         <van-tabs v-model:active="activeName">
           <van-tab title="待参加" name="a" style="font-weight: 500;">
-            <!-- <view class="list" wx:key="item" wx:for="{{list}}">
-              <view class="left1">
-                <text class="text1">{{item.date}}</text>
-                <text class="text1">{{item.week}}</text>
-              </view>
-              <view class="right1">
-                <view class="right1_1">
-                  <text class="text1">{{item.time}}</text>
-                  <text class="text4">{{item.match}}</text>
-                  <text class="text4">{{item.group}}</text>
-                  <view class="name">{{item.name}}</view>
-                  <view class="name">{{item.site}}</view>
-                </view>
-                <view class="right1_2">
-                  <view class="right1_2o">
-                    <image class="img" src="{{item.head1}}"></image>
-                    <view class="right1_2t"><text>{{item.groupname1}}</text></view>
-                  </view>
-                  <view class="right1_2i">
-                    <text class="text6">{{item.fraction1}}</text>
-                    <text class="text8">:</text>
-                    <text class="text7">{{item.fraction2}}</text>
-                  </view>
-                  <view class="right1_2os">
-                    <image class="img" src="{{item.head2}}"></image>
-                    <view class="right1_2t"><text>{{item.groupname2}}</text></view>
-                  </view>
-                </view>
-              </view>
-            </view> -->
             <view class="beijing1" wx:key="item" wx:for="{{list}}">
-              <view style="margin-left: 10px;margin-top: 2%;">
+              <!-- <view style="margin-left: 10px;margin-top: 2%;">
                 <text class="text1">{{item.date}}</text>
                 <text class="text1">{{item.week}}</text>
-              </view>
+              </view> -->
               <view class="list1">
                 <view class="names" bindtap="tiao">{{item.name}}</view>
                 <button class="button" size="mini">{{item.state}}</button>
@@ -54,43 +24,7 @@
             </view>
           </van-tab>
           <van-tab title="历史比赛" name="b" style="font-weight: 500;">
-            <!-- <view class="list" wx:key="item" wx:for="{{listend}}">
-              <view class="left1">
-                <view class="otherInfoss">
-                  <text class="text1">{{item.date}}</text>
-                  <text class="text1">{{item.week}}</text>
-                </view>
-              </view>
-              <view class="right1">
-                <view class="right1_1">
-                  <text class="text1">{{item.time}}</text>
-                  <text class="text4">{{item.match}}</text>
-                  <text class="text4">{{item.group}}</text>
-                  <view class="name">{{item.name}}</view>
-                  <view class="name">{{item.site}}</view>
-                </view>
-                <view class="right1_2">
-                  <view class="right1_2o">
-                    <image class="img" src="{{item.head1}}"></image>
-                    <view class="right1_2t"><text>{{item.groupname1}}</text></view>
-                  </view>
-                  <view class="right1_2i">
-                    <text class="text6">{{item.fraction1}}</text>
-                    <text class="text8">:</text>
-                    <text class="text7">{{item.fraction2}}</text>
-                  </view>
-                  <view class="right1_2os">
-                    <image class="img" src="{{item.head2}}"></image>
-                    <view class="right1_2t"><text>{{item.groupname2}}</text></view>
-                  </view>
-                </view>
-              </view>
-            </view> -->
             <view class="beijing1" wx:key="item" wx:for="{{listend}}">
-              <view style="margin-left: 10px;margin-top: 2%;">
-                <text class="text1">{{item.date}}</text>
-                <text class="text1">{{item.week}}</text>
-              </view>
               <view class="list1">
                 <view class="names" bindtap="tiao">{{item.name}}</view>
                 <button class="buttonend" size="mini">{{item.state}}</button>

+ 0 - 3
pages/search/index.wxss

@@ -149,9 +149,6 @@ button {
   font-size: 13px;
   color: #adadad;
 }
-.beijing1{
-  margin-top: -7px;
-}
 
 .right1_2t {
   font-size: 14px;

+ 1 - 0
pages/team/apply.wxss

@@ -89,6 +89,7 @@
   width: 79%;
   height: 49px;
   background-color: #eeeeee;
+  border-radius: 24.5px;
 }
 .img{
   width: 100%;

+ 1 - 0
pages/team/examine.wxss

@@ -105,6 +105,7 @@
   width: 79%;
   height: 49px;
   background-color: #eeeeee;
+  border-radius: 24.5px;
 }
 
 .img {