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 328a011..e9a6286 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 @@ -187,6 +187,15 @@ } /* 底部操作栏 */ + /* 获取任务按钮 */ + .fetch-task-btn { + width: 100%; padding: 10px 0; border-radius: 8px; font-size: 13px; font-weight: 600; + cursor: pointer; transition: all 0.2s; font-family: inherit; border: 1px dashed rgba(74,144,217,0.3); + background: rgba(74,144,217,0.06); color: #4a90d9; + display: flex; align-items: center; justify-content: center; gap: 6px; flex-shrink: 0; + } + .fetch-task-btn:hover { background: rgba(74,144,217,0.12); border-color: #4a90d9; } + .bottom-bar { display: flex; align-items: center; justify-content: flex-end; gap: 12px; padding: 10px 0; flex-shrink: 0; @@ -351,6 +360,7 @@
+