| | |
| | | .avue-logo, |
| | | .avue-layout .login-logo, |
| | | .avue-main { |
| | | transition: all .3s; |
| | | transition: all 0.3s; |
| | | } |
| | | |
| | | .avue-contail { |
| | |
| | | } |
| | | |
| | | .avue-header { |
| | | padding-left: 240px; |
| | | display: none; |
| | | padding-left: 38px; |
| | | // display: none; |
| | | width: 100%; |
| | | background-color: #fff; |
| | | box-sizing: border-box; |
| | |
| | | left: 240px; |
| | | padding: 0; |
| | | padding-bottom: 20px; |
| | | width: calc(100% - 240px); |
| | | height: calc(100% - 64px); |
| | | // width: calc(100% - 240px); |
| | | // height: calc(100% - 64px); |
| | | width: 100%; |
| | | height: 100%; |
| | | box-sizing: border-box; |
| | | overflow: hidden; |
| | | transition: all 0.5s; |
| | |
| | | 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 { |
| | | display: block; |
| | |
| | | display: block; |
| | | } |
| | | } |
| | | } |
| | | } |