DIV下的DIV居中

.ParentDIV{ 
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
margin-top: 30px;
}
posted @ 2016-08-18 11:40  太菜  阅读(642)  评论(0编辑  收藏  举报