| | |
| | | .home-page-header .swiper-wrap { |
| | | margin-top: 30rpx; |
| | | margin-bottom: 10rpx; |
| | | height: 380rpx; |
| | | width: 100%; |
| | | border-radius: 18rpx; |
| | | overflow: hidden; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | background: #f6f6f6; |
| | | } |
| | | |
| | | .swiper { |
| | | height: 380rpx; |
| | | width: 100%; |
| | | } |
| | | |
| | | .swiperItem { |
| | | position: relative; |
| | | height: 380rpx; |
| | | width: 100%; |
| | | } |
| | | |
| | | .swiper .img { |
| | | width: auto !important; |
| | | height: auto !important; |
| | | max-width: 100% !important; |
| | | max-height: 100% !important; |
| | | position: absolute !important; |
| | | top: 0 !important; |
| | | left: 0 !important; |
| | | right: 0 !important; |
| | | bottom: 0 !important; |
| | | margin: auto !important; |
| | | } |
| | | |
| | | |
| | | .home-page-menu .t-grid--card { |
| | | margin: 0; |
| | | } |