将 CSS 更新为
input[type="checkbox"] {
/*display:none;*/
}
input[type="checkbox"] + label span{
display:inline-block; /*SET TO DISPLAY INLINE BLOCK*/
width:36px;
height:36px;
margin:-1px 4px 0 0;
vertical-align:middle;
background:url(components_switches_check3.png) bottom no-repeat;
}
<强>输出强>