点击出现蓝色边框或者出现半透明蓝色背景解决方案

*{
outline: none !important;
-webkit-tap-highlight-color: transparent;
-webkit-appearance: none;
}