完全居中

position: absolute;
top: 0;
height: 100%;
100%;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
原文地址:https://www.cnblogs.com/liushunli/p/7503127.html