解决input和textarea表单顶部默认有内阴影

  1. input {
  2. //在IOS下,input 和textarea表单默认会有个内阴影,一定程度上影响视觉一致,可通过设置下面代码去掉:
  3. -webkit-appearance: none;
  4. }