chore: 调整在H5端上的浮动按钮位置,上移80px
This commit is contained in:
@@ -178,6 +178,9 @@ export default {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0rpx;
|
right: 0rpx;
|
||||||
bottom: 240rpx;
|
bottom: 240rpx;
|
||||||
|
// #ifdef H5
|
||||||
|
bottom: 320rpx;
|
||||||
|
// #endif
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
// background: #fff;
|
// background: #fff;
|
||||||
// box-shadow: 2rpx 2rpx 22rpx rgba(0, 0, 0, 0.3);
|
// box-shadow: 2rpx 2rpx 22rpx rgba(0, 0, 0, 0.3);
|
||||||
|
|||||||
@@ -227,11 +227,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .mescroll-totop {
|
/deep/ .mescroll-totop {
|
||||||
right: 27rpx!important;
|
|
||||||
/* #ifdef H5 */
|
/* #ifdef H5 */
|
||||||
bottom: 120rpx!important;
|
right: 28rpx!important;
|
||||||
|
bottom: 200rpx!important;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
/* #ifdef MP-WEIXIN */
|
/* #ifdef MP-WEIXIN */
|
||||||
|
right: 27rpx!important;
|
||||||
bottom: 180rpx!important;
|
bottom: 180rpx!important;
|
||||||
/* #endif */
|
/* #endif */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user