修改input的radio单选框和checkbox复选框的大小

167 阅读1分钟

官方文档不支持修改单选框和复选框的大小
因此使用css3的属性transform:scale() 来进行修改
修改前

修改后

代码: