banner.wxss 595 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .swiper {
  2. padding-bottom: 10rpx;
  3. }
  4. .indication {
  5. display: flex;
  6. flex-direction: row;
  7. align-items: center;
  8. justify-content: center;
  9. }
  10. .default {
  11. margin-right: 9rpx;
  12. width: 15rpx;
  13. height: 15rpx;
  14. background: #B9BBCD;
  15. border-radius: 15rpx;
  16. }
  17. .active {
  18. margin-right: 9rpx;
  19. width: 26rpx;
  20. height: 15rpx;
  21. background: #FF4330;
  22. border-radius: 7.5rpx;
  23. }
  24. .banner-content {
  25. display: flex;
  26. align-items: center;
  27. justify-content: center;
  28. }
  29. .default-banner {
  30. display: flex;
  31. justify-content: center;
  32. align-items: center;
  33. }