11 2021 档案

修改原生input中type为checkbox的样式
摘要:.clear-input{ // 去除input的原生样式 border: 0px; background-color: none; outline: none; } .clear-input:focus{ // 去除input原生样式 outline: none; } input{ // 修改默认
  • 257
  • 0
  • 0
    深色
    回顶
    收起
    点击右上角即可分享
    微信分享提示