style(player): theme-3 玻璃卡片与认证页视觉优化
- 认证页减轻背景遮罩,玻璃表单与渐变登录按钮 - 全局 glass 卡片:半透明底+中性描边,珊瑚色仅用于 auth-card - 登录提示/确认弹窗、注单/钱包/首页等卡片统一风格 - 消息列表移除外边框与未读圆点,保留未读标签
This commit is contained in:
@@ -273,11 +273,8 @@ const pullIndicatorStyle = () => ({
|
||||
}
|
||||
|
||||
.list-card {
|
||||
background: var(--bg-card);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 8px;
|
||||
border-radius: var(--radius-lg);
|
||||
overflow: hidden;
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
|
||||
.record-row {
|
||||
|
||||
Reference in New Issue
Block a user