<style> input.checkBox { width:300px; height:300px; margin:0px 0 0 0px; } </style> <body> <input type="checkBox" class="checkBox"/>
我希望增加复选框大小,但此代码在Internet Explorer中正常工作,但在Safari中不能.
input[type=checkBox] { -webkit-transform: scale(3,3); }