移除 ios 上 input 的默认样式

input{
  -webkit-appearance:none;
}
原文地址:https://www.cnblogs.com/yang-C-J/p/8288304.html