login.scss 492 B

12345678910111213141516171819202122232425262728293031
  1. .wrapper {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. padding-top: 108rpx;
  6. }
  7. .title {
  8. width: 100%;
  9. padding-left: 30rpx;
  10. line-height: 72rpx;
  11. font-size: 48rpx;
  12. color: rgba(51, 51, 51, 1);
  13. }
  14. .logo {
  15. width: 286rpx;
  16. height: 286rpx;
  17. margin-top: 120rpx;
  18. }
  19. button.login {
  20. width: 504rpx;
  21. height: 76rpx;
  22. margin-top: 118rpx;
  23. border-radius: 38rpx;
  24. font-size: 32rpx;
  25. font-weight: 500;
  26. color: #FFFFFF;
  27. background-color: rgba(145, 179, 121, 1);
  28. }