index.css 606 B

123456789101112131415161718192021222324252627282930313233343536
  1. .advert {
  2. position: relative;
  3. padding: .14rem .3rem .38rem;
  4. margin-top: .14rem;
  5. background-color: #fff;
  6. }
  7. .advert img {
  8. display: block;
  9. width: 100%;
  10. height: 2rem;
  11. object-fit: contain;
  12. }
  13. .advert .swiper-pagination {
  14. bottom: .14rem;
  15. left: 0;
  16. z-index: 1;
  17. width: 100%;
  18. font-size: 0;
  19. }
  20. .advert .swiper-pagination-bullet {
  21. width: .1rem;
  22. height: .1rem;
  23. border-radius: .05rem;
  24. margin: 0 .05rem;
  25. background: #b4b4b4;
  26. opacity: .5;
  27. }
  28. .advert .swiper-pagination-bullet-active {
  29. width: .2rem;
  30. background: #191C6E;
  31. opacity: 1;
  32. }