.element { width: 600px; height: 400px; position: absolute;
left: 50%;
top: 50%; transform: translate(-50%, -50%); /* 50%为自身尺寸的一半 */ }
.element { width: 600px; height: 400px; position: absolute;
left: 50%;
top: 50%; transform: translate(-50%, -50%); /* 50%为自身尺寸的一半 */ }