@@ -46,12 +46,6 @@ | |||||
</view> | </view> | ||||
</navigator> | </navigator> | ||||
<!-- 我的拼团 --> | <!-- 我的拼团 --> | ||||
<!-- <navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate"> | |||||
<view class="user-btn app-border-bottom"> | |||||
<view> | |||||
<image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的拼团</view> | |||||
</view> | |||||
</navigator> --> | |||||
</view> | </view> | ||||
<view class="user-btns"> | <view class="user-btns"> | ||||
<navigator url="/pages/cardorder/index/index"> | <navigator url="/pages/cardorder/index/index"> | ||||
@@ -77,6 +71,26 @@ | |||||
</view> | </view> | ||||
</navigator> | </navigator> | ||||
</view> | </view> | ||||
<view class="user-btns"> | |||||
<navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate"> | |||||
<view class="user-btn app-border-bottom"> | |||||
<view> | |||||
<image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的拼团</view> | |||||
</view> | |||||
</navigator> | |||||
<navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate"> | |||||
<view class="user-btn app-border-bottom"> | |||||
<view> | |||||
<image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的活动</view> | |||||
</view> | |||||
</navigator> | |||||
<navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate"> | |||||
<view class="user-btn app-border-bottom"> | |||||
<view> | |||||
<image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的奖品</view> | |||||
</view> | |||||
</navigator> | |||||
</view> | |||||
</view> | </view> | ||||
<view class="margin"></view> | <view class="margin"></view> | ||||
<view bindlongtap='showVersion' class='version'> | <view bindlongtap='showVersion' class='version'> | ||||
@@ -9,10 +9,6 @@ page{ | |||||
margin: 0 auto; | margin: 0 auto; | ||||
} | } | ||||
.user { | |||||
background: #fff; | |||||
} | |||||
.navigator-hover { | .navigator-hover { | ||||
opacity: 1 !important; | opacity: 1 !important; | ||||
background: #fff; | background: #fff; | ||||
@@ -22,13 +18,13 @@ page{ | |||||
position: relative; | position: relative; | ||||
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10); | box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10); | ||||
border-radius: 8px; | border-radius: 8px; | ||||
width: 728rpx; | |||||
width: 94%; | |||||
padding-left: 30rpx; | padding-left: 30rpx; | ||||
display: flex; | display: flex; | ||||
flex-direction: row; | flex-direction: row; | ||||
box-sizing: border-box; | box-sizing: border-box; | ||||
background: #fff; | background: #fff; | ||||
margin: 0 auto; | |||||
margin: 28rpx auto 0; | |||||
border-bottom: 6rpx solid #00C0FF; | border-bottom: 6rpx solid #00C0FF; | ||||
} | } | ||||
@@ -147,17 +143,19 @@ page{ | |||||
} | } | ||||
.user-btns .user-btn { | .user-btns .user-btn { | ||||
height: 100rpx; | |||||
font-size: 30rpx; | font-size: 30rpx; | ||||
letter-spacing: 1.16rpx; | letter-spacing: 1.16rpx; | ||||
line-height: 100rpx; | |||||
} | } | ||||
.btns_bg{ | .btns_bg{ | ||||
width: 94%; | |||||
background: #fff; | background: #fff; | ||||
border-radius: 16rpx; | border-radius: 16rpx; | ||||
margin: 30rpx auto 0; | |||||
padding: 20rpx 0; | |||||
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10); | |||||
} | } | ||||
.user-btns .user-btn > view { | .user-btns .user-btn > view { | ||||
padding: 0 10px 0 0; | |||||
padding: 0 10px 20rpx 0; | |||||
font-size: 28rpx; | font-size: 28rpx; | ||||
color: #888; | color: #888; | ||||
letter-spacing: 1.16rpx; | letter-spacing: 1.16rpx; | ||||
@@ -222,8 +220,10 @@ page{ | |||||
} | } | ||||
.of { | .of { | ||||
display: block; | |||||
/* margin-top: 40rpx; */ | |||||
position:absolute; | |||||
bottom:70rpx; | |||||
left:0; | |||||
right:0; | |||||
height: 170rpx; | height: 170rpx; | ||||
} | } | ||||