| | |
| | | @import "./ourBackgroundColor.scss"; |
| | | .avue-logo{ |
| | | .avue-logo { |
| | | background-color: $leftMenuTop; |
| | | } |
| | | .avue-left, |
| | | .avue-header, |
| | | .avue-top, |
| | | .avue-logo, |
| | | .avue-layout |
| | | .login-logo, |
| | | .avue-layout .login-logo, |
| | | .avue-main { |
| | | transition: all .3s; |
| | | transition: all 0.3s; |
| | | } |
| | | |
| | | .avue-contail { |
| | |
| | | background-size: 100%; |
| | | background-repeat: no-repeat; |
| | | } |
| | | |
| | | |
| | | .avue-left { |
| | | position: fixed; |
| | |
| | | .avue-view { |
| | | padding: 0 10px !important; |
| | | width: 100%; |
| | | overflow: hidden !important; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | |
| | | right: 0; |
| | | top: 0; |
| | | bottom: 0; |
| | | background-color: rgba(0, 0, 0, .3); |
| | | background-color: rgba(0, 0, 0, 0.3); |
| | | z-index: 1024; |
| | | |
| | | &--show { |