You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
146 lines
2.9 KiB
146 lines
2.9 KiB
.register-bg {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1005;
|
|
background: url('../images/login-bg.png') no-repeat center/cover;
|
|
}
|
|
|
|
.register {
|
|
width: 802px;
|
|
height: 464px;
|
|
margin: -232px 0 0 -401px;
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
background: url('../images/login-picture.png') no-repeat center/cover;
|
|
}
|
|
|
|
.register-content {
|
|
width: 425px;
|
|
height: 446px;
|
|
margin-top: 4px;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.register-content .label {
|
|
margin-bottom: 40px;
|
|
text-align: center;
|
|
font-size: 24px;
|
|
color: #474747;
|
|
}
|
|
|
|
.register-logo {
|
|
margin: 30px 0 20px 40px;
|
|
}
|
|
|
|
.register-block {
|
|
margin: 10px 0 0 40px;
|
|
position: relative;
|
|
}
|
|
|
|
.register-block span.icon {
|
|
position: absolute;
|
|
top: 12px;
|
|
left: 10px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.register-block input {
|
|
width: 341px;
|
|
height: 40px;
|
|
padding-left: 37px;
|
|
padding-right: 15px;
|
|
display: block;
|
|
line-height: 44px;
|
|
border: 1px solid #dddddd;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
color: #3a3a3a;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.register-block .sex-select {
|
|
overflow: hidden;
|
|
display: flex;
|
|
position: absolute;
|
|
right: 44px;
|
|
top: 0;
|
|
}
|
|
|
|
.register-block .sex-select span {
|
|
width: 40px;
|
|
cursor: pointer;
|
|
line-height: 39px;
|
|
text-align: center;
|
|
border-style: solid;
|
|
border-color: #d2d2d2;
|
|
border-width: 1px 0 1px 0;
|
|
background: linear-gradient(to bottom, #fefefe, #dcdcdc);
|
|
}
|
|
|
|
.register-block .sex-select span:first-of-type {
|
|
border-left: 1px solid #d2d2d2;
|
|
border-radius: 3px 0 0 3px;
|
|
}
|
|
|
|
.register-block .sex-select span:last-of-type {
|
|
border-right: 1px solid #d2d2d2;
|
|
border-radius: 0 3px 3px 0;
|
|
}
|
|
|
|
.register-block .sex-select span.active {
|
|
background: #fdb846;
|
|
border-color: #fdb846;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.register-block .sex-select span:first-of-type.active,
|
|
.register-block .sex-select span:last-of-type.active {
|
|
border-color: #fdb846;
|
|
}
|
|
|
|
.register-block .password-toggle {
|
|
width: 16px;
|
|
height: 16px;
|
|
position: absolute;
|
|
top: 12px;
|
|
right: 55px;
|
|
cursor: pointer;
|
|
background: url("../images/password-close.png") no-repeat center/cover;
|
|
}
|
|
|
|
.register-block .password-open {
|
|
background: url("../images/password-open.png") no-repeat center/cover;
|
|
}
|
|
|
|
.register-username input {
|
|
width: 251px;
|
|
}
|
|
|
|
.register-btn {
|
|
width: 345px;
|
|
margin: 12px 0 0 38px;
|
|
line-height: 46px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
color: #868686;
|
|
background: url('../images/login-btn.png') no-repeat center/cover;
|
|
}
|
|
|
|
.org-select .textbox .textbox-text {
|
|
height: 40px !important;
|
|
padding-left: 37px;
|
|
line-height: 44px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.org-select .combo-arrow {
|
|
background: url("../images/drop-down.png") no-repeat;
|
|
background-size: 20px 20px;
|
|
background-position-y: 12px;
|
|
}
|