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

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

@@ -120,7 +120,7 @@ const handleBack = () => {
.explain-scroll {
height: 100%;
padding: 76px 20px calc(28px + env(safe-area-inset-bottom));
padding: 76px 20px calc(112px + env(safe-area-inset-bottom));
box-sizing: border-box;
}