diff --git a/other-module/canteen-device/clean-veg-ratio-scale/01-accept.html b/other-module/canteen-device/clean-veg-ratio-scale/01-accept.html index 2c406f5..000978a 100644 --- a/other-module/canteen-device/clean-veg-ratio-scale/01-accept.html +++ b/other-module/canteen-device/clean-veg-ratio-scale/01-accept.html @@ -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;