新版梦工厂手机端官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
898 B

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. .swiper {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .swiper-slide {
  6. background: #131425;
  7. }
  8. .swiper {
  9. margin-left: auto;
  10. margin-right: auto;
  11. }
  12. @font-face {
  13. font-family: Zona Pro;
  14. src: url(./static/font/ZONAPRO-BLACK.OTF);
  15. }
  16. .swiper-pagination-bullets {
  17. bottom: 51px !important;
  18. top: auto !important;
  19. display: flex;
  20. align-items: center;
  21. justify-content: center;
  22. }
  23. .mySwiper {
  24. position: relative;
  25. .swiper-pagination {
  26. .swiper-pagination-bullet {
  27. width: 3px;
  28. height: 3px;
  29. background: #646a73;
  30. border-radius: 50%;
  31. }
  32. .swiper-pagination-bullet-active {
  33. background-color: #01f4f6;
  34. width: 3px;
  35. height: 3px;
  36. border-radius: 50%;
  37. }
  38. }
  39. }
  40. .swiper-button-next:after,
  41. .swiper-button-prev:after {
  42. font-size: 0;
  43. display: none;
  44. }
  45. .swiper-button-prev {
  46. left: 18px !important;
  47. }
  48. .swiper-button-next {
  49. right: 18px !important;
  50. }