微信 ios的问题

时间:2016-08-05 17:53:08   收藏:0   阅读:289

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">
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!