瀏覽代碼

页面修改

guessPrice
suizhijia 5 年之前
父節點
當前提交
c5332c895b
共有 3 個檔案被更改,包括 8 行新增16 行删除
  1. +3
    -11
      496_dongfengqichen/pages/guessSecondPrize/guessSecondPrize.wxml
  2. +4
    -4
      496_dongfengqichen/pages/guessSecondPrize/guessSecondPrize.wxss
  3. +1
    -1
      496_dongfengqichen/pages/perfectMsg/perfectMsg.wxss

+ 3
- 11
496_dongfengqichen/pages/guessSecondPrize/guessSecondPrize.wxml 查看文件

@@ -63,14 +63,6 @@
<image class="tipWindowBtn" bindtap="tipWindowControl3" src="{{imgUrl+'/newImages4/30.png'}}"></image>
</view>
</view>
<view class="ruleFrame ruleFrame2" wx:if="{{tipWindow2}}">
<view class="tipWindow">
<image class="tipWindowBg" src="{{imgUrl+'/newImages4/37.png'}}"></image>
<image class="tipWindowClose" bindtap="tipWindowControl2" src="{{imgUrl+'/newImages4/27.png'}}"></image>
<image class="tipWindowBtn" style="bottom:150rpx;" bindtap="submitFirstGuessInfo" src="{{imgUrl+'/newImages4/29.png'}}"></image>
<image class="tipWindowBtn" bindtap="tipWindowControl3" src="{{imgUrl+'/newImages4/30.png'}}"></image>
</view>
</view>
<view class="ruleFrame ruleFrame2" wx:if="{{cartogramShow}}">
<view class="cartogramGroup">
<image class="cartogramImg" src="{{imgUrl+'/newImages5/'+randomNum+'.png'}}"></image>
@@ -79,9 +71,9 @@
</view>
<view class="shareWindow" wx:if="{{shareShow}}">
<view class="shareWindowGroup">
<image class="versions-23" src="{{imgUrl+'/newImages5/67.png'}}"></image>
<image class="versions-22" src="{{imgUrl+'/versions/22.png'}}"></image>
<button open-type="share" style="min-height:0;width: 462rpx;" class="shareBtn2"></button>
<image class="versions-23" src="{{imgUrl+'/newImages5/74.png'}}"></image>
<image class="versions-22" src="{{imgUrl+'/newImages5/75.png'}}"></image>
<button open-type="share" style="min-height:0;width: 388rpx;" class="shareBtn2"></button>
<image class="versions-24" bindtap="shareWindowControl" src="{{imgUrl+'/versions/24.png'}}"></image>
</view>
</view>

+ 4
- 4
496_dongfengqichen/pages/guessSecondPrize/guessSecondPrize.wxss 查看文件

@@ -315,8 +315,8 @@ view{
}
.shareWindowGroup{
position: relative;
width: 592rpx;
height: 427rpx;
width: 501rpx;
height: 410rpx;
}
.versions-23{
width: 100%;
@@ -327,8 +327,8 @@ view{
left: 50%;
transform: translateX(-50%);
bottom: 60rpx;
width: 462rpx;
height: 54rpx;
width: 388rpx;
height: 59rpx;
}
.shareBtn2{
position: absolute;

+ 1
- 1
496_dongfengqichen/pages/perfectMsg/perfectMsg.wxss 查看文件

@@ -162,7 +162,7 @@ view{
}
.mainGroup{
position: relative;
padding-bottom: 50rpx;
padding-bottom: 87rpx;
}
.detailTitle{
line-height: 24rpx;

Loading…
取消
儲存