| | |
| | | .text-content { |
| | | width: 100%; |
| | | height: 100%; |
| | | font-size: 22px; |
| | | font-size: 1.6vw; |
| | | /* background-color: aliceblue; */ |
| | | } |
| | | .swiper-head { |
| | |
| | | } |
| | | .swiper-body { |
| | | width: 100%; |
| | | height: 90%; |
| | | height: 100%; |
| | | /* background-color: #aa0000; */ |
| | | } |
| | | .swiper-body-main { |
| | |
| | | background-color: rgba(0, 0, 0, .2); |
| | | } |
| | | .swiper-item:nth-child(2n-1) { |
| | | background-color: rgba(255, 255, 127, 0.1); |
| | | background-color: rgba(145, 145, 145, 0.1); |
| | | } |
| | | .swiper-item:first-child { |
| | | background-color: rgba(255, 85, 0, 1.0); |
| | | background-color: rgba(255, 85, 0, 0.7); |
| | | } |
| | | .swiper-item:nth-child(2) { |
| | | background-color: rgba(211, 70, 0, 1.0); |
| | | background-color: rgba(255, 85, 0, 0.5); |
| | | } |