rrylee
10/7/2015 - 5:21 PM

清楚浮动

清楚浮动

.cf:before,
.cf:after {
  content: ' ';
  display: table;
}

.cf:after {
  clear: both;
}

/* IE 6,7 */
.cf {
  *zoom: 1;
}