1.水平居中

块级元素

margin-left:auto;
margin-right:auto;

行内元素

text-align:center;

2.一个父盒子高度为0

解决方式:
增加一个子盒子,并设置其style为clear:both