📅  最后修改于: 2022-03-11 14:54:59.750000             🧑  作者: Mango
.wrapper {
line-height: calc(100vh - 20px);
height: calc(100vh - 20px);
text-align: center;
background: red;
}
.inner {
background: green;
color: white;
padding: 12px;
display: inline;
}