flex-wrap- 默认情况下,弹性布局会将所有元素都压缩到一行,可以通过设置flex-wrap告诉浏览器在适当时候换行,取值为nowrap,wrap和wrap-reverse,默认为nowrap flex-flow- 这个属性值是flex-direction和flex-wrap的简写,如flex-flow: row nowrap,等价于flex-direction: row; flex-wrap: nowrap justify-content- 定义子...
在弹性布局中,子元素的flex属性是一个复合属性,可以同时声明( )。A.align-selfB.flex-growC.flex-shrinkD.flex-basis