将input,button或textarea设置为disabled后,在iphone手机上样式将被覆写-webkit-appearance:none; 文字的颜色还是灰色。

原本在android 上

input[disabled]{

  /*设置的颜色样式会变的有透明度*/

}

 所以加上 

opacity: 1;

能使样式正常

 

相关文章:

  • 2021-07-02
  • 2021-12-20
  • 2021-05-11
  • 2021-12-21
  • 2022-12-23
  • 2022-02-18
  • 2022-12-23
猜你喜欢
  • 2022-03-01
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
  • 2021-12-03
相关资源
相似解决方案