标签:auto items basis idt 标准 根据 width 百分比 取值
flex-basis属性用于设置或检索弹性盒伸缩基准值。
属性值可以是长度单位也可以是百分比。百分比是按照父元素的width为标准。
默认值为0,不是auto,如果取值为auto的话,它的值就等于flex-items的width。
配合flex-wrap一起使用,如果flex-wrap的值为nowrap的话,flex-basis的作用不大,相反,如果flex-wrap的值为wrap的话,flex容器根据flex-basis计算是否需要换行。
标签:auto items basis idt 标准 根据 width 百分比 取值
原文地址:https://www.cnblogs.com/zyq122/p/10848608.html