search

Home  >  Q&A  >  body text

html5 - 字体图标在网页显示时会莫名出现一个横杠,不知为何?

但是网上的实例就没有

是不是我的代码有问题,还是怎么回事?

大家讲道理大家讲道理2787 days ago1036

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 11:31:03

    You are using the s tag, then you should use another

    s {
      text-decoration: none;
    }
    

    reply
    0
  • Cancelreply