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/Basemap/css/style.css |   69 +++++++++++++++++++++++++++++-----
 1 files changed, 59 insertions(+), 10 deletions(-)

diff --git a/widgets/Basemap/css/style.css b/widgets/Basemap/css/style.css
index e6958c3..dfaf46b 100644
--- a/widgets/Basemap/css/style.css
+++ b/widgets/Basemap/css/style.css
@@ -1,28 +1,77 @@
 .jimu-widget-Basemap {
   position: relative;
   font-size: 14px;
-  height: 32px;
-  line-height: 32px;
-  width: 100%;   
-  background: rgba(44, 46, 46, 0.75);
-  color: #fff;
-  border-radius: 0 6px 6px 0;
+  height: 36px;
+  line-height: 36px;
+  width: 100%;
+  background: rgb(254, 254, 254);
+  color: #838383;
+  
   text-align: center;
   cursor: pointer;
   z-index: 10 !important;
+  display: flex;
+  align-items: center;
+  justify-content: center;
 }
 
 .jimu-widget-Basemap .base-map {
+
   width: 100%;
+  height: 24px;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  border-right: 1px solid #DDDDDD;
+
 }
+
 .jimu-widget-Basemap .base-map i {
   display: inline-block;
-  width: 16px;
-  height: 16px;
-  background: url(../../../images/baseMapSmall.png) no-repeat;
-  background-size: 16px;
+  margin-right: 4px;
+  width: 14px;
+  height: 14px;
+  background: url(../../../images/底图.png) no-repeat;
+  background-size: 100% 100%;
   vertical-align: middle;
 }
+
 .jimu-widget-Basemap .base-map span:hover {
   text-decoration: underline;
+}
+
+/* 弹窗样式 */
+
+.cesium-baseLayerPicker-dropDown {
+  background-color: rgb(255, 255, 255);
+}
+
+.cesium-baseLayerPicker-sectionTitle, .cesium-baseLayerPicker-itemLabel {
+  color: #000;
+}
+.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel{
+  color: rgb(16, 120, 218);
+}
+
+.cesium-baseLayerPicker-dropDown,
+.cesium-baseLayerPicker-choices,
+.cesium-baseLayerPicker-itemIcon {
+  border: none !important;  
+}
+
+.cesium-baseLayerPicker-selectedItem img {
+  border: 2px solid #459DEE !important;
+}
+
+.cesium-baseLayerPicker-selectedItem div {
+  color: #459DEE;
+}
+
+.cesium-baseLayerPicker-dropDown>div:nth-child(3) {
+  padding-top: 10px;
+  border-top: 1px solid #F2F2F2;
+}
+
+.cesium-baseLayerPicker-dropDown .cesium-baseLayerPicker-sectionTitle {
+  font-size: 16px;
 }
\ No newline at end of file

--
Gitblit v1.9.3