@import "../../Cesium/Widgets/widgets.css";
|
@import "../layui/css/layui.css";
|
body,
|
html {
|
height : 100%;
|
margin : 0;
|
padding : 0;
|
overflow: hidden;
|
user-select:none;
|
}
|
|
#sdkContainer {
|
width : 100%;
|
height : 100%;
|
background-color: #000000;
|
background-size : cover;
|
}
|
.cesium-viewer-cesiumInspectorContainer,
|
.cesium-viewer-animationContainer,
|
.cesium-viewer-timelineContainer {
|
display: none;
|
}
|
|
.distance-legend {
|
right : 75px !important;
|
bottom: 38px !important;
|
}
|
|
#navigationDiv {
|
position: absolute;
|
bottom : 230px !important;
|
right : 120px !important;
|
}
|
|
.layui-layer-iframe {
|
overflow-y: hidden!important;
|
}
|