单选按钮与复选按钮选中

/*input*/
input[type=checkbox]{background:url("../images/no.png") center no-repeat; height: .32rem;width:.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;width:.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;*/width:.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;*/width:.25rem;display:inline-block;vertical-align:middle;-webkit-appearance:none;background-size:100%;}

posted @ 2017-10-17 15:17  简单就好zyx  阅读(304)  评论(0编辑  收藏  举报