C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
687 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: 670rpx;
  19. }
  20. .active{
  21. opacity: .6;
  22. }
  23. .login-btn .login-btn-login {
  24. background: #00C0FF !important;
  25. border-radius: 60rpx !important;
  26. height: 94rpx !important;
  27. line-height: 94rpx;
  28. margin: 0 !important;
  29. padding: 0 !important;
  30. font-family: PingFangSC-Semibold !important;
  31. font-size: 36rpx !important;
  32. color: #FFFFFF !important;
  33. letter-spacing: 0.75rpx !important;
  34. text-align: center;
  35. }