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

@@ -176,16 +176,16 @@ const pullIndicatorStyle = () => ({
border-radius: 999px;
font-size: 12px;
font-weight: 700;
color: #6B7280;
background: #FFFFFF;
border: 1px solid #E5E7EB;
color: var(--text-muted);
background: var(--bg-card);
border: 1px solid var(--border);
transition: all 0.2s;
}
.filter-tab.active {
color: #003D6B;
background: rgba(0, 61, 107, 0.08);
border-color: #003D6B;
color: var(--primary);
background: rgba(244, 162, 97, 0.15);
border-color: var(--primary);
}
.state {
@@ -194,7 +194,7 @@ const pullIndicatorStyle = () => ({
align-items: center;
gap: 12px;
text-align: center;
color: #6B7280;
color: var(--text-muted);
padding: 56px 20px;
font-weight: 600;
font-size: 14px;
@@ -217,7 +217,7 @@ const pullIndicatorStyle = () => ({
.end-hint {
text-align: center;
font-size: 12px;
color: #6B7280;
color: var(--text-muted);
font-weight: 600;
padding: 16px 0 4px;
letter-spacing: 0.03em;