clearfix.css 78 B

12345
  1. .van-clearfix:after {
  2. display: table;
  3. clear: both;
  4. content: '';
  5. }