小程序 自定义多选框、单选框样式

/* 自定义 radio 样式 */
radio{
width: 38rpx;
}

radio .wx-radio-input{
border-radius: 50%;
width: 28rpx;
height: 28rpx;
}

/* 选中后的样式 (可根据设计稿需求自己修改) /
radio .wx-radio-input.wx-radio-input-checked::before{
border-radius: 50%;
width: 44rpx;
height: 44rpx; /
line-height: 44rpx;
text-align: center;
font-size: 26rpx; /
对勾大小 26rpx /
color:#fff; /
对勾颜色 */
background: #2facff;
border-color: #2facff;
}

/* 自定义 checkbox 样式 */
checkbox-group{
width: 50rpx;
}

/* 未选中的 背景样式 /
checkbox .wx-checkbox-input{
border-radius: 50%;/
圆角 /
width: 40rpx; /
背景的宽 /
height: 40rpx; /
背景的高 */
}

/* 选中后的样式 (可根据设计稿需求自己修改) */
checkbox .wx-checkbox-input.wx-checkbox-input-checked{
background: #2facff;
border-color: #2facff;
}

checkbox .wx-checkbox-input.wx-checkbox-input-checked::before{
border-radius: 50%;
width: 46rpx;
height: 46rpx;
line-height: 46rpx;
text-align: center;
font-size: 28rpx; /* 对勾大小 28rpx /
color: #fff; /
对勾颜色 白色 */
background: transparent;
transform: translate(-50%, -50%) scale(1);
-webkit-transform: translate(-50%, -50%) scale(1);
}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值