/* index.wxss */
.container {
display: flex;
flex-direction: column;
align-items: center;
/* 弹性布局,均匀分布 */
justify-content: center;
/* %基于父容器 vh相对于整个页面的高度 */
height: 100vh;
/* text-align: center; */
}
.button-container {
margin-top: 30px;
}
.button {
width: 160px;
height: 40px;
margin-bottom: 50px;
}