From 5ba3dff421a0beb491ee88975f74cb85ead475ef Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 08 Jun 2021 10:22:26 +0800
Subject: [PATCH] 项目所需图标,部分样式更改,部分逻辑修改,配置文件修改
---
widgets/Basemap/css/style.css | 45 ++++++++++++++++++++++++++++++---------------
1 files changed, 30 insertions(+), 15 deletions(-)
diff --git a/widgets/Basemap/css/style.css b/widgets/Basemap/css/style.css
index add8d36..c1d6a36 100644
--- a/widgets/Basemap/css/style.css
+++ b/widgets/Basemap/css/style.css
@@ -16,25 +16,17 @@
width: 100%;
display: flex;
align-items: center;
- justify-content: space-around;
+ justify-content: center;
}
.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 +36,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 +44,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