1. 程式人生 > >disabled 在iOS下顏色變淺問題的相容

disabled 在iOS下顏色變淺問題的相容

原文:https://blog.csdn.net/qq_24985715/article/details/78206450

input:disabled, input[disabled]{ 
  color: red; 
  -webkit-text-fill-color:red; 
  -webkit-opacity:1; 
  opacity: 1; 
}