清除浮动

mac2022-06-30  76

1.

.clearfix::before,.clearfix::after{ content: ''; display: block; height:0; clear: both; overflow: hidden;}.clearfix{ zoom:1;}

转载于:https://www.cnblogs.com/QIQIZAIXIAN/p/6221196.html

相关资源:浮动从何而来 我们为何要清除浮动 清除浮动的原理是什么
最新回复(0)