复选框checkbox——用背景图片替换样式

input {

  border : none;

  display : inline-block;

  width : 25px;

  height : 25px;

  -webkit-apearance : none;   //去掉复选框的默认背景样式

  }

.selected{

  background : url(./img/selected.png) no-repeat;

  background-size:25px;

}

.unselected{

  background : url(./img/unselected.png) no-repeat;

  background-size:25px;

}

上一篇:[转]JS组件系列——表格组件神器:bootstrap table


下一篇:CAS优缺点