| | |
| | | #date{ |
| | | width: 100px; |
| | | font-size: 14px; |
| | | } |
| | | |
| | | .cb_list_top{ |
| | | display: flex; |
| | | overflow-wrap: break-word; |
| | | word-wrap: break-word; |
| | | white-space: normal; |
| | | width: 97.4%; |
| | | flex-wrap: wrap; |
| | | padding: 10px; |
| | | background-color: black; |
| | | color: white; |
| | | |
| | | } |
| | | |
| | | .cb_list_top > div{ |
| | | display: block; |
| | | width: 180px; |
| | | margin-bottom: 5px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .cb_list_top button{ |
| | | |
| | | border-radius: 5px; |
| | | font-size: 12px; |
| | | padding: 1px 4px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .cb_list{ |
| | | margin: 10px 10px; |
| | | width: 100%; |
| | | } |
| | | |
| | | .cb_list table{ |
| | | border: solid 1px #EEE; |
| | | |
| | | } |
| | | |
| | | .cb_list table tr{ |
| | | |
| | | } |
| | | |
| | | .cb_list table tr td{ |
| | | border: none; |
| | | padding: 2px; |
| | | } |
| | | |
| | | .cb_list button{ |
| | | border-radius: 5px; |
| | | font-size: 12px; |
| | | padding: 1px 4px; |
| | | cursor: pointer; |
| | | } |