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.
已经创建了一个 div 并且另一个 div 与它相邻,但我将一个 hr 放在右对齐的 div 上,但希望它从右向左扩展。
如果您只是使用<hr>,请为一行清除空间,然后它将自动覆盖整个区域。把你的两个部门都放在一个部门里,然后把<hr>你的主要部门放在里面。如果您显示您的代码会更好。
<hr>
如果你把它放在顶层,它将贯穿整个过程div。您还可以向其添加 CSS 以使其很好地伸展,但这是另一回事。
div