From c5c79d2e675da9186fa61b563cfb84e6c8177b62 Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Tue, 9 Sep 2025 07:39:54 +0800 Subject: [PATCH] 'commit' --- dsLightRag/XingJun/move.html | 219 ++++++++++++++++++++++++++++++----- 1 file changed, 188 insertions(+), 31 deletions(-) diff --git a/dsLightRag/XingJun/move.html b/dsLightRag/XingJun/move.html index 21f4842f..b0d1c3ff 100644 --- a/dsLightRag/XingJun/move.html +++ b/dsLightRag/XingJun/move.html @@ -32,14 +32,30 @@ height: 200px; z-index: 999; } - button { + .control-panel { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); + display: flex; + gap: 10px; + z-index: 1000; + } + button { padding: 10px 20px; font-size: 16px; cursor: pointer; + } + .param-display { + position: absolute; + bottom: 80px; + left: 50%; + transform: translateX(-50%); + background-color: rgba(255, 255, 255, 0.8); + padding: 8px 15px; + border-radius: 4px; + font-family: Arial, sans-serif; + font-size: 14px; z-index: 1000; } @@ -47,7 +63,6 @@
-
- +
+
+ + + +
\ No newline at end of file