解决手机点击包含a、button标签时出现背景色问题

a,button {
display: inline-block;
width: 100%;
-webkit-tap-highlight-color:rgba(0,0,0,0);/*添加此样式即可去除背景色*/
color: #fff;
}

a{

/* 去掉默认下划线 */
text-decoration: none;
/* 去掉点击时的蓝色背景 */
-webkit-tap-highlight-color:transparent;
}

posted on 2023-02-28 10:25  奔驰的码儿  阅读(89)  评论(0编辑  收藏  举报

导航