1、css
body,html {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
2、窗体中
<div id="outer" >
垂直居中的内容
</div>
记得引入css代码
1、css
body,html {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
2、窗体中
<div id="outer" >
垂直居中的内容
</div>
记得引入css代码