diff --git a/pages/index/index.vue b/pages/index/index.vue index 2fad2c5..77df958 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -154,8 +154,6 @@ @import '@/common/css/diy.scss'; @import './public/css/index.scss'; - - .small-bot { width: 100%; height: 100%; @@ -227,10 +225,15 @@ /deep/ .sku-layer .uni-popup__wrapper.uni-custom .uni-popup__wrapper-box { max-height: unset !important; } - - /deep/ .mescroll-totop { - right: 24rpx!important; - bottom: 182rpx!important; - } + + /deep/ .mescroll-totop { + right: 27rpx!important; + /* #ifdef H5 */ + bottom: 120rpx!important; + /* #endif */ + /* #ifdef MP-WEIXIN */ + bottom: 180rpx!important; + /* #endif */ + } \ No newline at end of file