feat(player): ui-ux-pro-max design system upgrade for theme-2 desktop

This commit is contained in:
mars
2026-07-13 09:42:23 +08:00
parent 4cbc846d05
commit 3af2fe72d4
10 changed files with 370 additions and 134 deletions

View File

@@ -90,10 +90,12 @@ withDefaults(
.auth-card {
width: 100%;
max-width: 720px;
background: rgba(255, 255, 255, 0.96);
border: 1px solid var(--border);
border-radius: 12px;
box-shadow: var(--shadow-lg);
background: var(--glass-bg-strong);
backdrop-filter: var(--blur-lg);
-webkit-backdrop-filter: var(--blur-lg);
border: 1px solid var(--glass-border);
border-radius: var(--radius-xl);
box-shadow: var(--shadow-lg), 0 0 40px rgba(0, 102, 204, 0.06);
overflow: hidden;
}
@@ -117,7 +119,7 @@ withDefaults(
display: flex;
align-items: center;
justify-content: center;
padding: 28px 20px;
padding: var(--space-9) var(--space-8);
background: linear-gradient(180deg, rgba(0, 102, 204, 0.05) 0%, rgba(232, 237, 242, 0.65) 100%);
border-right: 1px solid var(--border);
}