自定义样式
犹豫配置 postCss,可以直接使用 global 语法进行覆盖
:global(.swiper-pagination) {
bottom: 170px !important;
}
:global(.swiper-pagination-bullet) {
width: 8px;
height: 8px;
}
:global(.swiper-pagination-bullet.swiper-pagination-bullet-active) {
background: #9e9e9e;
width: 24px;
height: 8px;
border-radius: 5px;
}