CSS
input[type=text] {
font-size : 16px;
border : 1px solid #ccc;
-webkit-border-radius : 0;
-webkit-appearance : none;
-webkit-tap-highlight-color : rgba(0,0,0,0);
}
参照元 > https://www.webantena.net/css/change-ios-input-type-text-design/
input[type=text] {
font-size : 16px;
border : 1px solid #ccc;
-webkit-border-radius : 0;
-webkit-appearance : none;
-webkit-tap-highlight-color : rgba(0,0,0,0);
}