这个文章链接👉 [深入理解css3中的flex-grow、flex-shrink、flex-basis](https://github.com/zhoon/zhoon.github.io/blob/master/_posts/2014-08-23-flex.md),中的这段话: `container就是父容器,B1 B2 B3就是子容器,假如container的width是100px,那么剩余空间就是:500px - B1.width - B2.width - B3.width。嗯就是这么简单!` 中的 `假如container的width是100px` 的 `100px`,应该为`500px`.
这个文章链接👉 深入理解css3中的flex-grow、flex-shrink、flex-basis,中的这段话:
container就是父容器,B1 B2 B3就是子容器,假如container的width是100px,那么剩余空间就是:500px - B1.width - B2.width - B3.width。嗯就是这么简单!中的假如container的width是100px的100px,应该为500px.