BFC 从1到3 2020-02-14 148 阅读1分钟 触发bfc常见的情况如下: 根元素; float 的值不为 none; overflow 的值为 auto、scroll 或 hidden; display 的值为 table-cell、table-caption 和 inline-block 中的任何一个; position 的值不为 relative 和 static。