body { margin: 0; } .page { width: 100%; height: 100vh; background: url(./login.png) no-repeat; background-size: cover; } .title { color: #FFFFFF; position: absolute; top: 26%; width: 100%; text-align: center; font-weight: bold; font-size: 18px; } .login_box { /* border: 1px solid #CCCCCC; border-radius: 12px; */ position: absolute; top: 50%; width: 100%; /* text-align: center; */ } .row { width: 100%; text-align: center; padding: 0 10px; } .label { float: left; width: 70px; text-align: right; } .text { color: #FFFFFF; } .input { height: 2.8rem; line-height: 2.8rem; width: 60%; border: 1px solid #a09898; border-radius: 0.5rem; padding-left: 5px; text-align: left; margin: 0 auto; background-color: #FFF0; color: #FFF; } .bind_div { position: fixed; bottom: 5%; width: 100%; height: 45px; line-height: 45px; text-align: center; } .bind_btn { /* width: -webkit-fill-available; */ width: 50%; margin: 0 auto; background-color: #04A604; color: #FFFFFF; border-radius: 12px; text-align: center; line-height: 45px; font-weight: 700; font-size: 17px; } .h_btn0 { display: none; font-weight: 700; height: 45px; line-height: 45px; border-bottom: 2px solid #F7F7F7; padding-left: 30px; box-sizing: border-box; }