Browse Source

比赛管理

zs 2 years ago
parent
commit
3f2eea81cf
2 changed files with 0 additions and 190 deletions
  1. 0 145
      pages/match/index.less
  2. 0 45
      pages/match/index.wxml

+ 0 - 145
pages/match/index.less

@@ -110,151 +110,6 @@
             }
         }
     }
-
-    // .one {
-    //     display: flex;
-    //     flex-direction: row;
-    //     padding: 2vw;
-    //     border-bottom: 1px solid var(--f1Color);
-
-    //     .one_1 {
-    //         flex-grow: 1;
-
-    //         input {
-    //             padding: 1vw 0 2vw 2vw;
-    //             background-color: var(--f1Color);
-    //             border-radius: 5px;
-    //         }
-    //     }
-
-    //     .one_2 {
-    //         width: 20vw;
-
-    //         button {
-    //             width: 100%;
-    //             padding: 2vw;
-    //             font-size: var(--font14Size);
-    //         }
-    //     }
-    // }
-
-    // .two {
-    //     width: 96vw;
-    //     margin: 2vw;
-
-    //     .two_1 {
-    //         display: flex;
-    //         flex-direction: row;
-    //         justify-content: space-around;
-    //         padding: 2vw;
-    //         background-color: var(--f1Color);
-    //     }
-    // }
-
-    // .thr {
-    //     width: 96vw;
-    //     margin: 2vw;
-    //     flex-grow: 1;
-    //     position: relative;
-
-    //     .thr_1 {
-    //         width: 96vw;
-    //         margin: 2vw 0;
-    //         background-color: var(--mainColor);
-
-    //         .list {
-    //             display: flex;
-    //             flex-direction: column;
-    //             justify-content: center;
-    //             background-color: var(--f1Color);
-    //             border-bottom: 1px dashed var(--f85Color);
-    //             width: 92vw;
-    //             padding: 2vw;
-    //             margin: 0 0 2vw 0;
-
-    //             .list_1 {
-    //                 position: relative;
-    //                 height: 210px;
-
-    //                 .one_1 {
-    //                     height: 100px;
-
-    //                     .image {
-    //                         width: 100%;
-    //                         height: 100%;
-    //                         background-color: var(--mainColor);
-    //                     }
-
-    //                 }
-
-    //                 .one_2 {
-    //                     position: absolute;
-    //                     top: 17vw;
-    //                     width: 86vw;
-    //                     text-align: center;
-    //                     background-color: #ffffff9f;
-    //                     margin: 1vw;
-    //                     padding: 2vw;
-    //                     border-radius: 10px;
-    //                     box-shadow: 0 0 1vw #cccccc;
-
-    //                     .title {
-    //                         font-size: var(--font18Szie);
-    //                         font-weight: bold;
-    //                         margin: 0 0 2vw 0;
-    //                         text-align: center;
-
-    //                     }
-
-    //                     .other {
-    //                         display: flex;
-    //                         flex-wrap: wrap;
-    //                         width: 86vw;
-    //                         flex-direction: row;
-    //                         justify-content: space-around;
-    //                         margin: 0 0 2vw 0;
-
-    //                         .other_1 {
-    //                             width: 43vw;
-    //                             margin: 0 0 1vw 0;
-    //                             font-size: var(--font16Size);
-    //                             color: var(--f85Color);
-    //                         }
-    //                     }
-
-    //                     .status {
-    //                         .text {
-    //                             padding: 1vw 2vw;
-    //                             margin: 2vw 0;
-    //                             color: var(--mainColor);
-    //                             border-radius: 15px;
-    //                             font-size: var(--font14Size);
-    //                             text-align: center;
-    //                         }
-
-    //                         .color0 {
-    //                             background-color: #FFA500;
-    //                         }
-
-    //                         .color1 {
-    //                             background-color: #8B0000;
-    //                         }
-
-    //                         .color2 {
-    //                             background-color: #006400;
-    //                         }
-
-    //                         .color3 {
-    //                             background-color: #808080;
-    //                         }
-    //                     }
-    //                 }
-    //             }
-    //         }
-    //     }
-
-
-    // }
 }
 
 

+ 0 - 45
pages/match/index.wxml

@@ -46,49 +46,4 @@
             </scroll-view>
         </view>
     </view>
-    <!-- <view class="one">
-            <view class="one_1">
-                <input type="text" placeholder="请输入关键词" />
-            </view>
-            <view class="one_2">
-                <button type="primary">进入系统</button>
-            </view>
-        </view>
-        <view class="two">
-            <view class="two_1">
-                <picker mode="selector" bindchange="typeChange" value="{{searchInfo.type}}" name="type" range-key='label' range="{{typeList}}">
-                    <view class="input">{{typeList[searchInfo.type].label||'请选择运动类型'}}</view>
-                </picker>
-                <picker mode="selector" bindchange="statusChange" value="{{searchInfo.status}}" name="status" range-key='label' range="{{statusList}}">
-                    <view class="input">{{statusList[searchInfo.status].label||'请选择比赛状态'}}</view>
-                </picker>
-            </view>
-        </view>
-        <view class="thr">
-            <view class="thr_1">
-                <scroll-view scroll-y="true" class="scroll-view" bindscrolltolower="toPage">
-                    <view class="list-scroll-view">
-                        <view class="list" wx:for="{{list}}" wx:key="item">
-                            <view class="list_1">
-                                <view class="one_1">
-                                    <image class="image" src="{{item.logo&&item.logo.length>0?item.logo[0].url:''}}"></image>
-                                </view>
-                                <view class="one_2">
-                                    <view class="title">{{item.title}}</view>
-                                    <view class="other">
-                                        <view class="other_1 textOver">时间:{{item.time}}</view>
-                                        <view class="other_1 textOver">等级:{{item.grade}}</view>
-                                        <view class="other_1 textOver">类型:{{item.type=='0'?'其他':item.type=='1'?'羽毛球':item.type=='2'?'篮球':'足球'}}</view>
-                                        <view class="other_1 textOver">地点:{{item.address}}</view>
-                                    </view>
-                                    <view class="status">
-                                        <text class="text color{{item.status}}">{{item.status=='0'?'计划中':item.status=='1'?'报名中':item.status=='2'?'进行中':'已结束'}}</text>
-                                    </view>
-                                </view>
-                            </view>
-                        </view>
-                    </view>
-                </scroll-view>
-            </view>
-        </view> -->
 </mobile-main>