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 :show="couponshow" class='mask' @click="couponshow = false">
<view class="couponmask" @click.stop=''>
<image class="close" src="../../static/gb.png" mode="" @tap='couponshow=false'></image>
</image>
<view class="titles">
选择优惠卷
</view>

View File

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

View File

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