From b435f2b1fc2bc8ad392dfa78aed1a5bc70c8b1e4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 08 Jun 2021 08:48:33 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/pyhmap
---
widgets/Basemap/css/style.css | 45 ++++++++++++++++++++++++++++++++++++---------
1 files changed, 36 insertions(+), 9 deletions(-)
diff --git a/widgets/Basemap/css/style.css b/widgets/Basemap/css/style.css
index e6958c3..add8d36 100644
--- a/widgets/Basemap/css/style.css
+++ b/widgets/Basemap/css/style.css
@@ -1,11 +1,11 @@
.jimu-widget-Basemap {
position: relative;
font-size: 14px;
- height: 32px;
- line-height: 32px;
- width: 100%;
- background: rgba(44, 46, 46, 0.75);
- color: #fff;
+ height: 36px;
+ line-height: 36px;
+ width: 100%;
+ background: rgb(254, 254, 254);
+ color: #838383;
border-radius: 0 6px 6px 0;
text-align: center;
cursor: pointer;
@@ -14,15 +14,42 @@
.jimu-widget-Basemap .base-map {
width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-around;
}
+
.jimu-widget-Basemap .base-map i {
display: inline-block;
- width: 16px;
- height: 16px;
- background: url(../../../images/baseMapSmall.png) no-repeat;
- background-size: 16px;
+ width: 22px;
+ height: 22px;
+ background: url(../../../images/ditu.png) no-repeat;
+ background-size: 22px;
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 {
text-decoration: underline;
+}
+
+/* 弹窗样式 */
+
+.cesium-baseLayerPicker-dropDown {
+ background-color: rgba(255, 255, 255, 0.7);
+}
+
+.cesium-baseLayerPicker-sectionTitle, .cesium-baseLayerPicker-itemLabel {
+ color: #000;
+}
+.cesium-baseLayerPicker-selectedItem .cesium-baseLayerPicker-itemLabel{
+ color: rgb(16, 120, 218);
}
\ No newline at end of file
--
Gitblit v1.9.3