From 9356ddd3554e1ddf8847923d0ce2eceeef8411f0 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 23 Jun 2021 11:19:49 +0800
Subject: [PATCH] 图例的修改,目录树调整,图层管理调整,图片更新
---
widgets/spatialAnalysis/css/style.css | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/widgets/spatialAnalysis/css/style.css b/widgets/spatialAnalysis/css/style.css
index bda1fd4..4dd1621 100644
--- a/widgets/spatialAnalysis/css/style.css
+++ b/widgets/spatialAnalysis/css/style.css
@@ -33,6 +33,7 @@
height: 40px;
width: 100%;
background-color: #39A5FD;
+ box-shadow: 0 0 10px #39A5FD;
color: #fff;
font-size: 16px;
line-height: 40px;
@@ -65,10 +66,31 @@
padding-top: 12px;
border: 1px solid rgb(255, 255, 255);
box-shadow: 2px 2px 15px -5px #39A5FD;
- color: #555
+ color: #555;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
}
.jimu-widget-spatialAnalysis li:hover {
background-color: #ffffff;
box-shadow: 3px 3px 20px -4px #0b8af1;
+}
+
+.jimu-widget-spatialAnalysis .imgs {
+ display: block;
+ height: 50px;
+ width: 50px;
+ border-radius: 50%;
+ background-color: #39A5FD;
+ position: relative;
+ top: -8px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.jimu-widget-spatialAnalysis .imgs img {
+ width: 40px;
}
\ No newline at end of file
--
Gitblit v1.9.3