You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
316 B
CSS
24 lines
316 B
CSS
img {
|
|
display: block;
|
|
}
|
|
|
|
.login_logo {
|
|
width: 1.92rem;
|
|
margin: 2rem auto 1rem;
|
|
}
|
|
|
|
.inputBox{
|
|
width: 5rem;
|
|
margin: 0 auto .5rem;
|
|
border-bottom: 1px solid #ccc;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0.3rem 0;
|
|
}
|
|
.inputBox img{
|
|
width: 0.3rem;
|
|
margin-right: 0.2rem;
|
|
}
|
|
input::placeholder{
|
|
color: #999;
|
|
} |