我創建了一個Web表單,其中包含一個類型爲「text」的自定義輸入字段。輸入類型爲「text」的iOS包
CSS看起來像
input {
height: 39px;
font-size: 14px;
color: #fff;
background: #000000 url(../img/search-bg-white.png) no-repeat 95% center;
border: none;
padding: 0 50px 0 10px;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
當我在iPhone 6的所有元素都desapiare exluding表單元素在其上敲擊而不該輸入
,結果是http://gyazo.com/790da935bbfc946420cd37a24b2302db,我不知道該怎麼辦
Thx爲您的答案。不僅輸入元素消失,所有DOM元素都不包含表單輸入。而我沒有Mac) – festevall 2015-02-10 18:12:50