hjyd的手机端
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.

57 lines
989 B

2 years ago
2 years ago
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. border-bottom-right-radius: 14px;
  26. border-bottom-left-radius: 14px;
  27. overflow: hidden;
  28. .swiper-pagination {
  29. .swiper-pagination-bullet {
  30. width: 3px;
  31. height: 3px;
  32. background: #646a73;
  33. border-radius: 50%;
  34. }
  35. .swiper-pagination-bullet-active {
  36. background-color: #01f4f6;
  37. width: 3px;
  38. height: 3px;
  39. border-radius: 50%;
  40. }
  41. }
  42. }
  43. .swiper-button-next:after,
  44. .swiper-button-prev:after {
  45. font-size: 0;
  46. display: none;
  47. }
  48. .swiper-button-prev {
  49. left: 18px !important;
  50. }
  51. .swiper-button-next {
  52. right: 18px !important;
  53. }