12345678910111213141516171819202122 |
- /* banner */
- .supplyAndDemandBanner {
- width: 100vw;
- height: 306rpx;
- background-color: #FFFFFF;
- padding-top: 20rpx;
- }
- .swiperBanner {
- width: 702rpx;
- height: 286rpx;
- margin: 0 auto;
- border-radius: 10rpx;
- overflow: hidden;
- transform: translateY(0);
- }
- .swiperBanner swiper-item,
- .swiperBanner image {
- width: 702rpx;
- height: 286rpx;
- }
|