swiper
面板指示点:
.wx-swiper-dots.wx-swiper-dots-horizontal{
margin:20px //调整位置
}
.wx-swiper-dot{}//指示点未选中样式
.wx-swiper-dot-active{}//指示点选中样式
button
去除边框:
button::after { border: none; }
checkbox
.wx-checkbox-input{}//未选中的框
.wx-checkbox-input.wx-checkbox-input-checked{}//选中的框
.wx-checkbox-input.wx-checkbox-input-checked::before{}//选中的框里的小勾
radio
.wx-radio-input{}// 未选中
.wx-radio-input.wx-radio-input-checked{}//选中
.wx-radio-input.wx-radio-input-checked::before{}//选中的小勾
progress
.wx-progress-inner-bar{}//已选择的进度条
switch
.wx-switch-input{}//
如果对你有帮助,麻烦帮我点个赞;
如果发现有问题,也麻烦你指正;
感谢。
补充一下,radio的check状态的勾子大小用 font-size去改变
补充一个小技巧,突然发现uniApp H5版本的这些官网组件和微信官网组件实现起来是一模一样。