From 6256f7b9fa37784ab475ba9771747fe71b8858f0 Mon Sep 17 00:00:00 2001 From: zhangyan Date: Wed, 17 Jun 2026 09:35:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=A0=E5=B7=A5=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E9=87=8D=E9=87=8F=E6=94=B9=E4=B8=BA=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E5=80=BC=E5=B1=95=E7=A4=BA+=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E6=8C=89=E9=92=AE=EF=BC=8C=E4=B8=8D=E5=8F=AF=E6=89=8B=E5=8A=A8?= =?UTF-8?q?=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- .../clean-veg-ratio-scale/01-accept.html | 41 +++++++++++-------- 1 file changed, 25 insertions(+), 16 deletions(-) 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 @@ -- - + -