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.
 
 
 
 
pocketcommunityweb/src/app/account/login/login.component.scss

21 lines
354 B

#login{
// color: rgb(80, 138, 202);
.mx-auto{
margin: 10px 0;
}
.form-control{
// color: #fff;
background: rgb(242, 242, 242);
border-radius: 19px!important;
border: none;
outline: none;
}
}
//圆角边框
.rect-radius {
border: 1px solid;
border-radius: 30px !important;
}