@@ -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,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">
@@ -10,8 +10,8 @@
}
.theme {
- position: absolute;
- margin-top: 8%;
+ position: fixed;
+ top: 5.5%;
color: #fff;
text-align: center;
width: 100%;
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 },
total: '4',
- <text class="theme">我的</text>
+ <!-- <text class="theme">我的</text> -->
- margin-top: 7%;
+ margin-top: 5.5%;
@@ -90,6 +90,8 @@
.thr {
+ float: left;
+ width: 100%;
padding-top: 15px;
background-color: #ffffff;