fix: 维度卡片饱和度提高至20%+顶部问候区渐变背景

This commit is contained in:
Yuzhiran Dev
2026-07-11 21:21:26 +08:00
parent ee34c35994
commit f8ace4b016
2 changed files with 27 additions and 20 deletions
+7
View File
@@ -222,6 +222,10 @@ function goNewsDetail(item) {
.greeting {
margin-bottom: 20px;
padding: 24px 20px;
border-radius: 18px;
background: linear-gradient(135deg, rgba(99,102,241,0.08), rgba(139,92,246,0.04));
border: 1px solid rgba(99,102,241,0.1);
}
.greeting-title {
font-size: 26px;
@@ -263,6 +267,9 @@ function goNewsDetail(item) {
justify-content: space-between;
align-items: center;
margin-bottom: 14px;
padding: 8px 12px;
border-radius: 10px;
background: rgba(99,102,241,0.04);
}
.section-title {
font-size: 17px;