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.

35 line
639 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. }
  16. .login-btn {
  17. padding-top: 120rpx;
  18. width: 504rpx;
  19. }
  20. .login-btn .login-btn-login {
  21. background: #00C0FF !important;
  22. border-radius: 10rpx !important;
  23. height: 88rpx !important;
  24. margin: 0 !important;
  25. padding: 0 !important;
  26. font-family: PingFangSC-Semibold !important;
  27. font-size: 36rpx !important;
  28. color: #FFFFFF !important;
  29. letter-spacing: 0.75rpx !important;
  30. text-align: center;
  31. }