统一表头与振幅算法、导航栏的间距
This commit is contained in:
+2
-2
@@ -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; }
|
||||
@@ -55,7 +55,7 @@
|
||||
.nav-link a { color: #3b82f6; text-decoration: none; }
|
||||
.nav-link a:hover { text-decoration: underline; }
|
||||
.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>
|
||||
|
||||
+2
-2
@@ -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; }
|
||||
@@ -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: 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; }
|
||||
|
||||
.drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 99; display: none; }
|
||||
.drawer-overlay.show { display: block; }
|
||||
|
||||
+2
-2
@@ -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>
|
||||
|
||||
+2
-2
@@ -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; }
|
||||
@@ -52,7 +52,7 @@
|
||||
.amp-cell { cursor: pointer; text-decoration: underline; text-decoration-style: dotted; text-underline-offset: 3px; }
|
||||
.amp-cell:hover { color: #3b82f6; }
|
||||
.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>
|
||||
|
||||
Reference in New Issue
Block a user