From 2364c314288f26a4d29b7d22e9baa1e45f43aaeb Mon Sep 17 00:00:00 2001
From: 584911253@qq.com <584911253@qq.com>
Date: 星期日, 26 二月 2023 17:44:45 +0800
Subject: [PATCH] 综合展示样式修改

---
 src/assets/css/index.css |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/src/assets/css/index.css b/src/assets/css/index.css
index f8c93e0..b121af2 100644
--- a/src/assets/css/index.css
+++ b/src/assets/css/index.css
@@ -237,7 +237,8 @@
     position: absolute;
     z-index: 1024;
     margin-top: 15px;
-    background: rgba(244, 248, 255, 0.9);
+    background: rgba(244, 248, 255, 1);
+    box-shadow: 0px 0px 6px 2px rgba(244,248,255, 0.85);
     border-radius: 5px;
     border: 1px solid #DCDFE6;
 }
@@ -245,12 +246,12 @@
 .secondMenuDiv div {
     line-height: 30px;
     padding: 10px;
-    font-size: 10px;
+    font-size: 2px 0;
     font-family: Microsoft YaHei;
     font-weight: 400;
-
+    text-align: center;
     line-height: 20px;
-    min-width: 120px;
+    min-width: 100px;
 }
 
 .secondMenuDiv .changeLiStyle {
@@ -258,7 +259,7 @@
     box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
     border: 1px solid #409eff;
     /* background: #182E45 */
-    /* 
+    /*
     */
 
 }
@@ -274,4 +275,4 @@
 
 .ol-scale-line {
     display: block !important;
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3