/*清除浮动*/

/*清除浮动*/

.clearfix:before {
display: table;
content: " ";
}
.clearfix:after {
clear: both;
}

posted @ 2018-07-09 11:15  小平头~  阅读(113)  评论(0)    收藏  举报