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
position: relative; position: sticky;
flex: 1; flex-basis: auto;
绝对定位两个方向都需要声明
flex 布局中,子元素不能有 padding,可以再加一层 wrap
flex 布局中,子元素宽度需要设置,可以设为100%让它被压窄
flex 布局中,如果用了 space-between,含绝对定位元素时。需要把绝对定位元素放中间 排序为 左边元素、绝对定位元素、右边元素
flex 布局中,子元素不要使用 margin: 0 auto
The text was updated successfully, but these errors were encountered:
No branches or pull requests
绝对定位两个方向都需要声明
flex 布局中,子元素不能有 padding,可以再加一层 wrap
flex 布局中,子元素宽度需要设置,可以设为100%让它被压窄
flex 布局中,如果用了 space-between,含绝对定位元素时。需要把绝对定位元素放中间
排序为 左边元素、绝对定位元素、右边元素
flex 布局中,子元素不要使用 margin: 0 auto
The text was updated successfully, but these errors were encountered: