@@ -1,6 +1,5 @@ | |||||
<view class="con"> | <view class="con"> | ||||
<image class="img" src="./../../assets/img/qidai.png" mode="widthFix"></image> | <image class="img" src="./../../assets/img/qidai.png" mode="widthFix"></image> | ||||
<text class="txt1">正在疯狂开发中</text> | |||||
<text class="txt2">更好用的体验即将到来 | |||||
请敬请期待</text> | |||||
<text class="txt1">智慧停车即将上线</text> | |||||
<text class="txt2">敬请期待</text> | |||||
</view> | </view> |
@@ -4,9 +4,8 @@ page { | |||||
} | } | ||||
.img { | .img { | ||||
display: block; | display: block; | ||||
width: 300rpx; | |||||
height: 300rpx; | |||||
margin: 168rpx auto 0; | |||||
width: 211rpx; | |||||
margin: 168rpx auto 40rpx; | |||||
} | } | ||||
.txt1 { | .txt1 { | ||||
@@ -7,4 +7,5 @@ | |||||
<text>独家福利,抢完即止</text> | <text>独家福利,抢完即止</text> | ||||
</view> | </view> | ||||
<c-coupons id="lists" bind:myevent="onGetCode" /> | <c-coupons id="lists" bind:myevent="onGetCode" /> | ||||
<!-- <official-account class="gzh"></official-account> --> | |||||
</view> | </view> |
@@ -15,10 +15,11 @@ | |||||
page { | page { | ||||
width: 100%; | width: 100%; | ||||
height: auto; | |||||
height: auto!important; | |||||
overflow-x: hidden; | overflow-x: hidden; | ||||
} | } | ||||
.txt { | .txt { | ||||
margin-left: 20rpx; | margin-left: 20rpx; | ||||
} | } | ||||
@@ -62,3 +63,17 @@ page { | |||||
bottom: 0; | bottom: 0; | ||||
z-index: 10; | z-index: 10; | ||||
} | } | ||||
.gzh{ | |||||
display: none; | |||||
position: absolute; | |||||
bottom: 6%; | |||||
width: 90%; | |||||
left: 0; | |||||
right: 0; | |||||
margin: auto; | |||||
z-index: 1000000; | |||||
background: #ccc; | |||||
border-radius: 16rpx; | |||||
overflow: hidden; | |||||
box-shadow:0 6px 20px 0 rgba(0,0,0,0.15); | |||||
} |
@@ -67,7 +67,7 @@ | |||||
<view class="margin"></view> | <view class="margin"></view> | ||||
<!-- <button bindtap="navigateTo" class="user-out-btn">退出登陆</button> --> | <!-- <button bindtap="navigateTo" class="user-out-btn">退出登陆</button> --> | ||||
<view bindlongtap='showVersion' class='version'> | <view bindlongtap='showVersion' class='version'> | ||||
<view wx:if="{{flag=='show'}}">版本号:2.0.6</view> | |||||
<view wx:if="{{flag=='show'}}">版本号:2.0.7</view> | |||||
<view wx:if="{{flag=='hidden'}}"></view> | <view wx:if="{{flag=='hidden'}}"></view> | ||||
</view> | </view> | ||||
</view> | </view> |