用 Flexbox 实现一些复杂布局的例子:
https://philipwalton.github.io/solved-by-flexbox/
中文版: https://hufan-akari.github.io/solved-by-flexbox/
目前 Flexbox 已经在所有主要浏览的当前版本中得到支持:
http://caniuse.com/#feat=flexbox
比如经典的 3 栏布局用 Flexbox 的实现:
https://philipwalton.github.io/solved-by-flexbox/demos/holy-grail/
https://philipwalton.github.io/solved-by-flexbox/
中文版: https://hufan-akari.github.io/solved-by-flexbox/
目前 Flexbox 已经在所有主要浏览的当前版本中得到支持:
http://caniuse.com/#feat=flexbox
比如经典的 3 栏布局用 Flexbox 的实现:
https://philipwalton.github.io/solved-by-flexbox/demos/holy-grail/