您的位置:首页 > 其它

单选按钮与复选按钮选中

2017-10-17 15:17 197 查看
/*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%;}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: