width: 500px;
height: 500px;
position: absolute;
left: 50%;
top :50%;
margin-left: -250px;
margin-top: -250px;
width: 600px;
height: 600px;
position: absolute;
left: 50%;
top : 50%;
transform: translate(-50%,-50%);
width: 650px;
height: 650px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
原文:小tip: margin:auto实现绝对定位元素的水平垂直居中
原文:https://www.cnblogs.com/rosendolu/p/10570249.html