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

27 lines
442 B

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