fix: 净菜验收页验收进度条加粗,增强可见性

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
zhangyan
2026-06-16 11:53:22 +08:00
co-authored by Claude Opus 4.6
parent aafecd719e
commit 810a817e47
@@ -33,7 +33,7 @@
.top-progress__label { font-size: 11px; color: rgba(255,255,255,0.4); }
.top-progress__count { font-size: 12px; color: #4a90d9; font-weight: 600; }
.top-progress__bar-wrap {
width: 120px; height: 4px; background: rgba(255,255,255,0.08); border-radius: 2px; overflow: hidden;
width: 120px; height: 6px; background: rgba(255,255,255,0.1); border-radius: 3px; overflow: hidden;
}
.top-progress__bar {
height: 100%; background: linear-gradient(90deg, #4a90d9, #52c41a); border-radius: 2px;