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 000978a..4462fc2 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 @@ -27,18 +27,6 @@ .user-info { margin-left: auto; font-size: 12px; color: rgba(255,255,255,0.5); display: flex; align-items: center; gap: 6px; } - .top-progress { - display: flex; align-items: center; gap: 8px; margin: 0 16px; - } - .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: 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; - transition: width 0.4s ease; - } .user-info .avatar { width: 28px; height: 28px; border-radius: 50%; background: #4a90d9; display: flex; align-items: center; justify-content: center; font-size: 12px; color: #fff; @@ -261,13 +249,6 @@