| | |
| | | .avue-top { |
| | | position: relative; |
| | | background-color: #fff; |
| | | box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); |
| | | color: rgba(0, 0, 0, .65); |
| | | font-size: 28px; |
| | | height: $top_height; |
| | |
| | | white-space: nowrap; |
| | | |
| | | .el-menu-item { |
| | | i, span { |
| | | |
| | | i, |
| | | span { |
| | | font-size: 13px; |
| | | } |
| | | } |
| | |
| | | |
| | | .top-bar__left, |
| | | .top-bar__right { |
| | | height: $top_height; |
| | | height: 100%; |
| | | position: absolute; |
| | | top: 0; |
| | | |
| | |
| | | } |
| | | |
| | | .top-bar__left { |
| | | left: 10px; |
| | | display: flex; |
| | | align-items: center; |
| | | font-family: PangMen; |
| | | font-weight: 400; |
| | | font-size: 30px; |
| | | color: #161B2C; |
| | | text-align: left; |
| | | font-style: normal; |
| | | text-transform: none; |
| | | } |
| | | |
| | | .top-bar__right { |
| | |
| | | font-weight: bold; |
| | | color: #fff; |
| | | } |
| | | } |
| | | } |