enter-code.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. page {
  2. background-color: #fff;
  3. }
  4. .wrap {
  5. width: 100%;
  6. display: flex;
  7. flex-direction: column;
  8. padding: 60rpx 50rpx 0 74rpx;
  9. box-sizing: border-box;
  10. }
  11. .title-row {
  12. display: flex;
  13. flex-direction: column;
  14. margin-bottom: 110rpx;
  15. }
  16. .title-row>view:first-child {
  17. font-size: 56rpx;
  18. color: #333333;
  19. font-weight: bold;
  20. position: relative;
  21. }
  22. .title-row>view:last-child {
  23. color: #A7A7A7;
  24. font-size: 32rpx;
  25. }
  26. .form-box {
  27. width: 100%;
  28. display: flex;
  29. flex-direction: column;
  30. }
  31. .form-row {
  32. width: 100%;
  33. height: 80rpx;
  34. display: flex;
  35. align-items: center;
  36. border-bottom: 1px solid #F0F1F2;
  37. box-sizing: border-box;
  38. margin-bottom: 20rpx;
  39. }
  40. .num-row {
  41. color: #1A191C;
  42. font-size: 40rpx;
  43. font-weight: bold;
  44. display: flex;
  45. align-items: center;
  46. margin-right: 44rpx;
  47. }
  48. .sanjiao {
  49. width: 18rpx;
  50. margin-left: 8rpx;
  51. }
  52. .input {
  53. flex: 1;
  54. font-size: 32rpx;
  55. color: #333333;
  56. }
  57. .placeholder {
  58. color: #A7A7A7;
  59. }
  60. .get-code {
  61. width: 166rpx;
  62. height: 60rpx;
  63. line-height: 60rpx;
  64. display: flex;
  65. justify-content: center;
  66. align-items: center;
  67. background-color: #F2501A;
  68. border-radius: 100rpx;
  69. color: #FFFFFF;
  70. font-size: 26rpx;
  71. }
  72. .code {
  73. width: 134rpx;
  74. }
  75. .msg {
  76. width: 100%;
  77. color: #A7A7A7;
  78. font-size: 28rpx;
  79. }
  80. .open-btn {
  81. background-color: initial;
  82. border-radius: initial;
  83. }
  84. .eye-icon {
  85. height: 30rpx;
  86. }
  87. .btn-box {
  88. width: 100%;
  89. display: flex;
  90. justify-content: center;
  91. align-items: center;
  92. padding: 100rpx 0 28rpx;
  93. }
  94. .btn-box button {
  95. width: 100%;
  96. height: 86rpx;
  97. line-height: 86rpx;
  98. display: flex;
  99. align-items: center;
  100. justify-content: center;
  101. background-color: #E0E0E0;
  102. color: #777777;
  103. font-size: 30rpx;
  104. border-radius: 100rpx;
  105. }
  106. .login-box {
  107. width: 100%;
  108. display: flex;
  109. align-items: center;
  110. justify-content: center;
  111. margin-bottom: 100rpx;
  112. }
  113. .login-box view {
  114. position: relative;
  115. padding: 0 68rpx;
  116. color: #A7A7A7;
  117. font-size: 28rpx;
  118. }
  119. .login-box view::after {
  120. content: "";
  121. width: 1px;
  122. height: 30rpx;
  123. background-color: #A7A7A7;
  124. position: absolute;
  125. right: 0;
  126. top: 50%;
  127. transform: translate(0, -50%);
  128. }
  129. .login-box view:last-child::after {
  130. background-color: initial;
  131. }
  132. .type-box {
  133. width: 100%;
  134. display: flex;
  135. justify-content: center;
  136. align-items: center;
  137. margin-bottom: 80rpx;
  138. }
  139. .type-box button {
  140. border-radius: initial;
  141. background-color: initial;
  142. margin-right: 160rpx;
  143. }
  144. .type-box button:last-child {
  145. margin-right: 0;
  146. }
  147. .type-box button image {
  148. width: 66rpx;
  149. height: 66rpx;
  150. }
  151. .login-bottom-row {
  152. width: 100%;
  153. display: flex;
  154. align-items: flex-start;
  155. color: #A7A7A7;
  156. font-size: 24rpx;
  157. margin-bottom: 30rpx;
  158. }
  159. .select-btn {
  160. display: flex;
  161. align-items: center;
  162. border-radius: initial;
  163. background-color: initial;
  164. margin-right: 10rpx;
  165. margin-top: 10rpx;
  166. }
  167. .select-btn image {
  168. width: 22rpx;
  169. height: 22rpx;
  170. }
  171. .input-box {
  172. flex: 1;
  173. font-size: 30rpx;
  174. }
  175. .input-box {
  176. position: relative;
  177. display: flex;
  178. justify-content: center;
  179. margin-bottom: 28rpx;
  180. overflow: hidden;
  181. }
  182. .input-box text {
  183. width: 80rpx;
  184. height: 80rpx;
  185. border: 1px solid #CFCFCF;
  186. border-left: none;
  187. position: relative;
  188. margin: 0;
  189. padding: 0;
  190. }
  191. .input-box text:first-child {
  192. border-left: 1px solid #CFCFCF;
  193. }
  194. .input-box text.active::before {
  195. content: '';
  196. display: block;
  197. width: 20rpx;
  198. height: 20rpx;
  199. background-color: #333333;
  200. border-radius: 50%;
  201. position: absolute;
  202. top: calc(50% - 10rpx);
  203. left: calc(50% - 10rpx);
  204. }
  205. .input-box input {
  206. position: absolute;
  207. z-index: 99999999999;
  208. width: 200%;
  209. height: 95rpx;
  210. opacity: 0;
  211. left: -100%;
  212. top: 0;
  213. line-height: 95rpx;
  214. color: transparent;
  215. background: none;
  216. caret-color: transparent !important;
  217. }