在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;
}
input
选择器上设置“ -webkit-appearance” 。它可能对单选按钮和复选框造成不良影响。