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

19 lines
349 B

  1. .login {
  2. height: 100vh;
  3. background: #ffffff;
  4. &-logo {
  5. display: flex;
  6. align-items: center;
  7. justify-content: center;
  8. height: 504rpx;
  9. background: linear-gradient(360deg, #FFFFFF 0%, #FFBF60 99%);
  10. image{
  11. width: 180rpx;
  12. height: 180rpx;
  13. }
  14. }
  15. &-submit{
  16. padding: 0 76rpx;
  17. margin: 150rpx 0 40rpx 0;
  18. }
  19. }