随笔分类 - 移动开发
移动开发
摘要:iPhone手机上的浏览器(如Safari),在解析网页的时候会自动给 像是电话号码的数字 加上link样式。可以添加下面的meta禁用掉这个功能。//<meta name="format detection" content="telephone=no" //
阅读全文
摘要:@media screen and (min width: 769px) { bindCard{height:28.5em}
} @media screen and (min device width: 641px) and (max device width: 768px) { .bind...
阅读全文
摘要:<! 提交定单 <div class="pop PayMod marT15 bor_t1" <div class="row webkit box" <div class="col xs 5 clearPadRight center" <p 卡费:¥ <label class="p...
阅读全文
摘要:window.onload = function () {
var u = navigator.userAgent;
if (u.indexOf('Android') 1 || u.indexOf('Linux') 1) {//安卓手机
alert("安卓手机");
// window.locati...
阅读全文
浙公网安备 33010602011771号