From a2b9feb23e215f9b3fe797d244ce5400fff4b39e Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 17 Jun 2021 17:06:05 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
widgets/profileAnalysis/css/style.css | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/widgets/profileAnalysis/css/style.css b/widgets/profileAnalysis/css/style.css
new file mode 100644
index 0000000..3ca7e1a
--- /dev/null
+++ b/widgets/profileAnalysis/css/style.css
@@ -0,0 +1,53 @@
+.jimu-widget-profileAnalysis {
+ position: fixed !important;
+ top: 96px !important;
+ right: 10px !important;
+ width: 200px !important;
+ height: 40px !important;
+ background-color: rgb(255, 255, 255);
+ font-size: 14px;
+ color: rgb(0, 0, 0);
+ font-size: 16px;
+ z-index: 11 !important;
+ border-radius: 10px;
+ display: none;
+ box-shadow: 0 0 8px #fff;
+ padding: 0px 5px !important;
+}
+
+.jimu-widget-profileAnalysis #toolbar {
+ width: 100%;
+ height: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-around;
+ font-size: 14px;
+}
+
+.jimu-widget-profileAnalysis #toolbar #chooseViews, .jimu-widget-profileAnalysis #toolbar #clears {
+ width: auto;
+ padding: 0 8px;
+ height: 30px;
+ border-radius: 5px;
+ background-color: #fff;
+ border: 1px solid transparent;
+ box-shadow: 3px 3px 15px -5px #39A5FD;
+ cursor: pointer;
+}
+
+.jimu-widget-profileAnalysis #toolbar #chooseViews:hover, .jimu-widget-profileAnalysis #toolbar #clears:hover {
+ background-color: #3E9FFC;
+ box-shadow: 3px 3px 20px -4px #000000;
+ filter: grayscale(100%) brightness(200%);
+}
+
+.jimu-widget-profileAnalysis #toolbar .closes {
+ position: relative;
+ left: 3px;
+ font-size: 18px;
+ cursor: pointer;
+}
+
+.jimu-widget-profileAnalysis #toolbar .closes:hover {
+ color: red;
+}
\ No newline at end of file
--
Gitblit v1.9.3