style(player): theme-3 玻璃卡片与认证页视觉优化

- 认证页减轻背景遮罩,玻璃表单与渐变登录按钮

- 全局 glass 卡片:半透明底+中性描边,珊瑚色仅用于 auth-card

- 登录提示/确认弹窗、注单/钱包/首页等卡片统一风格

- 消息列表移除外边框与未读圆点,保留未读标签
This commit is contained in:
2026-06-23 16:21:40 +08:00
parent a379f9e522
commit 233e9c891a
18 changed files with 246 additions and 241 deletions

View File

@@ -199,12 +199,9 @@ function formatKickoff(startTime: string) {
align-items: center;
gap: 6px;
padding: 12px 4px 10px;
border-radius: var(--radius-sm);
border-radius: var(--radius-lg);
min-width: 0;
overflow: hidden;
background: var(--bg-card);
border: 1px solid var(--border);
box-shadow: var(--shadow);
cursor: pointer;
transition: transform 0.15s, box-shadow 0.15s;
}
@@ -300,10 +297,7 @@ function formatKickoff(startTime: string) {
margin-bottom: 8px;
padding: 10px 12px;
min-height: 60px;
border: 1px solid var(--border);
border-radius: var(--radius-sm);
box-shadow: var(--shadow);
background: var(--bg-card);
border-radius: var(--radius-lg);
cursor: pointer;
transition: transform 0.2s, box-shadow 0.2s;
overflow: hidden;