liuyg
2021-06-08 0ded284e8ef21e2e767d0b7b2661655cf1dc7eaf
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
.jimu-widget-helpbutton {
    width: 35px !important;
    height: 35px !important;
    margin: 2px;
}
 
.cesium-navigation-help {
    top: -112px;
    right: 42px;
    width: 163px;
}
 
.jimu-widget-helpbutton button.cesium-button {
    background: #fff;
    border-color: #fff;
    box-shadow: 0 0 8px #fff;
    width: 32px;
    height: 32px;
    border-radius: 14%;
    padding: 0;
    vertical-align: middle;
    z-index: 0;
}
 
/* 右下角浮动窗口样式合集 */
 
/* .cesium-button {
    background-color: rgba(255, 255, 255, .75);
    fill: #389FF9;
    border: rgba(56, 159, 249, 0.75);
}
 
.cesium-button:hover {
    color: transparent;
    fill: #389FF9 !important;
} */
 
/* 操作指南inthere样式 */
 
/* .cesium-navigation-button{
    color: #000;
}
.cesium-navigation-button{
    background-color: rgba(255, 255, 255, .75);
} */