Bootstrap

html中a标签点击去掉高亮背景

a标签默认点击的时候会有个高亮的背景色,要把这个去掉只需要给a标签设置css样式里面加入即可:
-webkit-tap-highlight-color:rgba(0,0,0,0);

;