index.wxss 379 B

12345678910111213141516171819202122
  1. /* banner */
  2. .supplyAndDemandBanner {
  3. width: 100vw;
  4. height: 306rpx;
  5. background-color: #FFFFFF;
  6. padding-top: 20rpx;
  7. }
  8. .swiperBanner {
  9. width: 702rpx;
  10. height: 286rpx;
  11. margin: 0 auto;
  12. border-radius: 10rpx;
  13. overflow: hidden;
  14. transform: translateY(0);
  15. }
  16. .swiperBanner swiper-item,
  17. .swiperBanner image {
  18. width: 702rpx;
  19. height: 286rpx;
  20. }