购物车悬浮加减

This commit is contained in:
liu
2026-08-27 18:08:14 +08:00
parent 78c787d207
commit 260d8086bf
16 changed files with 445 additions and 35 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
.home-page {
min-height: 100vh;
background: #f7f8fa;
padding-bottom: calc(140rpx + env(safe-area-inset-bottom));
// 底部预留自定义 tabBar(110rpx + 安全区)+ 购物车悬浮球空间,避免内容被遮挡
padding-bottom: calc(250rpx + env(safe-area-inset-bottom));
box-sizing: border-box;
// ===== 自定义顶部导航栏 =====