fix: 维度卡片饱和度提高至20%+顶部问候区渐变背景
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user