index.less 568 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. page {
  2. background-color: #f9f9f9;
  3. }
  4. .login-page {
  5. height: 100vh;
  6. display: flex;
  7. align-items: center;
  8. justify-content: center;
  9. flex-direction: column;
  10. row-gap: 60rpx;
  11. }
  12. .login-cover {
  13. width: 312rpx;
  14. height: 312rpx;
  15. }
  16. .title {
  17. font-weight: bold;
  18. font-size: 46rpx;
  19. }
  20. .subtitle {
  21. font-size: 32rpx;
  22. }
  23. .gobtn {
  24. padding-top: 180rpx;
  25. width: 538rpx;
  26. }
  27. .greenbtn {
  28. background: #1aad16 !important;
  29. font-size: 40rpx !important;
  30. height: 100rpx!important;
  31. color: #ffff!important;
  32. border-radius: 20rpx!important;
  33. padding-bottom: 6rpx;
  34. }