feat(player): 统一移动端主题样式并优化多页面视觉一致性

将玩家端组件与核心页面全面切换为统一主题变量,优化卡片、按钮、弹窗、列表和盘口相关模块的视觉表现,并补充多语言文案以匹配新的交互与布局风格。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-16 15:55:28 +08:00
parent 4a93fcfce0
commit d2c0b575b7
51 changed files with 1539 additions and 1212 deletions

View File

@@ -178,7 +178,7 @@ function closeModal() {
padding: 0 4px;
font-size: 12px;
font-weight: 600;
color: #6B7280;
color: var(--text-muted);
line-height: 1.4;
}
@@ -189,7 +189,7 @@ function closeModal() {
.state,
.empty {
text-align: center;
color: #6B7280;
color: var(--text-muted);
padding: 48px 20px;
font-weight: 600;
}