响应式网站移动端hover处理

1
2
添加js: document.body.addEventListener('touchstart', function(){ });
同时为根节点添加css: -webkit-tap-highlight-color:transparent;