摘要: iPhone手机上的浏览器(如Safari),在解析网页的时候会自动给 像是电话号码的数字 加上link样式。可以添加下面的meta禁用掉这个功能。//<meta name="format detection" content="telephone=no" // 阅读全文
posted @ 2016-01-04 16:35 网络爱上点击 阅读(224) 评论(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 网络爱上点击 阅读(1129) 评论(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 网络爱上点击 阅读(240) 评论(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 网络爱上点击 阅读(214) 评论(0) 推荐(0) 编辑
摘要: display: webkit box; webkit box orient: horizontal; webkit box pack: center; webkit box align: center; display: moz box; moz box orient: horizont... 阅读全文
posted @ 2015-12-04 17:07 网络爱上点击 阅读(271) 评论(0) 推荐(0) 编辑
摘要: <fieldset <legend 附件</legend <div class="list group files list" qwer </div </fieldset 阅读全文
posted @ 2015-12-02 14:11 网络爱上点击 阅读(257) 评论(0) 推荐(0) 编辑
摘要: function uaredirect(murl){ try { if(document.getElementById("bdmark") != null){ return; } var urlhash = window.location.hash; if (!urlhash.match("from... 阅读全文
posted @ 2015-11-09 17:50 网络爱上点击 阅读(590) 评论(0) 推荐(0) 编辑
摘要: 过多文字li标签出现使用css省略号样式截图使用text-overflow样式让显示不完内容通过css实现省略号排版 阅读全文
posted @ 2015-09-08 15:36 网络爱上点击 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 网上流传一套提高性能的黄金法则:Make Fewer HTTP Requests(尽量减少HTTP请求)Use a Content Delivery Network (使用内容分发网络(即CDN))Add an Expires Header(添加Expires头)Gzip Components (压... 阅读全文
posted @ 2015-08-13 11:56 网络爱上点击 阅读(263) 评论(0) 推荐(0) 编辑
摘要: // keyup getInput.keyup(function(){ var a = parseInt(getPrice); var b = parseInt(getInput.val()); //alert(a*b); $(".totalPric... 阅读全文
posted @ 2015-08-10 13:20 网络爱上点击 阅读(1053) 评论(0) 推荐(0) 编辑