除 Chrome 之外的所有浏览器都显示这种样式:
.my-checkbox {
width: 20px;
height:20px;
color:#fff;
-moz-appearance:none;
-webkit-appearance:none;
-o-appearance:none;
border: 0px inset ThreeDFace ! important;
margin: 5px;
padding: 5px;
}
示例:http: //jsfiddle.net/sJxst/
这种方法在 Chrome 中可行吗?