WXGC-yang

 

flex-direction 主轴方向
row: 横向
row-reverse: 横向倒序
column: 纵向
column-reverse: 纵向倒序;
flex-wrap 元素排列换行
nowrap: 不换行自动按比例压缩
wrap: 换行超出元素在下方
wrap-reverse: 换行超出元素在上方;
flex-flow flex-flow属性是flex-direction属性和flex-wrap属性的简写形式,
默认值row nowrap
justify-content justify-content属性定义了项目在主轴上的对齐方式。
flex-start:
flex-end
center
space-between
space-around
align-items
align-content

分类:

技术点:

相关文章:

  • 2021-07-13
  • 2021-12-01
  • 2021-12-01
  • 2021-12-24
  • 2022-12-23
  • 2021-08-01
  • 2021-09-21
猜你喜欢
  • 2021-04-23
  • 2021-10-12
  • 2021-09-24
  • 2021-11-21
  • 2021-11-16
  • 2021-11-29
相关资源
相似解决方案