随笔分类 -  移动开发

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