| | |
| | | |
| | | .win { |
| | | position: relative; |
| | | margin-bottom: 10px; |
| | | margin-bottom: 0.04rem; |
| | | background-color: @background-color; |
| | | //width: 6rem; |
| | | //height: 0.5rem; |
| | |
| | | //height: 100%; |
| | | |
| | | .main-matter { |
| | | font-size: 13px; |
| | | font-size: 0.06rem; |
| | | font-weight: normal; |
| | | padding: 6px; |
| | | padding: 0.04rem 0; |
| | | border: 1px solid #396d83; |
| | | |
| | | ul { |
| | | //width: 100%; |
| | | //height: 100%; |
| | |
| | | align-items: center; |
| | | justify-content: space-around; |
| | | flex-wrap: wrap; |
| | | margin-bottom: -6px; |
| | | |
| | | margin-bottom: -0.04rem; |
| | | li { |
| | | margin-bottom: 6px; |
| | | margin-bottom: 0.04rem; |
| | | text-align: center; |
| | | min-width: 32%; |
| | | min-width: 31%; |
| | | background-color: #243a55; |
| | | color: #00d0f9; |
| | | border-radius: 3px; |
| | | border-radius: 0.02rem; |
| | | font-size: 0.08rem; |
| | | line-height: 0.09rem; |
| | | padding: 0.03rem .5%; |
| | | } |
| | | |
| | | //li:last-child { |
| | | // visibility: hidden |
| | | //} |
| | | .lastli { |
| | | visibility: hidden |
| | | } |