我说的select选择是指select 选择的制作

手机端的话,一般考虑元素 + 伪类制作 

.checkbox{
    border:1px solid #987;width:16px;height:16px;

}

.checkbox::before{
    display:block;content:“✔”;width:14px;height:14px;position:absolute;left:2%;top:2%;font-famliy:"Helvetica Neue", Helvetica, Arial, sans-serif;

}

感觉不好的方法是点击改变img 的src

 

另外,想说句,手机端的icon,能用css3写的,最好用css3

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-02
  • 2021-12-29
猜你喜欢
  • 2021-08-03
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2021-05-27
  • 2021-07-01
  • 2022-12-23
相关资源
相似解决方案