| | |
| | | .flex-display { |
| | | display: flex; |
| | | } |
| | | .flex-common { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | .text-center { |
| | | text-align: center |
| | | } |
| | | .f12 { |
| | | font-size: 12px |
| | | } |
| | | |
| | | .f10 { |
| | | font-size: 10px |
| | | } |
| | | // .border-bottom { |
| | | // position: relative; |
| | | // box-sizing: border-box; |
| | |
| | | |
| | | .flex-align-center { |
| | | align-items: center; |
| | | } |
| | | .flex-direction-column { |
| | | flex-direction: column; |
| | | } |
| | | |
| | | .flex-justify-start { |
| | |
| | | .height-100 { |
| | | height: 100%; |
| | | } |
| | | |
| | | .w100 { |
| | | width: 100%; |
| | | } |
| | | //margin |
| | | m-5 { |
| | | margin: -5px !important; |
| | |
| | | margin-left: 10px !important; |
| | | } |
| | | |
| | | .w48 { |
| | | width: 48px; |
| | | } |
| | | |
| | | .w60 { |
| | | width: 60px; |
| | | } |
| | | .point { |
| | | cursor: pointer; |
| | | } |
| | | .w96 { |
| | | width: 96px; |
| | | } |
| | | |
| | | .mr10 { |
| | | margin-right: 10px !important; |
| | | } |