chore: 调整首页的回到顶端的按钮的样式

This commit is contained in:
2025-12-23 09:35:41 +08:00
parent f835fafeec
commit 66a58fd8e8

View File

@@ -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 */
}
</style>