| | |
| | | height: 36px; |
| | | } |
| | | } |
| | | |
| | | .el-aside { |
| | | background: #313350; |
| | | color: #e9eef3; |
| | | text-align: center; |
| | | box-sizing: border-box; |
| | | position: relative; |
| | | |
| | | // 固定标题 |
| | | .siderbar-title { |
| | | position: fixed; |
| | |
| | | z-index: 999; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .el-scrollbar { |
| | | height: calc(100vh - 66px); |
| | | margin-top: 66px; |
| | | box-sizing: border-box; |
| | | |
| | | .el-menu { |
| | | background: linear-gradient(#313350, #0f2b56); |
| | | border: 0; |
| | |
| | | } |
| | | &:hover .fisrtSpan { |
| | | color: #22d3eb; |
| | | |
| | | } |
| | | span, |
| | | span { |
| | |
| | | } |
| | | .secondMenu{ |
| | | //border-bottom:1px solid #ccc ; |
| | | |
| | | .is-active { |
| | | background-color: #409EFF; |
| | | color: #22d3eb; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .secondMenu { |
| | | |
| | | &:hover > .el-submenu__title { |
| | | background-color: #092c4a; |
| | | } |
| | | .secondSpan{ |
| | | |
| | | } |
| | | &:hover .secondSpan { |
| | | color: #22d3eb; |
| | | } |
| | | .is-opened{ |
| | | |
| | | .el-submenu__title{ |
| | | background-color: #fff; |
| | | } |
| | |
| | | color: #fff; |
| | | } |
| | | } |
| | | |
| | | .thirdMenu { |
| | | &:hover > .el-submenu__title { |
| | | background-color: #092c4a; |
| | |
| | | background-color: #092c4a; |
| | | } |
| | | } |
| | | |
| | | .el-scrollbar__wrap { |
| | | overflow-x: hidden; |
| | | } |