feat: beautify all team components and pages with dark gaming theme

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
congsh
2026-04-17 17:38:27 +08:00
parent 5c007ac069
commit d0c75d25cf
10 changed files with 1020 additions and 373 deletions
+13 -4
View File
@@ -77,10 +77,14 @@ function handleAvatarUpload() {
font-size: 28px;
font-weight: 700;
margin: 0 0 24px;
background: var(--gg-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.profile-card {
border-radius: 12px;
border-radius: var(--gg-radius-md);
}
.profile-form {
@@ -101,6 +105,8 @@ function handleAvatarUpload() {
height: 100px;
border-radius: 50%;
object-fit: cover;
border: 3px solid var(--gg-primary);
box-shadow: 0 0 16px rgba(99, 102, 241, 0.25);
}
.form-group {
@@ -111,13 +117,16 @@ function handleAvatarUpload() {
.form-group label {
font-size: 14px;
font-weight: 500;
font-weight: 600;
color: var(--gg-text);
}
.status-display {
padding: 8px 16px;
background: var(--el-fill-color-light);
border-radius: 6px;
background: var(--gg-bg);
border: 1px solid var(--gg-border);
border-radius: var(--gg-radius-sm);
color: var(--gg-text);
}
.form-actions {