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.
 
 
 

30 lines
517 B

.login-container{
width: 420px;
height: 520px;
background: #FFFFFF;
border-radius: 15px;
padding: 40px;
}
.input-item-code{
width: 240px !important;
color: #303133;
background-color: #F5F7FA;
}
.codeSendBtn{
height: 48px !important;
width: 90px !important;
background: #BFC2CC;
border-radius: 6px;
float: right;
text-align: center;
text-indent:0 !important;
font-size: 18px;
color: #FFFFFF;
cursor: pointer;
}
.login-container .login-item .input-itemArray{
margin-top: 5px;
}