surprise
2024-04-17 f560ccccd3878497339daeee3241a81c263898f7
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
@import "../../Cesium/Widgets/widgets.css";
@import "../layui/css/layui.css";
 
#sdkContainer {
    width           : 100%;
    height          : 100%;
    background-color: #000000;
    background-size : cover;
    position: relative;
}
.cesium-viewer-cesiumInspectorContainer,
.cesium-viewer-toolbar,
.cesium-viewer-animationContainer,
.cesium-viewer-timelineContainer {
    display: none;
}
 
.distance-legend {
    right : 75px !important;
    bottom: 38px !important;
}
 
#distanceLegendDiv {
    position: absolute;
    bottom  : 230px !important;
    right   : 120px !important;
}
 
.layui-layer-iframe {
    overflow-y: hidden!important;
}
.other-class .layui-layer-title {
    background: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    font-family: 微软雅黑;
    border-radius: 5px;
    border: 1px solid rgba(32, 160, 255, 0.6);
}
 
.noIconMessage .el-message__icon {
    display: none;
}
 
/* 提示框样式 */
.noIconMessage {
    background: #00000090!important;
    font-size: 25px!important;
}
.noIconMessage .el-message__content {
    font-size: 25px!important;
    color: white!important;
}