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.
 
 
 
 

160 lines
3.2 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: 545px;
height: 600px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: url('../images/register-block.png') no-repeat center/cover;
}
.register-content {
width: 483px;
height: 540px;
padding: 0 53px;
margin: 30px auto 0 auto;
text-align: center;
position: relative;
border-radius: 8px;
background-color: rgba(10, 68, 125, 0.4);
}
.register-content:before,
.register-content:after {
content: '';
width: 402px;
height: 26px;
display: block;
position: absolute;
left: 40px;
top: 20px;
background: url('../images/border-top.png') no-repeat center/cover;
}
.register-content:after {
top: auto;
bottom: 20px;
background: url('../images/border-bottom.png') no-repeat center/cover;
}
.register-content .label {
margin-bottom: 20px;
text-align: center;
font-size: 24px;
color: #97e1ff;
}
.register-logo {
margin: 70px 0 20px 0;
}
.register-block {
margin-bottom: 20px;
position: relative;
}
.register-block span.icon {
position: absolute;
top: 12px;
left: 10px;
z-index: 10;
}
.register-block input {
width: 100%;
height: 40px;
padding-left: 37px;
display: block;
line-height: 44px;
border: 1px solid #0687cd;
border-radius: 3px;
font-size: 16px;
color: #97e1ff;
background-color: rgba(6, 135, 205, 0.2);
}
.register-block .sex-select {
position: absolute;
right: 0;
top: 0;
}
.register-block .sex-select span {
width: 40px;
height: 40px;
line-height: 40px;
}
.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: 290px;
}
.register-btn {
width: 100%;
line-height: 46px;
text-align: center;
cursor: pointer;
font-size: 16px;
color: #ffffff;
border-radius: 3px;
background: linear-gradient(#7bebff, #0367c4, #35a1fd);
}
.org-select .textbox .textbox-text {
font-size: 16px;
border: 1px solid #0687cd;
background: rgba(6, 135, 205, 0.2);
}
.org-select .textbox .textbox-prompt {
color: #25568c;
font-size: 14px;
}
.org-select .textbox .textbox-text {
height: 38px !important;
padding-left: 37px;
line-height: 38px !important;
border-radius: 3px;
}
.org-select .combo-arrow {
background: url("../images/drop-down.png") no-repeat;
background-size: 20px 20px;
background-position-y: 9px;
}
.register-block input::-webkit-input-placeholder,
.register-block input:-ms-input-placeholder,
.register-block input:-moz-placeholder {
font-size: 16px;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
-webkit-text-fill-color: #97e1ff !important;
}