liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.jimu-widget-Basemap {
  position: relative;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  width: 100%;
  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: center;
  border-right: 1px solid #DDDDDD;
 
}
 
.jimu-widget-Basemap .base-map i {
  display: inline-block;
  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 span:hover {
  text-decoration: underline;
}
 
/* 弹窗样式 */
 
.cesium-baseLayerPicker-dropDown {
  background-color: rgb(255, 255, 255);
}
 
.cesium-baseLayerPicker-sectionTitle, .cesium-baseLayerPicker-itemLabel {
  color: #000;
}
.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;
}