1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #cesiumContainer {
- // 新驾驶舱布局
- margin: 0;
- padding: 0;
- overflow: hidden;
- width: 66rem;
- height: 34.5rem;
- position: absolute;
- left: 27rem;
- top: 9%;
- // width: 100%;
- // height: 100%;
- // position: absolute;
- /* left: 27rem; */
- /* top: 9%; */
- // z-index: -1;
- }
- .cesiumbig {
- width: 100% !important;
- height: 100% !important;
- position: absolute !important;
- left: 0% !important;
- top: 9% !important;
- }
- .cesiumbtn {
- position: absolute;
- right: 30px;
- top: 30px;
- color: #51E9FF;
- font-size: 24px;
- z-index: 98;
- cursor: pointer;
- }
- .cesium-viewer-timelineContainer {
- position: absolute;
- bottom: 0;
- left: 169px;
- right: 29px;
- height: 27px;
- padding: 0;
- margin: 0;
- overflow: hidden;
- font-size: 14px;
- }
- .cesium-credit-logoContainer {
- display: none !important;
- }
|