body { margin: 0; } .page { width: 100%; height: 100vh; background: url(./unbind.png) no-repeat; background-size: cover; } .title { color: #FFFFFF; position: absolute; top: 36%; right: 30%; font-weight: bold; font-size: 18px; } .login_box { /* border: 1px solid #CCCCCC; border-radius: 12px; */ position: absolute; top: 60%; width: 100%; /* text-align: center; */ } .row { margin-left: 20%; display: flex; } .label { float: left; width: 70px; text-align: right; } .text { color: #FFFFFF; } .input { padding: 0 10px; } .bind_btn { width: -webkit-fill-available; margin: 0 10%; background-color: #04A604; height: 45px; position: fixed; bottom: 5%; color: #FFFFFF; border-radius: 12px; text-align: center; line-height: 45px; } .dialog { display: none; position: fixed; z-index: 10; top: 30vh; left: 10vw; right: 10vw; background-color: white; height: 30vh; border-radius: 12px; line-height: 50px; text-align: center; } .btn_model { position: absolute; bottom: 0; width: 100%; box-sizing: border-box; border-radius: 12px; background-color: #00FF00; height: 40px; line-height: 40px; }