index.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. .page .bg.data-v-4586967a {
  2. width: 100%;
  3. height: 574rpx;
  4. background: url(https://i.ringzle.com/file/20240106/d96376ae556b4f298abee861105b71b4.png) no-repeat;
  5. background-size: 100% 100%;
  6. padding: 237rpx 0 0 40rpx;
  7. box-sizing: border-box;
  8. position: relative;
  9. z-index: 1;
  10. }
  11. .page .bg .title.data-v-4586967a {
  12. font-size: 40rpx;
  13. font-family: PingFang SC, PingFang SC;
  14. font-weight: 800;
  15. color: #FFFFFF;
  16. line-height: 72rpx;
  17. }
  18. .page .box.data-v-4586967a {
  19. width: 100%;
  20. background: #FFFFFF;
  21. border-radius: 60rpx 60rpx 0rpx 0rpx;
  22. padding: 85rpx 30rpx 96rpx;
  23. box-sizing: border-box;
  24. margin-top: -149rpx;
  25. position: relative;
  26. z-index: 2;
  27. }
  28. .page .box .login.data-v-4586967a {
  29. width: 100%;
  30. padding: 0 30rpx;
  31. box-sizing: border-box;
  32. }
  33. .page .box .login .tabs.data-v-4586967a {
  34. display: flex;
  35. align-items: center;
  36. }
  37. .page .box .login .tabs > view.data-v-4586967a {
  38. padding-bottom: 16rpx;
  39. font-size: 40rpx;
  40. font-family: PingFang SC, PingFang SC;
  41. font-weight: 800;
  42. color: #999999;
  43. position: relative;
  44. }
  45. .page .box .login .tabs > view.active.data-v-4586967a {
  46. color: #333333;
  47. }
  48. .page .box .login .tabs > view.active.data-v-4586967a::after {
  49. content: '';
  50. width: 80rpx;
  51. height: 6rpx;
  52. background: #1372FF;
  53. border-radius: 4rpx 4rpx 4rpx 4rpx;
  54. position: absolute;
  55. left: 50%;
  56. margin-left: -40rpx;
  57. bottom: 0;
  58. }
  59. .page .box .login .tabs > view.data-v-4586967a:last-child {
  60. margin-left: 60rpx;
  61. }
  62. .page .box .login .card.data-v-4586967a {
  63. padding-top: 20rpx;
  64. }
  65. .page .box .login .card .t_item.data-v-4586967a {
  66. margin-top: 40rpx;
  67. display: flex;
  68. flex-direction: column;
  69. padding-bottom: 20rpx;
  70. border-bottom: 1rpx solid #D1D1D1;
  71. }
  72. .page .box .login .card .t_item text.data-v-4586967a {
  73. font-size: 32rpx;
  74. font-family: PingFang SC, PingFang SC;
  75. font-weight: 800;
  76. color: #333333;
  77. }
  78. .page .box .login .card .t_item input.data-v-4586967a {
  79. border: none;
  80. font-size: 28rpx;
  81. font-family: PingFang SC, PingFang SC;
  82. font-weight: 400;
  83. color: #333333;
  84. margin-top: 30rpx;
  85. }
  86. .page .box .login .card .t_item .ti_code.data-v-4586967a {
  87. display: flex;
  88. align-items: center;
  89. justify-content: space-between;
  90. }
  91. .page .box .login .card .t_item .ti_code input.data-v-4586967a {
  92. width: calc(100% - 200rpx);
  93. }
  94. .page .box .login .card .t_item .ti_code .tic_text.data-v-4586967a {
  95. display: flex;
  96. align-items: center;
  97. margin-top: 30rpx;
  98. }
  99. .page .box .login .card .t_item .ti_code .tic_text text.data-v-4586967a {
  100. font-size: 28rpx;
  101. font-family: PingFang SC, PingFang SC;
  102. font-weight: 400;
  103. color: #999999;
  104. }
  105. .page .box .login .card .t_item .ti_code .tic_text text.active.data-v-4586967a {
  106. color: #1372FF;
  107. }
  108. .page .box .login .card .t_item .ti_code .tic_text ._span.data-v-4586967a {
  109. font-size: 28rpx;
  110. font-family: PingFang SC, PingFang SC;
  111. font-weight: 400;
  112. color: #1372FF;
  113. margin-left: 10rpx;
  114. }
  115. .page .box .forget.data-v-4586967a {
  116. width: 100%;
  117. box-sizing: border-box;
  118. text-align: right;
  119. margin-top: 30rpx;
  120. font-size: 24rpx;
  121. font-family: PingFang SC, PingFang SC;
  122. font-weight: 400;
  123. color: #1372FF;
  124. }
  125. .page .box .to_login.data-v-4586967a {
  126. width: 100%;
  127. height: 96rpx;
  128. background: #1372FF;
  129. border-radius: 48rpx 48rpx 48rpx 48rpx;
  130. line-height: 96rpx;
  131. text-align: center;
  132. margin-top: 80rpx;
  133. font-size: 34rpx;
  134. font-family: PingFang SC, PingFang SC;
  135. font-weight: 400;
  136. color: #FFFFFF;
  137. letter-spacing: 2rpx;
  138. }
  139. .page .box .agreement.data-v-4586967a {
  140. width: 100%;
  141. text-align: center;
  142. margin-top: 303rpx;
  143. font-size: 24rpx;
  144. font-family: PingFang SC, PingFang SC;
  145. font-weight: 400;
  146. color: #999999;
  147. }
  148. .page .box .agreement ._span.data-v-4586967a {
  149. color: #1372FF;
  150. }