From bb3721b514c504682b57129c36a5e205f8f50400 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 18 Jun 2021 17:17:52 +0800
Subject: [PATCH] Merge branches 'master' and 'master' of http://192.168.0.105:10010/r/pyhmap

---
 widgets/spatialAnalysis/css/style.css |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/widgets/spatialAnalysis/css/style.css b/widgets/spatialAnalysis/css/style.css
index 1012dc7..4dd1621 100644
--- a/widgets/spatialAnalysis/css/style.css
+++ b/widgets/spatialAnalysis/css/style.css
@@ -66,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