xiaosuibu
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;
}

  

分类:

技术点:

相关文章:

  • 2022-02-07
  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案