方法一, 父元素高度不确定,给父元素如下css


            display: flex;
            justify-content: center;/*实现水平居中*/
            align-items:center; /*实现垂直居中*/

相关文章: