shuishen
2021-06-08 5ba3dff421a0beb491ee88975f74cb85ead475ef
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;
}