C端小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

55 rader
927 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. display: block;
  14. width: 320rpx;
  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: 94rpx !important;
  42. line-height: 94rpx;
  43. margin: auto;
  44. padding: 0 !important;
  45. font-family: PingFangSC-Semibold !important;
  46. font-size: 36rpx !important;
  47. color: #fff !important;
  48. letter-spacing: 0.75rpx !important;
  49. text-align: center;
  50. }