在移动端点击事件触发时,闪烁并且有灰色背景

解决办法

  

.cancelFlash{
    -webkit-tap-highlight-color:transparent;
}

在绑定点击事件的标签上使用该类就可以解决该问题

原文地址:https://www.cnblogs.com/bruce-gou/p/7724000.html