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.
我有一个 100% 宽度的 div 在那个 div 中,有 div 彼此相邻。左,中,右。中心的宽度为 900 像素。左右为 100%。我想让左右可伸缩,但它不起作用。左右全宽...
<div> 100% <div>left 100%</div> <div>center 900px</div> <div>right 100%</div> </div>
有人知道如何使它工作吗?