| | |
| | | position: fixed !important; |
| | | left: 0 !important; |
| | | width: 100vw !important; |
| | | height: calc(100vh - 70px) !important; |
| | | overflow-y: scroll !important; |
| | | padding: 30px 0 !important; |
| | | box-sizing: border-box !important; |
| | | } |
| | |
| | | width: 100%; |
| | | } |
| | | .fa-content-item-label { |
| | | display: inline; |
| | | font-weight: 600; |
| | | font-size: 18px; |
| | | color: #191B1F; |
| | | cursor: pointer; |
| | | } |
| | | .fa-content-item-label:hover { |
| | | color: #FF7900 !important; |
| | | } |
| | | .fa-content-item-list { |
| | | width: 100%; |
| | |
| | | justify-content: space-between; |
| | | flex-wrap: wrap; |
| | | } |
| | | .fa-content-item-list-zw { |
| | | width: 250px; |
| | | height: 0; |
| | | } |
| | | .fa-content-item-list-row:hover { |
| | | background: rgba(255,121,0,0.06) !important; |
| | | } |
| | | .fa-content-item-list-row:hover .fa-content-item-list-row-info span:nth-child(1) { |
| | | color: #FF7900 !important; |
| | | font-weight: 500 !important; |
| | | } |
| | | .fa-content-item-list-row { |
| | | width: 250px; |
| | | height: 60px; |
| | | padding: 10px; |
| | | box-sizing: border-box; |
| | | background: rgba(255,255,255,0.06); |
| | | border-radius: 4px; |
| | | display: flex; |
| | | align-items: center; |
| | | margin-bottom: 20px; |
| | | cursor: pointer; |
| | | } |
| | | .fa-content-item-list-row img { |
| | | width: 36px; |
| | | height: 36px; |
| | | margin-right: 12px; |
| | | } |
| | | .fa-content-item-list-row-info { |
| | | display: flex; |
| | | flex-direction: column; |
| | | } |
| | | .fa-content-item-list-row-info span:nth-child(1) { |
| | | font-weight: 400; |
| | | font-size: 14px; |
| | | color: #191B1F; |
| | | line-height: normal; |
| | | } |
| | | .fa-content-item-list-row-info span:nth-child(2) { |
| | | font-weight: 400; |
| | | font-size: 12px; |
| | | color: #7B7F87; |
| | | line-height: normal; |
| | | } |
| | | .drop-down { |
| | | position: absolute; |
| | | top: 70px; |