我正在使用此代码来设置表单元素的样式,但在iOS上,表单元素根本不会出现这样的情况。
input[type="email"],
input[type="text"],
select {
background:transparent;
width:320px;
text-transform:inherit !important;
letter-spacing: 0.1em !important;
text-indent:5px;
height: 55px;
margin:7px 0 3px 0;
border-radius:0px !important;
border: 1px solid #dcdcdc !important;
box-shadow: none !important;
}
怎么了?
答案 0 :(得分:1)
iOS上有一些默认样式或类似内容。
我相信你可以通过
来摆脱这些-webkit-appearance:none;