用一下样式可以消除
html,
body {
-webkit-font-smoothing: antialiased; //<-CSS3中用于消除锯齿的属性
-webkit-tap-highlight-color: transparent // <- 这一行
}
用一下样式可以消除
html,
body {
-webkit-font-smoothing: antialiased; //<-CSS3中用于消除锯齿的属性
-webkit-tap-highlight-color: transparent // <- 这一行
}