This commit is contained in:
2026-05-14 14:21:17 +08:00
parent 7a75f5d612
commit d33c937ebc
191 changed files with 1916 additions and 1549 deletions

View File

@@ -1491,6 +1491,42 @@ body {
color: var(--platform-success-text);
}
.creation-work-card {
background: #111827;
}
.creation-work-card::before {
display: none;
}
.creation-work-card .platform-cover-artwork {
opacity: 1;
filter: saturate(1.08) contrast(1.04);
}
.creation-work-card__overlay {
background:
linear-gradient(
180deg,
rgba(3, 7, 18, 0.34) 0%,
rgba(3, 7, 18, 0.18) 38%,
rgba(3, 7, 18, 0.76) 100%
),
radial-gradient(
circle at 100% 0,
rgba(255, 255, 255, 0.16),
transparent 34%
);
}
.creation-work-card .platform-pill {
border-color: rgba(255, 255, 255, 0.28);
background: rgba(6, 10, 24, 0.36);
color: rgba(255, 255, 255, 0.9);
text-shadow: 0 1px 8px rgba(0, 0, 0, 0.38);
backdrop-filter: blur(12px);
}
.creation-work-card-stat {
--creation-work-stat-accent: #6b7cff;
position: relative;