我尝试使用css设置输入样式,以便在iOS上显示相同的方式,而不使用默认的iOS输入样式。
<input name="t1" class="imgupload" type="file" accept="image/*" capture="camera">
input[type='file'] {
background: rgb(0, 0, 0);
border-radius: 5px;
color: rgb(255, 255, 255);
font-family: 'Lucida Grande';
padding: 0px 0px 0px 0px;
font-size: 16px;
margin-bottom: 20px;
width: 210px;
vertical-align: top;
margin-top: -2px;
}
是否有特定的-webkit类来禁用默认样式。
答案 0 :(得分:2)
您需要添加-webkit-appearence: none;