| | |
| | | @import '../../assets/css/global.scss'; |
| | | |
| | | .header-container { |
| | | position: fixed; |
| | | z-index: 1060; |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | .header-menu.level4 { |
| | | li { |
| | | cursor: default; |
| | | &:hover { |
| | | span { |
| | | cursor: default; |
| | | color: rgba(255, 255, 255, 0.65); |
| | | border-bottom: none; |
| | | } |
| | | } |
| | | &.active { |
| | | span { |
| | | color: #ffffff; |
| | | border-bottom: 4px solid #1890ff; |
| | | } |
| | | .header-vertical-menu { |
| | | float: left; |
| | | margin: 0; |
| | | line-height: 48px; |
| | | background: transparent; |
| | | .ant-menu-submenu { |
| | | border-bottom: 0!important; |
| | | } |
| | | >li { |
| | | >.ant-menu-submenu-title { |
| | | color: rgba(255, 255, 255, 0.85); |
| | | font-size: 1.3rem; |
| | | } |
| | | } |
| | | } |