摘要:
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padd 阅读全文
摘要:
input{ -webkit-tap-highlight-color:rgba(0,0,0,0); tap-highlight-color:rgba(0,0,0,0); outline:none; } 阅读全文
摘要:
<meta name="format-detection" content="telephone=yes"/> 可将telephone=no,则手机号码不被显示为拨号链接 <meta name="format-detection" content="telephone=no"/> 阅读全文
摘要:
* { moz-user-select: -moz-none; -moz-user-select: none; -o-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: no 阅读全文
摘要:
第一种:锚点 <p id="pageTop">顶部</p> <a href="#pageTop" id="goPageTop">回到顶部</a> 第二种:$(window).scrollTop() $("#goPageTop").on("click",function(){ $(window).sc 阅读全文