jysBlack2
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.
 
 
 

149 lines
2.4 KiB

.signIn {
color: #FFFFFF !important;
background-image: linear-gradient(to right, #FFA3DC, #006CFF);
border-radius: 15px;
}
.content {
background-image: url('../image/bg.png');
height: 900px;
background-size: cover;
}
.login-title-div {
display: flex;
justify-content: center;
align-items: center;
}
.login-title {
font-size: 32px;
color: #ffffff;
text-align: center;
padding-top: 100px;
padding-bottom: 39px;
}
.login-container {
width: 420px;
height: 380px;
background: #111534;
border-radius: 6px;
padding: 40px;
}
.login-container .login-item p {
font-size: 14px;
font-family: PingFangSC-Semibold, PingFang SC;
color: rgba(255, 255, 255, 0.65)
}
.login-container .login-item input {
height: 48px;
border-radius: 6px;
width: 100%;
text-indent: 10px;
box-sizing: border-box;
}
.login-container .login-item .input-item {
background-color: #23274D !important;
color: rgba(255, 255, 255, 0.25);
}
.login-container .login-item .input-item {
background: #FFFFFF;
border: 1px solid rgba(255, 255, 255, 0.050980392156862744);;
text-indent: 10px;
margin-top: 5px;
}
.login-container .login-item {
margin-top: 25px;
}
.login-container .login-item:first-child {
margin-top: 0;
}
.login-Forget-item {
padding-top: 10px;
padding-bottom: 20px;
font-size: 14px;
}
.login-Forget-item a {
float: right;
color: #606266;
}
.login-container .submitBtn {
width: 340px;
height: 56px;
color: #ffffff;
border: none;
border-radius: 6px;
font-size: 16px;
background: rgba(255, 255, 255, 0.25);
height: 56px;
cursor: pointer;
}
.registerBtn {
font-size: 14px;
margin-top: 20px;
text-align: center;
}
.registerBtn:hover {
cursor: pointer;
}
.registerBtn .register-em {
color: rgba(255, 255, 255, 0.45);
font-size: 14px;
}
.registerBtn .register-a {
color: #00A1E8;
font-weight: 500;
}
/* .completed{
background-color: #006CFF;
} */
.disabledSubmit {
background: rgba(255, 255, 255, 0.25);
}
.activeSubmit {
background-color: #006CFF !important;
}
.login-Forget-item a {
color: rgba(255, 255, 255, 0.65);
}
.login-Forget-item a:hover {
opacity: 0.9;
}
input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.64);;
}
input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: rgba(255, 255, 255, 0.64);;
}
input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: rgba(255, 255, 255, 0.64);;
}
input:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: rgba(255, 255, 255, 0.64);;
}