月球大数据地理空间分析展示平台-【前端】-月球2期前端
Surpriseplus
2023-07-18 12d6cdda86f1801793c58c7693bf4664e7826ecd
public/CIMSDK/Workers/css/smartearth.css
@@ -1,6 +1,7 @@
@import "../../Cesium/Widgets/widgets.css";
@import "../layui/css/layui.css";
@import "./camera.css";
body,
html,
#smartearth-app {
@@ -62,11 +63,12 @@
}
#sdkContainer {
    width           : 100%;
    height          : 100%;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-size : cover;
    background-size: cover;
}
.cesium-viewer-cesiumInspectorContainer,
.cesium-viewer-animationContainer,
.cesium-viewer-timelineContainer {
@@ -74,14 +76,14 @@
}
.distance-legend {
    right : 75px !important;
    right: 75px !important;
    bottom: 38px !important;
}
#distanceLegendDiv {
    position: absolute;
    bottom  : 230px !important;
    right   : 120px !important;
    bottom: 230px !important;
    right: 120px !important;
}
.resultToolTipClose {
@@ -121,7 +123,7 @@
}
.layui-layer-iframe {
    overflow-y: hidden!important;
    overflow-y: hidden !important;
}
.smartEarthBlackPanel {
@@ -571,4 +573,4 @@
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
}