From 7923c73fd7910957114024c76b356c378fc0e60e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 08 七月 2022 08:40:42 +0800
Subject: [PATCH] Merge branches 'local' and 'master' of http://47.97.1.152:5880/r/ASRS-3D into local
---
static/css/main.css | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/static/css/main.css b/static/css/main.css
index 56eafa0..4e7bde0 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -2,11 +2,15 @@
position: absolute;
padding: 10px;
background: rgba(255, 255, 255, 0.6);
- line-height: 1;
- color:#000000;
+ color: #212121;
+ font-family: "榛戜綋", serif;
border-radius: 5px;
display:none;
z-index: 99;
+ line-height: 130%;
+
+ max-height: 350px;
+ overflow-y: scroll;
}
#sidebar{
--
Gitblit v1.9.1