zs 3 years ago
parent
commit
df27f08217

+ 1 - 1
pages/administration/index.js

@@ -12,7 +12,7 @@ Page({
     src2: '/image/hei.png',
     src4: '/image/paiming.png',
     src5: '/image/shenpi.png',
-    frameStyle: { useTop: false, name: '比赛管理', leftArrow: false, useBar: true },
+    frameStyle: { useTop: true, name: '比赛管理', leftArrow: false, useBar: true },
     // 主体高度
     infoHeight: '',
     list: [

+ 1 - 1
pages/administration/index.wxml

@@ -1,7 +1,7 @@
 <mobile-main frameStyle="{{frameStyle}}" bind:tabPath="tabPath">
   <view slot="info" class="main" style="height:{{infoHeight}}px;">
+    <!-- <text class="theme">比赛管理</text> -->
     <view class="one">
-      <text class="theme">比赛管理</text>
       <image src="{{src}}" class="images"></image>
     </view>
     <view class="two">

+ 2 - 2
pages/administration/index.wxss

@@ -10,8 +10,8 @@
 }
 
 .theme {
-  position: absolute;
-  margin-top: 8%;
+  position: fixed;
+  top: 5.5%;
   color: #fff;
   text-align: center;
   width: 100%;

+ 1 - 1
pages/me/index.js

@@ -12,7 +12,7 @@ Page({
     src3: '/image/huang.png',
     src4: '/image/zan.png',
     showMore: false,
-    frameStyle: { useTop: false, name: '我的', leftArrow: false, useBar: true },
+    frameStyle: { useTop: true, name: '我的', leftArrow: false, useBar: true },
     // 主体高度
     infoHeight: '',
     total: '4',

+ 1 - 1
pages/me/index.wxml

@@ -1,7 +1,7 @@
 <mobile-main frameStyle="{{frameStyle}}" bind:tabPath="tabPath">
   <view slot="info" class="main" style="height:{{infoHeight}}px;">
     <view class="one">
-      <text class="theme">我的</text>
+      <!-- <text class="theme">我的</text> -->
       <image src="{{src}}" class="images"></image>
     </view>
     <view class="two">

+ 2 - 2
pages/me/index.wxss

@@ -10,8 +10,8 @@
 }
 
 .theme {
-  position: absolute;
-  margin-top: 7%;
+  position: fixed;
+  margin-top: 5.5%;
   color: #fff;
   text-align: center;
   width: 100%;

+ 2 - 0
pages/team/examine.wxss

@@ -90,6 +90,8 @@
 }
 
 .thr {
+  float: left;
+  width: 100%;
   padding-top: 15px;
   background-color: #ffffff;
 }