| | |
| | | line-height: 40px; |
| | | font-size: 20px; |
| | | background: #c1c1c1; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | position: fixed; |
| | | top: 0px; |
| | | z-index: 1000; |
| | | } |
| | | |
| | | .top div{ |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .table-name { |
| | |
| | | /* float: left; */ |
| | | width: 106px; |
| | | height: 28px; |
| | | margin-top: -28px; |
| | | margin-left: 120px; |
| | | border-radius: 5px; |
| | | line-height: 28px; |
| | | font-size: 14px; |
| | |
| | | |
| | | .button-blue:hover { |
| | | background: #477cff; |
| | | color: white; |
| | | } |
| | | |
| | | .button-blue:active { |
| | |
| | | |
| | | .market-container .item .delete img { |
| | | height: 20px; |
| | | } |
| | | |
| | | .market-container .item .add { |
| | | position: absolute; |
| | | right: 3px; |
| | | bottom: 3px; |
| | | } |
| | | |
| | | .market-container .item span { |
| | |
| | | .want_list{ |
| | | height: 15px; |
| | | width: 15px; |
| | | } |
| | | |
| | | .forbidden_buy_plates{ |
| | | padding: 10px; |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | width: 100%; |
| | | } |
| | | |
| | | |
| | | .forbidden_buy_plates span{ |
| | | text-align: left; |
| | | padding: 3px 5px; |
| | | margin-top: 5px; |
| | | margin-right: 5px; |
| | | max-width: 120px; |
| | | width: 120px; |
| | | } |