除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;
}
这种方法在Chrome中可行吗?
最佳答案
除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;
}
这种方法在Chrome中可行吗?