display: flex;
//垂直居中
justify-content: center;
//水平居中
align-items: center;
//垂直排列
flex-direction: column;