findPassword.less 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. .contentBo {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .find-container {
  6. width: 100%;
  7. height: 100%;
  8. .login-title {
  9. font-size: 18px;
  10. font-weight: bold;
  11. }
  12. .login-img {
  13. left: 10%;
  14. top: 0;
  15. position: absolute;
  16. width: 40%;
  17. height: 100%;
  18. }
  19. .login-img img {
  20. position: relative;
  21. width: 100%;
  22. top: 50%;
  23. transform: translateY(-50%);
  24. }
  25. .box {
  26. width: 406px;
  27. height: 400px;
  28. // box-shadow: 0 0 5px #979597;
  29. box-shadow: 0 0 5px rgba(151, 149, 151, 0.44);
  30. background: #fff;
  31. position: absolute;
  32. left: 50%;
  33. top: 50%;
  34. transform: translate(0, -50%);
  35. //margin: 0 auto;
  36. //margin-top: 10%;
  37. overflow: hidden;
  38. font-size: 12px; //默认字体
  39. color: #424243; //默认颜色
  40. box-sizing: border-box;
  41. // h3 {
  42. // width: 100%;
  43. // height: 36px;
  44. // line-height: 36px;
  45. // background: #eee;
  46. // text-align: left;
  47. // padding-left: 15px;
  48. // font-size: 14px;
  49. // margin: 0;
  50. // img{
  51. // vertical-align: middle;
  52. // cursor: pointer;
  53. // }
  54. // }
  55. .title-box {
  56. height: 20px;
  57. line-height: 20px;
  58. padding: 40px 60px 50px;
  59. }
  60. .num {
  61. cursor: pointer;
  62. font-size: 14px;
  63. color: #2871FA;
  64. letter-spacing: 0;
  65. text-align: right;
  66. }
  67. .num2 {
  68. color: #9C9C9C;
  69. }
  70. .main {
  71. width: 100%;
  72. .progress {
  73. width: 290px;
  74. margin: auto;
  75. .progress-info {
  76. display: flex;
  77. justify-content: space-between;
  78. margin: 25px 0 8px;
  79. }
  80. .unfinished {
  81. color: #aaa;
  82. }
  83. .finished {
  84. color: #f8b551;
  85. font-weight: bold;
  86. }
  87. .progress-pic {
  88. height: 14px;
  89. background: url(../../images/3steps-1.png) no-repeat center;
  90. margin-bottom: 20px;
  91. }
  92. .progress-new {
  93. background: url(../../images/3steps-2.png) no-repeat center;
  94. }
  95. .progress-fin {
  96. background: url(../../images/3steps-3.png) no-repeat center;
  97. }
  98. }
  99. form {
  100. width: 286px;
  101. margin: auto;
  102. input {
  103. width: 256px;
  104. height: 42px;
  105. outline: none;
  106. border: 1px solid #C7C7C7;
  107. border-radius: 2px;
  108. margin-bottom: 16px;
  109. padding: 0 15px;
  110. }
  111. input::-webkit-input-placeholder {
  112. color: #c9c9c9;
  113. }
  114. input::-moz-placeholder { /* Mozilla Firefox 19+ */
  115. color: #c9c9c9;
  116. }
  117. input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  118. color: #c9c9c9;
  119. }
  120. input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  121. color: #c9c9c9;
  122. }
  123. .phoneBox {
  124. position: relative;
  125. }
  126. .tips{
  127. display: inline-block;
  128. font-size: 12px;
  129. color: #dd0f0f;
  130. position: absolute;
  131. top: 42px;
  132. }
  133. .yanzm {
  134. position: relative;
  135. input {
  136. width: 161px;
  137. position: relative;
  138. padding: 0 110px 0 15px;
  139. }
  140. .getMsg {
  141. display: inline-block;
  142. width: 95px;
  143. height: 44px;
  144. line-height: 44px;
  145. text-align: center;
  146. // background: #dde8ef;
  147. font-size: 14px;
  148. color: #2871FA;
  149. cursor: pointer;
  150. vertical-align: middle;
  151. position: absolute;
  152. top: 0;
  153. right: -1px;
  154. }
  155. img {
  156. position: absolute;
  157. width: 95px;
  158. height: 44px;
  159. display: inline-block;
  160. vertical-align: middle;
  161. top: 0;
  162. right: -2px;
  163. cursor: pointer;
  164. }
  165. .disabled {
  166. border: none;
  167. color: #797676;
  168. }
  169. }
  170. .next {
  171. width: 288px;
  172. height: 40px;
  173. line-height: 40px;
  174. text-align: center;
  175. background: #D4E3FE;
  176. border-radius: 2px;
  177. color: #fff;
  178. margin: 10px auto 20px;
  179. // margin: 12px auto 20px;
  180. cursor: pointer;
  181. font-size: 16px;
  182. font-weight: bold;
  183. }
  184. .nextCor {
  185. background: #2871FA;
  186. }
  187. .nextCor:hover {
  188. background: #1A63EC;
  189. }
  190. .nextCor:active {
  191. background: #0952DA;
  192. }
  193. .suc {
  194. font-size: 14px;
  195. color: #5A5A5A;
  196. margin: 6px 0 61px;
  197. }
  198. .second {
  199. }
  200. .goLogin {
  201. margin-bottom: 32px;
  202. }
  203. .third {
  204. text-align: center;
  205. }
  206. .modifyImg {
  207. margin: 60px 0 22px;
  208. }
  209. .modifyInfo {
  210. font-size: 18px;
  211. color: #000000;
  212. letter-spacing: 0;
  213. }
  214. input:focus {
  215. border: 1px solid #0952DA;
  216. }
  217. .error {
  218. border: 1px solid #FA2828;
  219. }
  220. }
  221. }
  222. }
  223. .box2 {
  224. height: 340px;
  225. }
  226. }