去除元素浮动(:after)

》》HTML

<div class="zg_city">

  <div class="zg_left"></div>

  <div class="zg_right"></div

</div>

》》css

.zg_city{ 100%; height:100%; background-color:#f8f8f8}
.zg_city:after { visibility: hidden; clear: both; display: block; height: 0px; content: "."; }

原文地址:https://www.cnblogs.com/Greenzgz/p/4447931.html