diff --git a/pages/CommodityDetails/CommodityDetails.vue b/pages/CommodityDetails/CommodityDetails.vue index 7ce227e..4d2c4a7 100644 --- a/pages/CommodityDetails/CommodityDetails.vue +++ b/pages/CommodityDetails/CommodityDetails.vue @@ -182,6 +182,8 @@ + + 选择优惠卷 diff --git a/pages/CommodityDetails/CommodityDetailsstyle.scss b/pages/CommodityDetails/CommodityDetailsstyle.scss index 6530345..ba9a676 100644 --- a/pages/CommodityDetails/CommodityDetailsstyle.scss +++ b/pages/CommodityDetails/CommodityDetailsstyle.scss @@ -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%; diff --git a/pages/integral/integral.vue b/pages/integral/integral.vue index db7816d..a2bc39a 100644 --- a/pages/integral/integral.vue +++ b/pages/integral/integral.vue @@ -45,6 +45,8 @@ + + 获取方式 @@ -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;