问题 微信小程序缩小radio,设置宽高无效,要使用transform:scale(0.7)。 解决 <radio value="{{item.value}}" checked="{{item.checked}}" style="transform:scale(0.8);"/>