We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我们用什么布局 主要使用(5种):
主轴main axis主尺寸main size主轴起点main start主轴终点main end 侧轴cross axis侧尺寸cross size侧轴起点cross start侧轴终点cross end
一种新的布局方式——Flex布局
The text was updated successfully, but these errors were encountered:
No branches or pull requests
flex之前
我们用什么布局
主要使用(5种):
基本概念
主轴main axis主尺寸main size主轴起点main start主轴终点main end
侧轴cross axis侧尺寸cross size侧轴起点cross start侧轴终点cross end
flex来了
一种新的布局方式——Flex布局
flex container的属性
flex-direction:low/column/low-reverse/column-reverse
flex-wrap:warp/nowarp
jusitify-content:space-between/space-around/flex-start/flex-end/center
align-items:strech/baseline/flex-start/flex-end/center
align-content:strech/space-between/space-around/flex-start/flex-end/center
flex item的属性
flex-grow:1
flex-shrink:1
flex-basis:100px
order顺序(代替双飞翼)
order:1
align-self:center
The text was updated successfully, but these errors were encountered: