最佳答案
在 iOS (Safari 5)中,我必须为输入元素(顶部内阴影)执行以下操作:
我想删除顶部阴影,错误 -webkit-appearance
不保存。
现在的风格是:
input {
border-radius: 15px;
border: 1px dashed #BBB;
padding: 10px;
line-height: 20px;
text-align: center;
background: transparent;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
}