gpt4 book ai didi

sass - 如何更改 ionic slider 的颜色和大小

转载 作者:行者123 更新时间:2023-12-05 02:12:03 25 4
gpt4 key购买 nike

我的 intro-page.scss 中有这段代码,我应该可以在其中更改 ionic 子弹的颜色,但它不起作用

.swiper-pagination-bullet {
background: #37469B;
}

.swiper-pagination-bullet-active {
width: 12px;
height: 12px;
background: transparent;
}

最佳答案

试试这个:

:host ::ng-deep .swiper-pagination{
bottom: 10%;
.swiper-pagination-bullet {
--bullet-background: #000000;
width: 20px ;
height: 20px ;
}

.swiper-pagination-bullet-active {
width: 20px ;
height: 20px ;

}
}

关于sass - 如何更改 ionic slider 的颜色和大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56536004/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com