微信 ios的问题
1、input等样式问题:
input[type="button"], input[type="text"], input[type="password"], input[type="checkbox"] {
-webkit-appearance: none;
}
select{
-webkit-appearance: none;
}
2、数字颜色改变:
<meta name="format-detection" content="telephone=no">
<meta http-equiv="x-rim-auto-match" content="none">