小程序
小游戏
企业微信
微信支付
扫描小程序码分享
代码就是最基础的代码
<radio color="#FF6B00" checked="1" disabled="1"/>
<radio color="#FF6B00" disabled="1"/>
<radio color="#FF6B00" checked="1" />
<radio color="#FF6B00" />
4个按钮代码及效果如上,被禁用的选中按钮背景颜色异常。
经测试发现,同样的代码在另一个小程序就不会异常。使用同一台手机,同样的微信版本,同样的基础库。代码均放在主页
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
radio .wx-radio-input.wx-radio-input-disabled { border : 2rpx solid #999999; border-radius: 100%; background : #f78209; } radio .wx-radio-input.wx-radio-input-checked { border-color: #f78209 !important; background : #f78209 !important; } radio .wx-radio-input.wx-radio-input-checked::before { border-radius : 50%; width : 20px; height : 20px; line-height : 20px; text-align : center; font-size : 15px; color : #fff; background : transparent; transform : translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); }
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
请问问题解决了吗
你好,哪个版本是不一样的呢?提供下具体机型,微信版本号,系统版本号。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
radio .wx-radio-input.wx-radio-input-disabled { border : 2rpx solid #999999; border-radius: 100%; background : #f78209; } radio .wx-radio-input.wx-radio-input-checked { border-color: #f78209 !important; background : #f78209 !important; } radio .wx-radio-input.wx-radio-input-checked::before { border-radius : 50%; width : 20px; height : 20px; line-height : 20px; text-align : center; font-size : 15px; color : #fff; background : transparent; transform : translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); }
请问问题解决了吗
你好,哪个版本是不一样的呢?提供下具体机型,微信版本号,系统版本号。