diff --git a/components/hover-nav/hover-nav.vue b/components/hover-nav/hover-nav.vue index 9b274f8..cb19085 100644 --- a/components/hover-nav/hover-nav.vue +++ b/components/hover-nav/hover-nav.vue @@ -178,6 +178,9 @@ export default { position: fixed; right: 0rpx; bottom: 240rpx; + // #ifdef H5 + bottom: 320rpx; + // #endif z-index: 10; // background: #fff; // box-shadow: 2rpx 2rpx 22rpx rgba(0, 0, 0, 0.3); diff --git a/pages/index/index.vue b/pages/index/index.vue index 77df958..446192a 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -227,11 +227,12 @@ } /deep/ .mescroll-totop { - right: 27rpx!important; /* #ifdef H5 */ - bottom: 120rpx!important; + right: 28rpx!important; + bottom: 200rpx!important; /* #endif */ /* #ifdef MP-WEIXIN */ + right: 27rpx!important; bottom: 180rpx!important; /* #endif */ }