Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我 在我的网站上制作时,它会显示一条细线,它可以隐藏在某些元素上,因为我通常在 CSS 按钮上使用它们,但我有一个 if 语句说如果这显示结果,如果不显示非破坏空间。
你如何重置不 显示?
这条细线是轮廓吗?在css中试试这个:
outline:none;
这条细线是下划线吗?在css中试试这个:
text-decoration:none;
是别的什么吗,详细说明你的问题。
“小线”很可能是下划线/边框。删除text-decoration和/或边框。
text-decoration
但是,如果您不希望他们做任何事情,为什么还要使用s 呢?除非您真的需要它们,否则无需将源与它们混淆。