| | |
| | | } |
| | | } |
| | | |
| | | .layoutIndex { |
| | | position: relative; |
| | | width: 100%; |
| | | height: 100%; |
| | | overflow-x: auto; |
| | | background: #020f25; |
| | | scrollbar-width: none; |
| | | |
| | | /* Firefox 隐藏滚动条 */ |
| | | &::-webkit-scrollbar { |
| | | display: none; |
| | | /* Chrome、Safari 隐藏滚动条 */ |
| | | } |
| | | |
| | | &.narrowScreen { |
| | | >div { |
| | | left: 50%; |
| | | top: 50%; |
| | | transform: translate(-50%, -50%); |
| | | } |
| | | } |
| | | |
| | | >div { |
| | | left: 0; |
| | | top: 0; |
| | | position: absolute; |
| | | height: 1080px; |
| | | width: 1920px; |
| | | } |
| | | |
| | | #cesium {} |
| | | |
| | | .page-index { |
| | | background-size: 100% 100%; |
| | | background-repeat: no-repeat; |
| | | pointer-events: none; |
| | | |
| | | >* { |
| | | pointer-events: auto !important; |
| | | } |
| | | |
| | | &.page-index-footer { |
| | | background-image: url('../assets/images/bg-new.png'); |
| | | } |
| | | |
| | | &.page-index-no-footer { |
| | | background-image: url('../assets/images/bg-new-no-footer.png'); |
| | | } |
| | | } |
| | | |
| | | |
| | | } |