lvxisha

css解决input的阴影

input{
    -webkit-appearance:none;
}

input{
border:none;
-webkit-appearance:none;/*去除阴影边框*/
outline: none;
-webkit-tap-highlight-color:rgba(0,0,0,0);/*点击高亮的颜色*/
}

  

分类:

技术点:

相关文章:

  • 2021-04-14
  • 2022-01-01
  • 2020-01-17
  • 2021-07-06
  • 2021-10-19
  • 2021-12-26
  • 2021-12-26
  • 2021-12-15
猜你喜欢
  • 2021-12-14
  • 2021-12-05
  • 2021-12-29
  • 2021-11-13
  • 2021-12-26
  • 2021-12-14
  • 2021-05-01
相关资源
相似解决方案