当时做完移动端页面发现点击图片(背景图按钮),出现了浅蓝色背景,实属影响页面美观,解决这一问题代码如下
html,body{ -webkit-tap-highlight-color: rgba(0,0,0,0) }
完美解决!