| | |
| | | // 全局变量 |
| | | @import './variables.scss'; |
| | | @import './base.scss'; |
| | | |
| | | a { |
| | | text-decoration: none; |
| | |
| | | |
| | | .avue-layout { |
| | | display: flex; |
| | | height: 1080px; |
| | | width: 1920px; |
| | | background: url("@/assets/images/layoutBg.png") no-repeat center / 100% 100%; |
| | | width: 100%; |
| | | height: 100%; |
| | | background: url("@/assets/images/layoutBg.png") no-repeat center / 100% 100%; |
| | | overflow: hidden; |
| | | |
| | | &--horizontal { |
| | |
| | | margin-bottom: 0; |
| | | } |
| | | |
| | | .avue-view { |
| | | width: 100%; |
| | | box-sizing: border-box; |
| | | .main-avue-view-container { |
| | | height: 0; |
| | | flex: 1; |
| | | display: flex; |
| | | flex-direction: column; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | .avue-footer { |
| | |
| | | } |
| | | } |
| | | |
| | | .ztzf-cesium{ |
| | | .ztzf-cesium { |
| | | .cesium-viewer { |
| | | height: 100%; |
| | | overflow: hidden; |
| | |
| | | .cesium-viewer-bottom { |
| | | display: none; |
| | | } |
| | | } |
| | | } |