banner-swiper.wxss 253 B

12345678910111213141516
  1. /* components/banner-swiper/banner-swiper.wxss */
  2. .banner-container{
  3. width: 100%;
  4. height: 280rpx;
  5. }
  6. .swiper{
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .banner-img{
  11. width: 710rpx;
  12. height: 100%;
  13. display: block;
  14. margin: 0 auto;
  15. border-radius: 12rpx;
  16. }