2013-05-25 51 views
1

我想用CSS風格的輸入顯示相同的方式在iOS上沒有默認的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類來禁用默認樣式。

回答

2

您需要添加-webkit-appearence: none;