coupon-admin/public/static/css/personal/login_register.css

136 lines
2.9 KiB
CSS

.login_bac {
height: 950px;
background: url("/static/images/personal/login_bac_02.jpg") no-repeat;
background-size: cover;
padding: 0 0 50px;
background-position: center center;
}
.login_form {
width: 700px;
float: right;
margin-top: 100px;
background: white;
border-radius: 5px;
overflow: hidden;
}
.login_form .ben_row {
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: nowrap;
}
.login_form .ben_row .login,
.login_form .ben_row .register,
.login_form .ben_row .bing_tel_title {
width: 350px;
height: 95px;
line-height: 95px;
text-align: center;
font-size: 30px;
color: #000000;
background: #ececec;
}
.login_form .ben_row .bing_tel_title {
width: 700px;
}
.login_form .ben_row .ben_on {
background: white;
}
.login_form .form_input_div {
width: 570px;
height: 55px;
line-height: 55px;
padding: 15px;
background: #f5f5f5;
margin: 15px auto;
}
.login_form .label_img {
width: 30px;
height: 30px;
float: left;
margin-top: 13px;
}
.login_form .form_input {
display: block;
width: 500px;
height: 55px;
line-height: 55px;
font-size: 18px;
float: left;
margin-left: 10px;
background: #f5f5f5;
border-left: 1px solid #e8e8e8;
text-indent: 15px;
}
.login_form input[type="radio"] {
display: none;
}
.login_form input[type="radio"] + span {
width: 15px;
height: 15px;
display: inline-block;
vertical-align: middle;
background: url("/static/images/personal/login_03.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
}
.login_form input[type="radio"]:checked + span {
background: url("/static/images/personal/login_03_2.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
}
.login_form .remember_the_password {
width: 570px;
margin: 30px auto;
font-size: 18px;
}
.login_form .quick_login {
width: 570px;
height: 40px;
margin: 30px auto;
line-height: 40px;
text-align: right;
font-size: 18px;
}
.login_form #register .form_input, .login_form #login-phone-div .form_input{
border-left: none;
}
.login_form #register .code_div,.login_form #login-phone-div .code_div{
position: relative;
}
.login_form #register .code_div .form_input, .login_form #login-phone-div .code_div .form_input{
width: 350px;
}
.login_form #register .code_btn, .login_form #login-phone-div .code_btn{
width: 200px;
height: 85px;
line-height: 95px;
position: absolute;
top: 0;
right: 0;
font-size: 28px;
background: #d84848;
color: white;
border-left: 10px solid white;
}
.login_form .submit_ben {
width: 570px;
height: 55px;
line-height: 55px;
margin: 15px auto;
padding: 15px;
text-align: center;
font-size: 28px;
color: white;
background: #d84848;
}
.login_form .register_success_msg {
padding: 150px;
text-align: center;
font-size: 18px;
}
.login_form .register_success_msg a {
border-bottom: 1px solid #d84848;
color: #d84848;
}
/*# sourceMappingURL=login_register.css.map */