页面间距从8px改为16px

This commit is contained in:
fish
2026-07-24 17:48:51 +08:00
parent 971252ee7c
commit d06ed06f01
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
}
body { font-family: -apple-system, 'Segoe UI', system-ui, sans-serif; padding: 24px; max-width: 1100px; margin: 0 auto; color: var(--fg); background: var(--bg); }
h1 { font-size: 1.4rem; margin-bottom: 8px; }
.sub { color: var(--sub); font-size: 0.85rem; margin-bottom: 8px; }
.sub { color: var(--sub); font-size: 0.85rem; margin-bottom: 16px; }
.sub a { color: #3b82f6; cursor: pointer; text-decoration: none; }
.sub a:hover { text-decoration: underline; }
.formula { color: var(--sub); font-size: 0.8rem; margin: 0; padding: 6px 12px; background: var(--th-bg); border-radius: 4px; display: inline-block; }
@@ -37,7 +37,7 @@
.toggle-btn:hover { opacity: 0.8; }
.section { margin-bottom: 8px; }
.section h2 { font-size: 1.1rem; display: flex; align-items: center; gap: 8px; margin: 8px 0 10px; padding: 4px 0; }
.section h2 { font-size: 1.1rem; display: flex; align-items: center; gap: 8px; margin: 16px 0 10px; padding: 4px 0; }
.drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 99; display: none; }
.drawer-overlay.show { display: block; }