css fixed 强制居中

{
    position        : fixed;
    top             : 50%;
    left            : 50%;
    transform       : translate(-50%, -50%);
}
原文地址:https://www.cnblogs.com/qqcc1388/p/13180384.html