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.

54 rivejä
895 B

  1. .login-body {
  2. padding-top: 106rpx;
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. justify-content: center;
  7. }
  8. .login-logo {
  9. width: 320rpx;
  10. height: 320rpx;
  11. }
  12. .login-logo>image {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. .login-btn {
  17. padding-top: 120rpx;
  18. width: 504rpx;
  19. }
  20. .txt {
  21. display: block;
  22. width: 300rpx;
  23. height: 108rpx;
  24. margin-top: 5.8%;
  25. font-size: 30rpx;
  26. color: #999;
  27. line-height: 54rpx;
  28. text-align: center;
  29. }
  30. .active{
  31. opacity: .6;
  32. }
  33. .login-btn .login-btn-login {
  34. width: 670rpx;
  35. position: absolute;
  36. bottom: 60rpx;
  37. left: 0;
  38. right: 0;
  39. background: #00c0ff !important;
  40. border-radius: 60rpx !important;
  41. height: 88rpx !important;
  42. margin: auto;
  43. padding: 0 !important;
  44. font-family: PingFangSC-Semibold !important;
  45. font-size: 36rpx !important;
  46. color: #fff !important;
  47. letter-spacing: 0.75rpx !important;
  48. text-align: center;
  49. }