去除ios中input默认样式

input,textarea,select,button {
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
border-radius:0;
}