chore: 调整在H5端上的浮动按钮位置,上移80px
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user