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 需要根据父 div 的宽度进行定位。我需要 div 来平均分配它们之间的空间。这里有一些例子:
当宽度为 500px 时,它可能看起来像这样,
当它是 300px 时,
检查以下文章:使用 CSS 居中多个 DIV。
也有一个类似的SO问题。