| | |
| | | .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-repeat: no-repeat; |
| | | } |
| | | |
| | | |
| | | .avue-left { |
| | | position: fixed; |
| | | left: 0; |
| | | top: 0; |
| | | width: 240px; |
| | | height: 100%; |
| | | z-index: 1025; |
| | | z-index: 1027; |
| | | } |
| | | |
| | | .avue--collapse { |
| | |
| | | } |
| | | |
| | | .avue-header { |
| | | padding-left: 240px; |
| | | padding-left: 60px; |
| | | width: 100%; |
| | | background-color: #fff; |
| | | box-sizing: border-box; |
| | |
| | | |
| | | .avue-main { |
| | | position: absolute; |
| | | left: 240px; |
| | | left: 60px; |
| | | padding: 0; |
| | | padding-bottom: 20px; |
| | | width: calc(100% - 240px); |
| | | width: calc(100% - 60px); |
| | | height: calc(100% - 64px); |
| | | box-sizing: border-box; |
| | | overflow: hidden; |
| | |
| | | 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 { |
| | |
| | | } |
| | | |
| | | .avue-main { |
| | | left: $width; |
| | | width: 100%; |
| | | width: calc(100% - 60px); |
| | | left: 60px; |
| | | } |
| | | |
| | | .avue-header { |
| | | padding: 0; |
| | | transform: translate3d(230px, 0, 0); |
| | | } |
| | | |
| | | .avue-shade { |
| | | display: block; |
| | | padding-left: 60px; |
| | | } |
| | | } |
| | | } |