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.
 
 
 

29 lines
563 B

.signUp{
color: #FFFFFF !important;
background-image: linear-gradient(to right, #FFA3DC, #006CFF);
border-radius: 15px;
}
.login-container{
width: 420px;
height: 556px;
background: #111534;
border-radius: 6px;
padding: 40px;
}
.login-item .tips{
font: 12px "Arial";
color: rgba(255, 255, 255, 0.45);
margin-top: 8px;
display: inline-block;
}
.login-item .tips .color-blue{
font-size: 16px;
<<<<<<< HEAD
color: #006CFF;
=======
color: #00A1E8;
>>>>>>> 7a27bc75ce9d20b60c7393b5fe4ea035b18d0052
}
.mt10{
margin-top: 10px !important;
}