C端小程序
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.

36 lines
707 B

  1. .login-body {
  2. padding-top: 200rpx;
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. justify-content: center;
  7. }
  8. .login-logo {
  9. width: 283rpx;
  10. height: 326rpx;
  11. }
  12. .login-logo>image {
  13. width: 100%;
  14. height: 100%;
  15. border-radius: 16rpx;
  16. }
  17. .login-btn {
  18. padding-top: 120rpx;
  19. width: 504rpx;
  20. }
  21. .login-btn .login-btn-login {
  22. background: #00C0FF !important;
  23. border-radius: 10rpx !important;
  24. height: 88rpx !important;
  25. margin: 0 !important;
  26. padding: 0 !important;
  27. font-family: PingFangSC-Semibold !important;
  28. font-size: 36rpx !important;
  29. color: #FFFFFF !important;
  30. letter-spacing: 0.75rpx !important;
  31. text-align: center;
  32. }