.text { font-size: 14px; } .item { font-size: 18px; line-height: 30px; margin-bottom: 24px; text-align: center; } .clearfix:before, .clearfix:after { display: table; content: ""; } .clearfix:after { clear: both } .clearfix { font-size: 24px; text-align: center; margin: 10px auto 30px auto; } .container { display: grid; place-items: center; /* 水平垂直居中 */ height: 100vh; /* 或者其他指定高度 */ } .box-card { /*position: absolute;*/ width: 680px; margin: auto; top: 50%; transform: translateY(-50%); } .success { color: #409eff; } .error { color: #f56c6c; }