Skip to content

Commit 6eeec39

Browse files
author
Gauge Developer
committed
fix(ShareCard): 移除紫色配色,改为深蓝渐变
根据用户反馈,紫色配色看起来low,已改为深蓝色渐变: - 新配色: #0f172a → #1e3a5f → #0d4f6c - 光晕效果改为天蓝色 (rgba(56, 189, 248, 0.2)) - 更专业、大气的视觉效果
1 parent d001c73 commit 6eeec39

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/components/ShareModal/ShareCard.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
99
}
1010

11-
/* Header - Premium Gradient */
11+
/* Header - Premium Deep Blue Gradient */
1212
.share-card-header {
13-
background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
13+
background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0d4f6c 100%);
1414
padding: 32px;
1515
color: white;
1616
position: relative;
@@ -24,7 +24,7 @@
2424
right: -20%;
2525
width: 400px;
2626
height: 400px;
27-
background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
27+
background: radial-gradient(circle, rgba(56, 189, 248, 0.2) 0%, transparent 70%);
2828
border-radius: 50%;
2929
}
3030

src/data/animation-list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generatedAt": "2026-02-21T09:39:08.273Z",
2+
"generatedAt": "2026-02-21T09:41:02.656Z",
33
"count": 2,
44
"animations": {
55
"46": {

0 commit comments

Comments
 (0)