0
点赞
收藏
分享

微信扫一扫

前端笔记1.0

岛上码农 2022-02-04 阅读 86

a {
text-decoration: none;//去掉下划线
color: inherit;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-appearance: none;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
border-bottom: none;//去掉下边框(用text-decoration: none;没有用的时候加上);
display: block;
width: 100%;
height: 40px;
}

举报

相关推荐

0 条评论