在写移动端时,a标签或者input标签等 在手机上点击背后会有阴影的解决办法时间:2023-03-10 07:29:06 a,input{-webkit-tap-highlight-color:rgba(255,0,0,0);} 被背景设置成透明的就行了