月球大数据地理空间分析展示平台-【前端】-月球2期前端
Surpriseplus
2023-08-11 5c63e3106bc4b82e06d280bf7fd44785f07ac56a
public/CIMSDK/Workers/css/smartearth.css
@@ -1,7 +1,6 @@
@import "../../Cesium/Widgets/widgets.css";
@import "../layui/css/layui.css";
@import "./camera.css";
body,
html,
#smartearth-app {
@@ -63,12 +62,11 @@
}
#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 {
@@ -76,14 +74,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 {
@@ -123,7 +121,7 @@
}
.layui-layer-iframe {
    overflow-y: hidden !important;
    overflow-y: hidden!important;
}
.smartEarthBlackPanel {
@@ -573,4 +571,4 @@
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
}