a标签去掉默认样式并自定义样式

小轻官方 小轻官方 关注 运营团队 高级会员
发表于网络技能版块 代码
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;
}
评论列表 评论
发布评论

评论: a标签去掉默认样式并自定义样式

拖动滑块验证
»
已有0次打赏