1 <div class="news clearfix"> 2 <img src="/img/news-pic.jpg" alt="my pic"> 3 <p>some text</p> 4 </div>
1 .clearfix:after{ 2 content: ‘.‘; 3 height: 0; 4 visibility: hidden; 5 display: block; 6 clear: both; 7 overflow: hidden; 8 }
Posted xll-candice
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了清除浮动的通用方式相关的知识,希望对你有一定的参考价值。
1 <div class="news clearfix"> 2 <img src="/img/news-pic.jpg" alt="my pic"> 3 <p>some text</p> 4 </div>
1 .clearfix:after{ 2 content: ‘.‘; 3 height: 0; 4 visibility: hidden; 5 display: block; 6 clear: both; 7 overflow: hidden; 8 }
以上是关于清除浮动的通用方式的主要内容,如果未能解决你的问题,请参考以下文章