小程序
小游戏
企业微信
微信支付
扫描小程序码分享
radio选中的时候能否改变默认的绿色背景,改为自定义的背景颜色
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
radio .wx-radio-input { border-radius: 50%; width: 24px; height: 24px; } radio .wx-radio-input { border-color: #87858a; } radio .wx-radio-input.wx-radio-input-checked { border-color: #0073ff !important; background: white !important; // border: 2px solid #0073FF; } radio .wx-radio-input.wx-radio-input-checked::before { border-radius: 50%; width: 20px; height: 20px; content: ""; background-color: #0073ff; }
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
radio组件,选中打勾的样式能换成其他样式吗
color='‘ 自定义
<label class="radio">
<radio color='#000' value="r1" checked="true"/>选中
</label>
可以的
https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=0002c84233032862c6f6bb13256404&token=777866686&lang=zh_CN
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
radio .wx-radio-input { border-radius: 50%; width: 24px; height: 24px; } radio .wx-radio-input { border-color: #87858a; } radio .wx-radio-input.wx-radio-input-checked { border-color: #0073ff !important; background: white !important; // border: 2px solid #0073FF; } radio .wx-radio-input.wx-radio-input-checked::before { border-radius: 50%; width: 20px; height: 20px; content: ""; background-color: #0073ff; }
radio组件,选中打勾的样式能换成其他样式吗
width:30rpx;
height: 30rpx;
background-color:#6e9ad4;
border-radius: 50%;
content: '';
top:50%;
left: 50%;
}
color='‘ 自定义
<label class="radio">
<radio color='#000' value="r1" checked="true"/>选中
</label>
可以的
https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=0002c84233032862c6f6bb13256404&token=777866686&lang=zh_CN