摘要:
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... 阅读全文
摘要:
display: webkit box; webkit box orient: horizontal; webkit box pack: center; webkit box align: center; display: moz box; moz box orient: horizont... 阅读全文
摘要:
<fieldset <legend 附件</legend <div class="list group files list" qwer </div </fieldset 阅读全文
摘要:
function uaredirect(murl){
try {
if(document.getElementById("bdmark") != null){
return;
}
var urlhash = window.location.hash;
if (!urlhash.match("from... 阅读全文
摘要:
过多文字li标签出现使用css省略号样式截图使用text-overflow样式让显示不完内容通过css实现省略号排版 阅读全文
摘要:
网上流传一套提高性能的黄金法则:Make Fewer HTTP Requests(尽量减少HTTP请求)Use a Content Delivery Network (使用内容分发网络(即CDN))Add an Expires Header(添加Expires头)Gzip Components (压... 阅读全文
摘要:
// keyup getInput.keyup(function(){ var a = parseInt(getPrice); var b = parseInt(getInput.val()); //alert(a*b); $(".totalPric... 阅读全文