调整导览讲解为底部主导航

This commit is contained in:
lyf
2026-06-29 20:55:13 +08:00
parent 81b9eac2f7
commit 4c9d480cce
12 changed files with 271 additions and 64 deletions

View File

@@ -526,7 +526,7 @@ const handleBrowseAll = () => {
.explain-scroll {
height: 100%;
padding: 0 16px calc(28px + env(safe-area-inset-bottom));
padding: 0 16px calc(110px + env(safe-area-inset-bottom));
box-sizing: border-box;
}
@@ -897,7 +897,7 @@ const handleBrowseAll = () => {
}
.card-list {
padding-bottom: calc(28px + env(safe-area-inset-bottom));
padding-bottom: calc(110px + env(safe-area-inset-bottom));
}
.list-more {