共计 191 个字符,预计需要花费 1 分钟才能阅读完成。
主要是头部的 /deep/关键字
<style lang="scss" scoped>
/deep/ .swiper-pagination-bullets {
bottom: 6px;
.swiper-pagination-bullet {
width: 6px;
height: 6px;
}
.swiper-pagination-bullet-active {
background: #fff;
}
}
</style>
正文完