input[type=‘checkbox‘] {
width: 20px;
height: 20px;
background-color: #fff;
-webkit-appearance: none;
border: 1px solid #c9c9c9;
border-radius: 2px;
outline: none;
}
.li_ipt input[type=checkbox]:checked {
background: url("img/ok.png")no-repeat center;
}
原文地址:https://www.cnblogs.com/yyy251/p/9180345.html
时间: 2024-10-16 01:14:40