loginways.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. Page {
  2. background-color: #fff;
  3. }
  4. button {
  5. color: #fff !important;
  6. border: none !important;
  7. }
  8. .customer-service {
  9. position: relative;
  10. top: 60rpx;
  11. text-align: center;
  12. font-size: 30rpx;
  13. }
  14. .customer-service .text {
  15. color: #b5b7bd;
  16. }
  17. .customer-service .tel {
  18. color: #ff523d;
  19. }
  20. .btn {
  21. color: #ff523d;
  22. font-size: 36rpx;
  23. padding: 18rpx 0;
  24. border-radius: 10rpx;
  25. line-height: initial;
  26. border: 1rpx solid #ff523d !important;
  27. }
  28. .btn-mobile {
  29. color: #ff523d;
  30. box-sizing: border-box;
  31. text-align: center;
  32. font-size: 36rpx;
  33. margin: 30rpx 0;
  34. }
  35. .container {
  36. position: absolute;
  37. top: 50%;
  38. left: 50%;
  39. width: 690rpx;
  40. transform: translate(-50%, -50%);
  41. }
  42. .login {
  43. margin-bottom: 200rpx;
  44. }
  45. .login .logo {
  46. display: block;
  47. width: 160rpx;
  48. height: 160rpx;
  49. margin: 0 auto;
  50. border-radius: 160rpx;
  51. }
  52. .app-name {
  53. margin-top: 20rpx;
  54. text-align: center;
  55. font-weight: bold;
  56. color: #222;
  57. }
  58. .no-login {
  59. text-align: center;
  60. font-weight: normal;
  61. font-size: 32rpx;
  62. color: #666;
  63. }
  64. .user-agreement-container {
  65. width: calc(100% - 64rpx);
  66. display: flex;
  67. justify-content: center;
  68. align-items: center;
  69. margin: 60rpx 32rpx 80rpx;
  70. position: relative;
  71. }
  72. .my-button-class {
  73. min-width: 220rpx;
  74. width: 220rpx;
  75. height: 40rpx;
  76. line-height: 40rpx;
  77. display: flex;
  78. justify-content: flex-start;
  79. align-items: center;
  80. background-color: transparent !important;
  81. background: transparent !important;
  82. border: 2rpx solid transparent !important;
  83. color: transparent !important;
  84. border-radius: 50rpx;
  85. box-sizing: border-box !important;
  86. font-size: 28rpx;
  87. font-weight: 500;
  88. text-align: left !important;
  89. text-decoration: none !important;
  90. padding-left: 0 !important;
  91. padding-right: 0 !important;
  92. margin-left: 0 !important;
  93. margin-right: 0 !important;
  94. position: absolute;
  95. top: 0;
  96. left: 0;
  97. z-index: 10001;
  98. }
  99. .user-agreement-wrap {
  100. width: 100%;
  101. display: flex;
  102. justify-content: flex-start;
  103. align-items: center;
  104. position: absolute;
  105. top: 0;
  106. left: 0;
  107. z-index: 10000;
  108. }
  109. .checkbox-icon {
  110. width: 30rpx;
  111. height: 30rpx;
  112. margin-right: 8rpx;
  113. }
  114. .user-agreement-text {
  115. font-family: PingFangSC-Regular, PingFang SC;
  116. font-size: 26rpx;
  117. font-weight: 400;
  118. color: #333333;
  119. }
  120. .user-agreement-link {
  121. font-family: PingFangSC-Regular, PingFang SC;
  122. font-size: 26rpx;
  123. font-weight: 400;
  124. color: #ff523d;
  125. }