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 @@
-