fix: 亮色主题全新配色(蓝紫)+趋势筛选换行+所有页面硬编码替换为CSS变量

This commit is contained in:
Yuzhiran Dev
2026-07-11 16:48:04 +08:00
parent 8149d2a93c
commit 8b06017d02
11 changed files with 131 additions and 127 deletions
+2 -2
View File
@@ -204,7 +204,7 @@ function goDetail(item) {
.progress-track {
height: 3px;
background: rgba(255,255,255,0.06);
background: var(--glass-bg);
border-radius: 2px;
margin-top: 16px;
overflow: hidden;
@@ -240,7 +240,7 @@ function goDetail(item) {
align-items: center;
justify-content: center;
font-size: 18px;
border: 1px solid rgba(255,255,255,0.06);
border: 1px solid var(--glass-border);
}
.k-info { flex: 1; }
.k-title {