标签:测试 dde 网上 清除 hidden bsp 多次 nbsp 参考答案
经过多次测试和网上的参考答案,我认为最好的清除方法是使用 after伪元素 和 zoom来清除浮动,在父级元素上添加样式:
1 .delfloat:after { 2 display: block; 3 visibility: hidden; 4 clear: both; 5 height: 0; 6 content: ""; 7 8 } 9 .delfloat { 10 zoom: 1; 11 }
标签:测试 dde 网上 清除 hidden bsp 多次 nbsp 参考答案
原文地址:https://www.cnblogs.com/xfstu/p/11789716.html