From ca1f5a7a68b2f71f456c07ebba2879fccea335ad Mon Sep 17 00:00:00 2001 From: Default User Date: Fri, 16 Jan 2026 13:26:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96Management=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=A8=B3=E5=AE=9A=E6=80=A7=E5=92=8C=E7=94=A8=E6=88=B7=E4=BD=93?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Management.html | 368 ++++++++++++++++++++++++++++++++++++++++-------- Reject.js | 16 ++- 2 files changed, 319 insertions(+), 65 deletions(-) diff --git a/Management.html b/Management.html index 93d382c..b277a32 100644 --- a/Management.html +++ b/Management.html @@ -432,6 +432,50 @@ .supply-card video { cursor: pointer; } + + /* 回到顶部按钮样式 */ + .back-to-top { + position: fixed; + bottom: 30px; + right: 30px; + width: 40px; + height: 40px; + border-radius: 50%; + background-color: rgba(153, 153, 153, 0.7); /* 浅灰色透明背景 */ + color: #333; + border: none; + cursor: pointer; + z-index: 1000; + transition: all 0.3s ease; + display: flex; + justify-content: center; + align-items: center; + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); + } + + .back-to-top-content { + display: flex; + align-items: center; + justify-content: center; + text-align: center; + } + + .back-to-top-text { + font-size: 12px; + font-weight: bold; + line-height: 1; + } + + .back-to-top:hover { + background-color: rgba(102, 102, 102, 0.9); /* 加深颜色 */ + transform: translateY(-3px); + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); + } + + .back-to-top:active { + transform: translateY(0); + box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); + } @@ -443,6 +487,13 @@ + + +
@@ -489,7 +540,7 @@
-