.container { } .login-box { position: absolute; top: 120px; left: 460px; } .login-box .el-card { background-color: rgba(255, 255, 255, 0.6); height: 400px; width: 600px; text-align: center; } .el-form { position: absolute; text-align: center; width: 400px; top: 50px; left: 100px; } .el-form .el-form-item { margin-top: 50px; } /* 隐藏右侧显示密码按钮 */ .el-input__password + .el-input__suffix { display: none !important; } .el-card .button-box { position: relative; top: 30px; }