page {
height: 100%;
}
.mytest {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
手册文档
align-items CSS属性
justify-content CSS属性
page {
height: 100%;
}
.mytest {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
align-items CSS属性
justify-content CSS属性