单选按钮与复选按钮选中

/*input*/
input[type=checkbox]{background:url("../images/no.png") center no-repeat; height: .32rem;.35rem;display:inline-block;vertical-align:top;-webkit-appearance:none;background-size:97%;}
input[type=checkbox]:checked{background:url("../images/yes.png") center no-repeat; height: .35rem;.4rem;display:inline-block;vertical-align:top;-webkit-appearance:none;background-size:95%;}
input[type=radio]{background:url("../images/radio.jpg") center no-repeat; /*height: .25rem;*/.25rem;display:inline-block;vertical-align:middle;-webkit-appearance:none;background-size:100%;}
input[type=radio]:checked{background:url("../images/radio-active.jpg") center no-repeat; /*height: .25rem;*/.25rem;display:inline-block;vertical-align:middle;-webkit-appearance:none;background-size:100%;}

原文地址:https://www.cnblogs.com/zhouyx/p/7681829.html