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

26 lines
442 B

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