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 像 clear: left on inline 元素?谢谢
试试这个,
span{display:block}
通常跨越内联元素。
答案是否定的,很清楚:左;不适用于内联元素。您可能想要声明元素display: inline-block- 它可能会解决您遇到的任何问题。如果你想要的答案不是一个完整的猜测,请在 jsfiddle 上做一个演示。
display: inline-block