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
+5 -5
View File
@@ -213,15 +213,15 @@ function getSampleData() {
// 筛选栏
.filter-bar {
padding: 0 20px 12px;
white-space: nowrap;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.filter-item {
display: inline-block;
padding: 6px 14px;
margin-right: 8px;
background: rgba(255, 255, 255, 0.04);
border: 1px solid rgba(255, 255, 255, 0.06);
background: var(--glass-bg);
border: 1px solid var(--glass-border);
border-radius: 16px;
font-size: 13px;
color: var(--text-secondary);