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

@@ -43,26 +43,26 @@ withDefaults(
}
.status-watermark.won {
color: #059669;
color: rgba(16, 185, 129, 0.12);
}
.status-watermark.lost {
color: #DC2626;
color: rgba(239, 68, 68, 0.12);
}
.status-watermark.push {
color: #6B7280;
color: var(--text-muted);
}
.status-watermark.pending {
color: #F8971F;
color: rgba(255, 179, 0, 0.12);
}
.status-watermark.closed {
color: #005B9F;
color: var(--primary-light);
}
.status-watermark.settled {
color: #0066CC;
color: var(--primary);
}
</style>