一个div在另一个div中垂直居中的方法

 
.parent {
            display:flex;
            align-items:center;
        }