| | |
| | | } |
| | | |
| | | .position_list { |
| | | background-color: #f7f7f7; |
| | | background-color: #555; |
| | | padding: 10px; |
| | | border-radius: 8px; |
| | | display: flex; |
| | | flex-direction: column; |
| | | gap: 10px; |
| | | .position_item { |
| | | background-color: #fff; |
| | | background-color: #777; |
| | | padding: 10px; |
| | | border-radius: 8px; |
| | | display: flex; |
| | |
| | | align-items: center; |
| | | font-size: 12px; |
| | | cursor: pointer; |
| | | border: 1px solid #fff; |
| | | border: 1px solid #eee; |
| | | |
| | | .total { |
| | | font-size: 16px; |
| | |
| | | } |
| | | |
| | | .position_item_active { |
| | | border: 1px solid #c4d600; |
| | | background-color: #e6f9ef; |
| | | border: 1px solid #287dff; |
| | | background-color: #444; |
| | | } |
| | | |
| | | .title { |