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 f9ca206..328a011 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 @@ -253,14 +253,19 @@ .modal__food { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 14px; } .modal__food-icon { font-size: 24px; } .modal__label { font-size: 12px; color: rgba(255,255,255,0.5); text-align: center; } - .modal__weight-input { - width: 120px; margin: 0 auto; background: rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.15); - border-radius: 8px; padding: 10px 12px; font-size: 20px; font-weight: 700; - color: #4a90d9; text-align: center; outline: none; font-family: inherit; + .modal__weight-row { + display: flex; align-items: center; justify-content: center; gap: 10px; } - .modal__weight-input:focus { border-color: #4a90d9; } + .modal__weight-value { + font-size: 28px; font-weight: 700; color: #4a90d9; line-height: 1; + } + .modal__weight-refresh { + width: 28px; height: 28px; border-radius: 6px; border: 1px solid rgba(74,144,217,0.25); + background: rgba(74,144,217,0.1); color: #4a90d9; font-size: 14px; + cursor: pointer; transition: all 0.2s; display: flex; align-items: center; justify-content: center; + } + .modal__weight-refresh:hover { background: rgba(74,144,217,0.2); border-color: #4a90d9; } .modal__weight-unit { text-align: center; font-size: 12px; color: rgba(255,255,255,0.4); margin-top: -8px; } - .modal__hint { font-size: 11px; color: rgba(255,255,255,0.35); text-align: center; } .modal__actions { display: flex; gap: 10px; } .modal__btn { flex: 1; padding: 10px 0; border-radius: 8px; font-size: 13px; font-weight: 600; @@ -367,9 +372,11 @@ --