统一表头与振幅算法、导航栏的间距

This commit is contained in:
fish
2026-07-24 17:45:56 +08:00
parent 730326fb5b
commit 7cd020fbd9
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -22,7 +22,7 @@
.sub { color: var(--sub); font-size: 0.85rem; margin-bottom: 8px; }
.sub a { color: #3b82f6; cursor: pointer; text-decoration: none; }
.sub a:hover { text-decoration: underline; }
.formula { color: var(--sub); font-size: 0.8rem; margin-bottom: 24px; padding: 6px 12px; background: var(--th-bg); border-radius: 4px; display: inline-block; }
.formula { color: var(--sub); font-size: 0.8rem; margin: 0 0 8px; padding: 6px 12px; background: var(--th-bg); border-radius: 4px; display: inline-block; }
table { border-collapse: collapse; width: 100%; font-size: 0.9rem; }
th { background: var(--th-bg); color: var(--th-fg); font-weight: 600; padding: 8px 10px; border: 1px solid var(--th-border); text-align: center; white-space: nowrap; }
td { padding: 6px 10px; border: 1px solid var(--td-border); text-align: center; }
@@ -54,7 +54,7 @@
.drawer .close-btn:hover { color: var(--fg); }
.section { margin-bottom: 8px; }
.section h2 { font-size: 1.1rem; display: flex; align-items: center; gap: 8px; margin: 28px 0 10px; padding: 4px 0; }
.section h2 { font-size: 1.1rem; display: flex; align-items: center; gap: 8px; margin: 8px 0 10px; padding: 4px 0; }
</style>
</head>
<body>