微信小程序 修改 radio 默认 样式

首先注意事项:
1.如果组件中使用了radio 这个时候在component 修改样式无效,得在page wxss中写
2.radio的check状态的勾子大小用 font-size去改变

.wx-radio-input{}// 未选中
.wx-radio-input.wx-radio-input-checked{}//选中
.wx-radio-input.wx-radio-input-checked::before{}//选中的小勾

其他官方组件默认样式修改的对应class
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{}//选中的框里的小勾
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值