| | |
| | | .swiper-item:nth-child(2n-1) { |
| | | /* background-color: rgba(255, 255, 255, .1); */ |
| | | } |
| | | |
| | | .manu-head { |
| | | width: 100%; |
| | | height: 5vh; |
| | | background-color: rgba(54, 94, 226, 0.5); |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | .manu-body { |
| | | width: 100%; |
| | | height: 90%; |
| | | } |
| | | |
| | | .manu-body-main { |
| | | width: 100%; |
| | | height: 100%; |
| | | /* background-color: #00a8ff; */ |
| | | } |
| | | |
| | | .manu-item { |
| | | display: flex; |
| | | align-items: center; |
| | | border-bottom: 1px solid #000; |
| | | background-color: rgba(0, 0, 0, .2); |
| | | } |
| | | .manu-item:nth-child(2n-1) { |
| | | /* background-color: rgba(255, 255, 255, .1); */ |
| | | } |