From 1a2c1d005bf7de2528f73638fb24d31da812aad5 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 22 Jun 2021 17:40:13 +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