This commit is contained in:
张成
2025-08-25 14:08:12 +08:00
parent 3f43eb15ca
commit a993c55d3f
16 changed files with 1577 additions and 602 deletions

View File

@@ -2010,7 +2010,7 @@ body {
.progress-bar {
height: 100%;
background: linear-gradient(90deg, #3498db, #9b59b6);
background: linear-gradient(90deg, #3498db, #2980b9);
border-radius: 4px;
transition: width 0.3s ease;
}