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