feat:颜色主色调的调整

This commit is contained in:
2026-04-23 10:12:49 +08:00
parent d2e650a434
commit 99b82810c2
9 changed files with 17 additions and 13 deletions

View File

@@ -185,7 +185,7 @@
.confirm-btn {
width: 160px;
height: 48px;
background: linear-gradient(179deg, #00a6ff 0%, #0256ff 100%);
background: linear-gradient(179deg, $theme-color-500 0%, $theme-color-700 100%);
color: #fff;
border: none;
border-radius: 24px;

View File

@@ -33,7 +33,7 @@
}
.date-item.active {
background-color: #00a6ff;
background-color: $theme-color-500;
}
.date-item.active .label,
.date-item.active .date {