1. width: 1200px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
2. width: 1200px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin:-300px 0 0 -600px;

相关文章: