From 059270c12f452fcc3344b826f35295fd7c20906e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 21 三月 2023 08:31:37 +0800
Subject: [PATCH] #

---
 static/css/main.css |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/static/css/main.css b/static/css/main.css
index a2b0a0a..4e7bde0 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -1,5 +1,19 @@
+#label {
+    position: absolute;
+    padding: 10px;
+    background: rgba(255, 255, 255, 0.6);
+    color: #212121;
+    font-family: "榛戜綋", serif;
+    border-radius: 5px;
+    display:none;
+    z-index: 99;
+    line-height: 130%;
+
+    max-height: 350px;
+    overflow-y: scroll;
+}
+
 #sidebar{
-    display: none;
     /*瀹氫綅*/
     position: absolute;
     top: 51%;

--
Gitblit v1.9.1