代码片段: html, body { margin: 0; padding: 0; height: 100%; } .wrap { position: relative; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; }