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

151 lines
2.8 KiB
Plaintext

.login_bac {
height: 950px;
background: url("/static/images/personal/login_bac_02.jpg") no-repeat;
background-size: 1920px 950px;
background-position: center center;
}
//
.login_form {
width: 700px;
float: right;
margin-top: 100px;
background: white;
border-radius: 5px;
overflow: hidden;
.ben_row {
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: nowrap;
}
.ben_row .login, .ben_row .register , .ben_row .bing_tel_title{
width: 350px;
height: 95px;
line-height: 95px;
text-align: center;
font-size: 30px;
color: #000000;
background: #ececec;
}
.ben_row .bing_tel_title{
width: 700px;
}
.ben_row .ben_on {
background: white;
}
.form_input_div {
width: 570px;
height: 55px;
line-height: 55px;
padding: 15px;
background: #f5f5f5;
margin: 15px auto;
}
.label_img {
width: 30px;
height: 30px;
float: left;
margin-top: 13px;
}
.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;
}
input[type="radio"] {
display: none;
}
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%;
}
input[type="radio"]:checked + span {
background: url("/static/images/personal/login_03_2.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
}
.remember_the_password {
width: 570px;
margin: 30px auto;
font-size: 18px;
}
.quick_login {
width: 570px;
height: 40px;
margin: 30px auto;
line-height: 40px;
text-align: right;
font-size: 18px;
}
#register .form_input {
border-left: none;
}
#register .code_div {
position: relative;
}
#register .code_div .form_input {
width: 350px;
}
#register .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;
}
.submit_ben {
width: 570px;
height: 55px;
line-height: 55px;
margin: 15px auto;
padding: 15px;
text-align: center;
font-size: 28px;
color: white;
background: #d84848;
}
//
.register_success_msg{
padding: 150px;
text-align: center;
font-size: 18px;
}
.register_success_msg a{
border-bottom: 1px solid #d84848;
color: #d84848;
}
}