123456789101112131415161718192021222324 |
- .page-section {
- width: 100%;
- swiper {
- width: 100%;
- height: 562rpx;
- overflow: hidden;
- }
- .swiper-item {
- height: 100%;
- }
- .swiper-item image {
- display: block;
- width: 100%;
- height: 100%;
- background: pink;
- }
- }
- .main-information {
- width: 658rpx;
- }
|