| | |
| | | border-radius: 4px; |
| | | box-shadow: 0 0 3px #959595; |
| | | position: relative; |
| | | left: 11.8%; |
| | | // left: 11.8%; |
| | | .menu-wrap { |
| | | .title { |
| | | color: #1890ff; |
| | |
| | | } |
| | | .menu-detail { |
| | | max-width: 60vw; |
| | | padding: 5px 0 10px 15px; |
| | | padding: 5px 0 5px 15px; |
| | | div { |
| | | float: left; |
| | | margin-bottom: 5px; |
| | | // float: left; |
| | | display: inline-block; |
| | | vertical-align: top; |
| | | margin-bottom: 8px; |
| | | width: 120px; |
| | | overflow: hidden; |
| | | white-space: nowrap; |
| | | text-overflow: ellipsis; |
| | | // overflow: hidden; |
| | | // white-space: nowrap; |
| | | // text-overflow: ellipsis; |
| | | cursor: pointer; |
| | | } |
| | | div:hover { |
| | | color: #40a9ff; |
| | | } |
| | | div:not(:last-child) { |
| | | margin-right: 20px; |
| | | margin-right: 15px; |
| | | } |
| | | } |
| | | .menu-detail::after { |