最近发现 inputtextareaiossafari浏览器里显示时,会默认有内阴影,如下图

  input和extarea在ios safari中的内阴影解决方法    input和extarea在ios safari中的内阴影解决方法

 

 

  解决方法:

input,textarea {
    -webkit-appearance: none;
}

  

  -webkit-appearance: none;

 

  兼容性:

  input和extarea在ios safari中的内阴影解决方法

 

    

 

相关文章:

  • 2021-11-26
  • 2021-12-05
  • 2022-01-20
  • 2021-09-18
  • 2022-12-23
  • 2021-05-27
  • 2022-12-23
  • 2021-12-14
猜你喜欢
  • 2021-06-02
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
  • 2022-12-23
  • 2022-12-23
  • 2022-01-23
相关资源
相似解决方案