.loginBg{ width: 25%; height: 100%; background: #01b088; position: absolute; z-index: -9; } .loginBox{ width: 1450px; height: 715px; background-color: #FFF; box-shadow: 10px 0px 25px #ccc; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } .userInfo{ padding:98px; width: 50%; height: 100%; } .userInfo .userInfo_table{ width: 100%; } .userInfo .userInfo_table tr td{ border-bottom: 1px solid #e3e3e3; padding-bottom: 15px; padding-top: 30px; } .userInfo .userInfo_table tr td:nth-child(2){ padding-left: 10px; } .userInfo .userInfo_table input{ line-height: 30px; font-size: 16px; } .userInfo_table select { line-height: 30px; font-size: 16px; appearance: none; -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none; -o-appearance: none; background: url(../images/icon_jt.png) right center no-repeat; background-size: 16px 14px; overflow: hidden; border: none; width: 100%; } .userInfo_table_btn{ width: 100%; margin-top: 100px; } .userInfo_table_btn .dx{ text-align: right; color: #01b088; } .loginBtn{ border: none; background-image: linear-gradient(to right, #00c54e , #01ac92); width: 100%; padding: 15px 0; font-size: 16px; color: #FFFFFF; margin-top: 18px; } .registerBtn{ border: none; background-image: linear-gradient(to right, #00c54e , #01ac92); width: 80%; padding: 15px 0; font-size: 16px; color: #FFFFFF; margin-top: 18px; }