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 |   62 +++++++++++++++++++++----------
 1 files changed, 42 insertions(+), 20 deletions(-)

diff --git a/widgets/Basemap/css/style.css b/widgets/Basemap/css/style.css
index 09b58f1..dfaf46b 100644
--- a/widgets/Basemap/css/style.css
+++ b/widgets/Basemap/css/style.css
@@ -1,40 +1,39 @@
 .jimu-widget-Basemap {
   position: relative;
   font-size: 14px;
-  height: 32px;
-  line-height: 32px;
+  height: 36px;
+  line-height: 36px;
   width: 100%;
-  background: rgba(255, 255, 255, 0.75);
-  color: #000;
-  border-radius: 0 6px 6px 0;
+  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: space-around;
+  justify-content: center;
+  border-right: 1px solid #DDDDDD;
+
 }
 
 .jimu-widget-Basemap .base-map i {
   display: inline-block;
-  width: 22px;
-  height: 22px;
-  background: url(../../../images/ditu.png) no-repeat;
-  background-size: 22px;
+  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 del {
-  display: inline-block;
-  width: 10px;
-  height: 6px;
-  background: url(../../../images/toolbottom1.png) no-repeat;
-  background-size: 10px 6px;
-  /* vertical-align: / */
 }
 
 .jimu-widget-Basemap .base-map span:hover {
@@ -44,7 +43,7 @@
 /* 弹窗样式 */
 
 .cesium-baseLayerPicker-dropDown {
-  background-color: rgba(255, 255, 255, 0.7);
+  background-color: rgb(255, 255, 255);
 }
 
 .cesium-baseLayerPicker-sectionTitle, .cesium-baseLayerPicker-itemLabel {
@@ -52,4 +51,27 @@
 }
 .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