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.
 
 
 

39 lines
764 B

.login-container{
width: 420px;
height: 520px;
background: #111534;
border-radius: 15px;
padding: 40px;
}
.input-item-code{
width: 240px !important;
color: rgba(255, 255, 255, 0.25);
background-color: #23274D;
border: 1px solid rgba(255, 255, 255, 0.050980392156862744);
}
.codeSendBtn{
height: 48px !important;
width: 90px !important;
background: rgba(255, 255, 255, 0.25);
border: none;
border-radius: 6px;
float: right;
text-align: center;
text-indent:0 !important;
font-size: 18px;
color: #FFFFFF;
cursor: pointer;
}
/* .submitBtn {
background: rgba(255, 255, 255, 0.25) !important;
} */
.activeSubmit {
background-color: #006CFF !important;
}
.login-container .login-item .input-itemArray{
margin-top: 5px;
}