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.

87 lines
1.2 KiB

  1. page {
  2. background: #ffffff;
  3. }
  4. .login-body {
  5. padding-top: 200rpx;
  6. display: flex;
  7. flex-direction: column;
  8. align-items: center;
  9. justify-content: center;
  10. }
  11. .backHome {
  12. margin-top: 20rpx !important;
  13. }
  14. .login-logo {
  15. width: 320rpx;
  16. /* height: 320rpx; */
  17. padding-top: 70rpx;
  18. }
  19. .login-logo>image {
  20. width: 100%;
  21. height: 100%;
  22. border-radius: 16rpx;
  23. }
  24. .login-btn {
  25. padding-top: 120rpx;
  26. width: 600rpx;
  27. }
  28. .active {
  29. opacity: .6;
  30. }
  31. .login-btn .login-btn-login {
  32. background: #1faf0c;
  33. border-radius: 15rpx !important;
  34. height: 94rpx !important;
  35. line-height: 94rpx;
  36. padding: 0 !important;
  37. font-family: PingFangSC-Semibold !important;
  38. font-size: 36rpx !important;
  39. color: #FFFFFF !important;
  40. letter-spacing: 0.75rpx !important;
  41. text-align: center;
  42. }
  43. .title {
  44. margin-top: 30rpx;
  45. }
  46. .title text {
  47. display: block;
  48. text-align: center;
  49. }
  50. .title text:nth-of-type(1) {
  51. font-size: 38rpx;
  52. font-weight: bold;
  53. }
  54. .title text:nth-of-type(2) {
  55. font-size: 30rpx;
  56. margin-top: 25rpx;
  57. }
  58. .protocol {
  59. position: fixed;
  60. bottom: 50rpx;
  61. font-size: 25rpx;
  62. }
  63. .protocol image {
  64. position: absolute;
  65. left: -50rpx;
  66. top: 50%;
  67. transform: translateY(-50%);
  68. width: 40rpx;
  69. height: 40rpx;
  70. }
  71. .protocol .text {
  72. color: #00c0ff;
  73. }