This commit is contained in:
曹辉 2023-03-03 15:27:36 +08:00
parent 09c40ae9cb
commit 7c712bc954
3 changed files with 22 additions and 17 deletions

View File

@ -182,6 +182,8 @@
</u-mask> </u-mask>
<u-mask :show="couponshow" class='mask' @click="couponshow = false"> <u-mask :show="couponshow" class='mask' @click="couponshow = false">
<view class="couponmask" @click.stop=''> <view class="couponmask" @click.stop=''>
<image class="close" src="../../static/gb.png" mode="" @tap='couponshow=false'></image>
</image>
<view class="titles"> <view class="titles">
选择优惠卷 选择优惠卷
</view> </view>

View File

@ -1,5 +1,13 @@
.app { .app {
padding: 0; padding: 0;
.close {
width: 31rpx;
height: 31rpx;
position: absolute;
top: 2%;
right: 2%;
z-index: 999;
}
.scroll-Y { .scroll-Y {
height: 790rpx; height: 790rpx;
background-color: #F4F5F7; background-color: #F4F5F7;
@ -213,14 +221,7 @@
} }
} }
} }
.close {
width: 31rpx;
height: 31rpx;
position: absolute;
top: 2%;
right: 2%;
z-index: 999;
}
.topcontent { .topcontent {
width: 96%; width: 96%;

View File

@ -45,6 +45,8 @@
</view> </view>
<u-mask :show="gainshow" @click="gainshow = false"> <u-mask :show="gainshow" @click="gainshow = false">
<view class="mask" @click.stop=""> <view class="mask" @click.stop="">
<image class="close" src="../../static/gb.png" mode="" @tap='gainshow=false'></image>
</image>
<view class="title"> <view class="title">
获取方式 获取方式
</view> </view>
@ -639,6 +641,15 @@
} }
} }
.close {
width: 31rpx;
height: 31rpx;
position: absolute;
top: 2%;
right: 2%;
z-index: 999;
}
::v-deep .r-canvas { ::v-deep .r-canvas {
width: 660rpx !important; width: 660rpx !important;
height: 1100rpx !important; height: 1100rpx !important;
@ -749,15 +760,6 @@
} }
} }
.close {
width: 31rpx;
height: 31rpx;
position: absolute;
top: 2%;
right: 2%;
z-index: 999;
}
.topcontent { .topcontent {
width: 96%; width: 96%;
margin: 0 auto; margin: 0 auto;