| | |
| | | .header-container { |
| | | position: fixed; |
| | | z-index: 1060; |
| | | z-index: 20; |
| | | left: 0; |
| | | top: 0; |
| | | font-weight: bold!important; |
| | |
| | | padding-left: 10px; |
| | | margin: 0 10px; |
| | | transition: padding-left 0.15s; |
| | | i { |
| | | .anticon { |
| | | cursor: pointer; |
| | | position: relative; |
| | | top: 3px; |
| | |
| | | } |
| | | } |
| | | } |
| | | .header-vertical-menu { |
| | | float: left; |
| | | margin: 0; |
| | | line-height: 48px; |
| | | background: transparent; |
| | | .ant-menu-submenu { |
| | | border-bottom: 0!important; |
| | | } |
| | | .header-menu.vertical-menu { |
| | | >li { |
| | | >.ant-menu-submenu-title { |
| | | color: rgba(255, 255, 255, 0.85); |
| | | font-size: 1.3rem; |
| | | >span { |
| | | border-color: transparent!important; |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | } |
| | | .edit-check { |
| | | font-size: 18px; |
| | | margin-top: 14px; |
| | | margin-left: 10px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .search-menu { |
| | | float: right; |
| | | font-size: 18px; |
| | | margin-top: 17px; |
| | | margin-right: 20px; |
| | | cursor: pointer; |
| | | } |
| | | .level4-close { |
| | | position: relative; |
| | | top: 13px; |
| | | left: 20px; |
| | | height: 26px; |
| | | padding: 0 10px; |
| | | } |
| | | .menu-select-dropdown { |
| | | top: 48px!important; |
| | |
| | | background: rgba(0, 0, 0, 0); |
| | | } |
| | | } |
| | | .mobile { |
| | | position: absolute; |
| | | top: 135px; |
| | | right: 50px; |
| | | color: #1890ff; |
| | | } |
| | | .home-edit { |
| | | position: absolute; |
| | | top: 100px; |
| | | right: 50px; |
| | | color: #1890ff; |
| | | } |
| | | } |
| | | .header-dropdown { |
| | | >li { |
| | |
| | | } |
| | | } |
| | | } |
| | | .ant-dropdown.vertical-dropdown-menu { |
| | | z-index: 1100 !important; |
| | | } |
| | | |
| | | .vertical-dropdown-menu, .vertical-dropdown-submenu { |
| | | ul.ant-dropdown-menu { |
| | | min-width: 125px; |
| | | } |
| | | .ant-dropdown-menu-submenu-title { |
| | | padding-right: 30px; |
| | | } |
| | | } |
| | | .menu-board { |
| | | background: #ffffff; |
| | | padding: 20px 50px; |
| | | border-radius: 4px; |
| | | box-shadow: 0 0 3px #959595; |
| | | position: relative; |
| | | left: 11.8%; |
| | | .menu-wrap { |
| | | .title { |
| | | color: #1890ff; |
| | | font-size: 15px; |
| | | font-weight: 600; |
| | | } |
| | | .menu-detail { |
| | | max-width: 60vw; |
| | | padding: 5px 0 10px 15px; |
| | | div { |
| | | float: left; |
| | | margin-bottom: 5px; |
| | | width: 120px; |
| | | overflow: hidden; |
| | | white-space: nowrap; |
| | | text-overflow: ellipsis; |
| | | cursor: pointer; |
| | | } |
| | | div:hover { |
| | | color: #40a9ff; |
| | | } |
| | | div:not(:last-child) { |
| | | margin-right: 20px; |
| | | } |
| | | } |
| | | .menu-detail::after { |
| | | content: ' '; |
| | | display: block; |
| | | clear: both; |
| | | } |
| | | } |
| | | } |