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 进一步向左移动,为什么会这样,我怎样才能更好地对齐它们?
外观图片
链接到标记
任何帮助,将不胜感激。
好的,这是因为 stats div 中的 Items。底部有更多“项目”,因此它向左移动(因为它更宽并且向右浮动)。为了解决这个问题,我建议给那个 div 一个固定的宽度,也许是 400px。所以<div style="float: right; width: 400px;>在第 30 行。
<div style="float: right; width: 400px;>