shuishen
2021-06-04 db9ea2a557e28fb1096dfebdb2ac23c3fe86cb57
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.jimu-widget-Basemap {
  position: relative;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  color: #000;
  border-radius: 0 6px 6px 0;
  text-align: center;
  cursor: pointer;
  z-index: 10 !important;
}
 
.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: 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);
}