| | |
| | | @import "./ourBackgroundColor.scss"; |
| | | .avue-logo{ |
| | | background-color: $leftMenuTop; |
| | | } |
| | | .avue-left, |
| | | .avue-header, |
| | | .avue-top, |
| | |
| | | .avue-contail { |
| | | width: 100%; |
| | | height: 100%; |
| | | background: #f0f2f5; |
| | | // background: #f0f2f5; |
| | | background: $black; |
| | | background-size: 100%; |
| | | background-repeat: no-repeat; |
| | | } |
| | |
| | | .avue-header { |
| | | padding-left: 240px; |
| | | width: 100%; |
| | | background-color: #fff; |
| | | background-color: $black; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | |
| | | box-sizing: border-box; |
| | | overflow: hidden; |
| | | transition: all 0.5s; |
| | | background: #f0f2f5; |
| | | // background: #f0f2f5; |
| | | background: $black; |
| | | z-index: 1026; |
| | | |
| | | &--fullscreen { |