摘要:
移动端的网页特效 移动端触屏事件概述 触屏touch事件 touchstart 手指触摸到一个DOM元素时触发 touchmove 手指在一个DOM上滑动时触发 touchend 手指从一个DOM上移开时触发 触摸事件对象 touchstart事件对象 touches 正在触摸屏幕的所有手指的列表 阅读全文
摘要:
.nav { width: 1000px; height: 60px; line-height: 60px; margin: 0 auto; position: relative; } ul { width: 100%; height: 100%; padding: 0; list-style: n 阅读全文