This commit is contained in:
2025-08-13 20:06:40 +08:00
330 changed files with 4486 additions and 379305 deletions

View File

@@ -37,9 +37,7 @@ $button-hover-color: darken($button-color, 8%);
bottom: 0;
background-color: #fff;
box-sizing: border-box;
padding: 12px;
// 为安全区预留空间
padding-bottom: var(--safe-area-inset-bottom, 0);
padding: 12px 12px 24px;
// 阴影
box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1);
z-index: 10;