@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;
|
}
|