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;
}
原文地址:https://www.cnblogs.com/hellozg/p/5783386.html