You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

_phoneverify.less 5.6 kB

2 years ago
2 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. .__phone-verify-code {
  2. max-width: 519px;
  3. }
  4. .__phone-verify-code ._label-c {
  5. display: flex;
  6. justify-content: fixed-start;
  7. align-items: center;
  8. width: 100px;
  9. display: none;
  10. }
  11. .__phone-verify-code ._label-c ._label {
  12. font-size: 13px;
  13. font-weight: 700;
  14. color: rgba(0, 0, 0, .87);
  15. }
  16. .__phone-verify-code ._label-c.required ._label:after {
  17. margin: -0.2em 0 0 0.2em;
  18. content: '*';
  19. color: #db2828;
  20. display: inline-block;
  21. vertical-align: top;
  22. }
  23. .__phone-verify-code .phone-c {
  24. display: flex;
  25. margin: 0 0 1em;
  26. }
  27. .__phone-verify-code .phone-c .phone-area-c {
  28. height: 38px;
  29. width: 80px;
  30. margin-right: 10px;
  31. border-radius: 2px;
  32. display: flex;
  33. justify-content: center;
  34. align-items: center;
  35. box-sizing: border-box;
  36. }
  37. .__phone-verify-code .phone-c .phone-area-c select {
  38. outline: none;
  39. }
  40. .__phone-verify-code .phone-c .phone-num-c {
  41. height: 38px;
  42. flex: 1;
  43. display: flex;
  44. justify-content: center;
  45. align-items: center;
  46. box-sizing: border-box;
  47. position: relative;
  48. }
  49. .__phone-verify-code .phone-c .phone-num-c input {
  50. height: 100%;
  51. width: 100% !important;
  52. padding: 9.5px 14px;
  53. box-sizing: border-box;
  54. outline: none;
  55. }
  56. .__phone-verify-code .phone-c .modify-phone-number {
  57. position: absolute;
  58. left: 100%;
  59. width: 200px;
  60. height: 100%;
  61. margin-left: 10px;
  62. display: none;
  63. }
  64. .__phone-verify-code .phone-c .modify-phone-number a {
  65. font-weight: 400;
  66. font-size: 14px;
  67. color: rgba(0, 102, 255, 1);
  68. }
  69. .__phone-verify-code .slide-bar-wrap {
  70. display: flex;
  71. height: 38px;
  72. margin: 0 0 1em;
  73. justify-content: center;
  74. align-items: center;
  75. position: relative;
  76. }
  77. .__phone-verify-code .slide-bar-c {
  78. flex: 1;
  79. display: flex;
  80. height: 38px;
  81. justify-content: center;
  82. align-items: center;
  83. position: relative;
  84. }
  85. .__phone-verify-code .slide-bar-c .slide-bar-bg {
  86. height: 34px;
  87. flex: 1;
  88. background-color: rgb(245, 245, 246);
  89. border: 1px solid rgb(225, 227, 230);
  90. border-radius: 2px;
  91. position: relative;
  92. }
  93. .__phone-verify-code .slide-bar-c .slide-bar-bg .slide-txt {
  94. position: absolute;
  95. width: 100%;
  96. height: 100%;
  97. display: flex;
  98. user-select: none;
  99. justify-content: center;
  100. align-items: center;
  101. color: #cdcacb;
  102. font-size: 14px;
  103. }
  104. .__phone-verify-code .slide-bar-c .slide-bar-bg .slide-bar {
  105. position: absolute;
  106. width: 38px;
  107. height: 34px;
  108. background-color: #d1e9fe;
  109. border: 1px solid #1991fa;
  110. border-radius: 2px;
  111. box-sizing: border-box;
  112. top: -1px;
  113. }
  114. .__phone-verify-code .slide-bar-c .slide-bar-bg .slide-bar.sucess {
  115. background-color: #d2f4ef;
  116. border: 1px solid #52ccba;
  117. }
  118. .__phone-verify-code .slide-bar-c .slide-bar-bg .slide-bar.error {
  119. border-color: #f57a7a;
  120. background-color: #fce1e1;
  121. }
  122. .__phone-verify-code .slide-bar-c .slide-bar-bg .slide-trigger {
  123. position: absolute;
  124. width: 38px;
  125. height: 34px;
  126. background-color: #1991fa;
  127. border-radius: 2px;
  128. cursor: pointer;
  129. top: -1px;
  130. display: flex;
  131. justify-content: center;
  132. align-items: center;
  133. user-select: none;
  134. }
  135. .__phone-verify-code .slide-bar-c .slide-bar-bg .slide-trigger .icon {
  136. font-size: 16px;
  137. color: white;
  138. margin: 0;
  139. height: 16px;
  140. width: 16px;
  141. margin-top: -5px;
  142. user-select: none;
  143. }
  144. .__phone-verify-code .slide-bar-c .slide-bar-bg .slide-trigger.sucess {
  145. background-color: #52ccba;
  146. }
  147. .__phone-verify-code .slide-bar-c .slide-bar-bg .slide-trigger.error {
  148. background-color: #f57a7a;
  149. }
  150. .__phone-verify-code .slide-bar-c .slide-image-big {
  151. position: absolute;
  152. width: 391px;
  153. height: 196px;
  154. top: 36px;
  155. left: 1px;
  156. border-radius: 2px;
  157. z-index: 100;
  158. display: none;
  159. transform-origin: 0 0;
  160. }
  161. .__phone-verify-code .slide-bar-c .slide-image-small {
  162. position: absolute;
  163. left: 0;
  164. width: 51px;
  165. height: 51px;
  166. box-shadow: 0 0 4px rgb(35 173 255);
  167. }
  168. .__phone-verify-code .slide-bar-c .verify-code-c {
  169. display: flex;
  170. height: 38px;
  171. }
  172. .__phone-verify-code .verify-code-c {
  173. display: flex;
  174. height: 38px;
  175. margin: 0 0 1em;
  176. justify-content: center;
  177. align-items: center;
  178. }
  179. .__phone-verify-code .verify-code-c .verify-code-num-c {
  180. flex: 1;
  181. height: 38px;
  182. box-sizing: border-box;
  183. justify-content: center;
  184. align-items: center;
  185. display: flex;
  186. }
  187. .__phone-verify-code .verify-code-c .verify-code-num-c input {
  188. height: 100%;
  189. width: 100% !important;
  190. padding: 9.5px 14px;
  191. box-sizing: border-box;
  192. outline: none;
  193. }
  194. .__phone-verify-code .verify-code-c .verify-code-send {
  195. display: flex;
  196. width: 120px;
  197. height: 38px;
  198. justify-content: center;
  199. align-items: center;
  200. }
  201. .__phone-verify-code .verify-code-c .verify-code-send .verify-code-send-btn {
  202. height: 100%;
  203. width: 100%;
  204. margin-left: 10px;
  205. border: 1px solid #398dee;
  206. background-color: #398dee;
  207. color: white;
  208. border-radius: 2px;
  209. box-sizing: border-box;
  210. cursor: pointer;
  211. display: flex;
  212. justify-content: center;
  213. align-items: center;
  214. }
  215. .__phone-verify-code .verify-code-c .verify-code-send .verify-code-send-btn.__disabled {
  216. border: 1px solid #ddd;
  217. background-color: #ddd;
  218. cursor: not-allowed;
  219. }
  220. .__phone-verify-code .new-pass-word-wrap {
  221. display: flex;
  222. height: 38px;
  223. margin: 0 0 1em;
  224. justify-content: center;
  225. align-items: center;
  226. display: none;
  227. }
  228. .__phone-verify-code .new-pass-word-wrap .new-pass-word-c {
  229. flex: 1;
  230. height: 38px;
  231. box-sizing: border-box;
  232. justify-content: center;
  233. align-items: center;
  234. display: flex;
  235. }
  236. .__phone-verify-code .new-pass-word-wrap .new-pass-word-c input {
  237. height: 100%;
  238. width: 100% !important;
  239. padding: 9.5px 14px;
  240. box-sizing: border-box;
  241. outline: none;
  242. }