diff --git a/ui/css/style.css b/ui/css/style.css index b578a60..56aafaa 100644 --- a/ui/css/style.css +++ b/ui/css/style.css @@ -349,20 +349,6 @@ select.input option { background: var(--bg-card); } 无网格线、无数据点圆、渐变 0.35→0、teal 主题色系——消费用主强调色区分) */ .tx-trend svg .trend-line { fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .tx-trend svg .trend-area { stroke: none; } -.tx-trend svg .tg-0 { stop-opacity: 0; } -.tx-trend svg .tg-1 { stop-opacity: 0; } -.tx-trend svg.m-exp .trend-line { stroke: var(--accent); } -.tx-trend svg.m-exp .tg-0 { stop-color: var(--accent); stop-opacity: 0.35; } -.tx-trend svg.m-exp .tg-1 { stop-color: var(--accent); } -.tx-trend svg.m-inc .trend-line { stroke: var(--ok); } -.tx-trend svg.m-inc .tg-0 { stop-color: var(--ok); stop-opacity: 0.35; } -.tx-trend svg.m-inc .tg-1 { stop-color: var(--ok); } -.tx-trend svg.m-net .trend-line { stroke: var(--accent-text); } -.tx-trend svg.m-net .tg-0 { stop-color: var(--accent-text); stop-opacity: 0.35; } -.tx-trend svg.m-net .tg-1 { stop-color: var(--accent-text); } -.tx-trend svg.m-tok .trend-line { stroke: var(--warn); } -.tx-trend svg.m-tok .tg-0 { stop-color: var(--warn); stop-opacity: 0.35; } -.tx-trend svg.m-tok .tg-1 { stop-color: var(--warn); } /* 悬停引导线 + tooltip */ .tx-trend-guide { position: absolute; top: 2px; bottom: 6px; width: 1px; background: var(--text-dim); opacity: 0.45; display: none; pointer-events: none; } .tx-trend-tip { diff --git a/ui/index.html b/ui/index.html index 595f12d..7018136 100644 --- a/ui/index.html +++ b/ui/index.html @@ -5,7 +5,7 @@