设置zoom属性(放大)
利用style:
<input type="checkbox" name="returnfee" style="zoom:180%;">
利用css3:
input[type="radio"],input[type="checkbox"]{ zoom:180%; }