-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Description
BFC 就是块级格式上下文,是页面盒模型布局中的一种 CSS 渲染模式,相当于一个独立的容器,里面的元素和外部的元素相互不影响。创建 BFC 的方式有:
- html 根元素
- float 浮动
- 绝对定位
- overflow 不为 visiable
- display 为表格布局或者弹性布局
BFC 主要的作用是:
- 清除浮动
- 防止同一 BFC 容器中的相邻元素间的外边距重叠问题
rjwx60, saint3347, MoonCheung, fi3ework, liujuntao123 and 59 more1154056274 and beyond009cloudGrin, AndrewGuo128, Lucas-Fan, ehlilier, cwjbjy and 1 moreliuhaichao0622, chuhangyu, hengwangm and ybscypressxzzdll, lvsongfeng, yaoqtan, szc807414589, mamtou and 4 more