猫妈狗爸伴宠师小程序前端代码
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.
 
 
 
 

20 lines
349 B

.login {
height: 100vh;
background: #ffffff;
&-logo {
display: flex;
align-items: center;
justify-content: center;
height: 504rpx;
background: linear-gradient(360deg, #FFFFFF 0%, #FFBF60 99%);
image{
width: 180rpx;
height: 180rpx;
}
}
&-submit{
padding: 0 76rpx;
margin: 150rpx 0 40rpx 0;
}
}