导航
* { margin:0;padding:0; } 来统一。<div class="container" data-sw="lance"> 中自定义属性sw的值document.querySelector(".container").getAttribute("data-sw");
setAttribute("data-sw", "233");document.querySelector(".container").attributes['data-sw'].value;
attributes['data-sw'].value = '233';document.querySelector(".container").dataset['sw'];
dataset['sw'] = '233';-webkit-text-size-adjust: none; 解决。L-V-H-A ( love hate ): a:link {} a:visited {} a:hover {} a:active {}overflow: scroll 时不能平滑滚动的问题怎么处理?
一个 div 使用了 overflow:scroll; ,在移动端可以滚动,但是无法平滑滚动(就像浏览网页那样)
开启滚动硬件加速
-webkit-overflow-scrolling: touch;