From 25ce610f6ecca7325e7a743dc032c4a76559c63d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 02 Jul 2021 09:10:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap

---
 widgets/HelpButton/css/style.css |   37 +++++++++++++++++++++++++++++++++++--
 1 files changed, 35 insertions(+), 2 deletions(-)

diff --git a/widgets/HelpButton/css/style.css b/widgets/HelpButton/css/style.css
index 325a556..30db03d 100644
--- a/widgets/HelpButton/css/style.css
+++ b/widgets/HelpButton/css/style.css
@@ -1,12 +1,45 @@
 .jimu-widget-helpbutton {
-    width : 35px !important;
+    width: 35px !important;
     height: 35px !important;
     margin: 2px;
 }
 
 .cesium-navigation-help {
-    top  : -112px;
+    top: -112px;
     right: 42px;
     width: 163px;
 }
 
+.jimu-widget-helpbutton button.cesium-button {
+    background: #fff;
+    border-color: #fff;
+    box-shadow: 0 0 8px #fff;
+    width: 32px;
+    height: 32px;
+    border-radius: 14%;
+    padding: 0;
+    vertical-align: middle;
+    z-index: 0;
+}
+
+/* 右下角浮动窗口样式合集 */
+
+/* .cesium-button {
+    background-color: rgba(255, 255, 255, .75);
+    fill: #389FF9;
+    border: rgba(56, 159, 249, 0.75);
+}
+
+.cesium-button:hover {
+    color: transparent;
+    fill: #389FF9 !important;
+} */
+
+/* 操作指南inthere样式 */
+
+/* .cesium-navigation-button{
+    color: #000;
+}
+.cesium-navigation-button{
+    background-color: rgba(255, 255, 255, .75);
+} */
\ No newline at end of file

--
Gitblit v1.9.3