findPassword.less 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  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. .tips{
  124. display: inline-block;
  125. font-size: 12px;
  126. color: #dd0f0f;
  127. position: absolute;
  128. top: 278px;
  129. }
  130. .yanzm {
  131. position: relative;
  132. input {
  133. width: 161px;
  134. position: relative;
  135. padding: 0 110px 0 15px;
  136. }
  137. .getMsg {
  138. display: inline-block;
  139. width: 95px;
  140. height: 44px;
  141. line-height: 44px;
  142. text-align: center;
  143. // background: #dde8ef;
  144. font-size: 14px;
  145. color: #2871FA;
  146. cursor: pointer;
  147. vertical-align: middle;
  148. position: absolute;
  149. top: 0;
  150. right: -1px;
  151. }
  152. img {
  153. position: absolute;
  154. width: 95px;
  155. height: 44px;
  156. display: inline-block;
  157. vertical-align: middle;
  158. top: 0;
  159. right: -1px;
  160. cursor: pointer;
  161. }
  162. .disabled {
  163. border: none;
  164. color: #797676;
  165. }
  166. }
  167. .next {
  168. width: 288px;
  169. height: 40px;
  170. line-height: 40px;
  171. text-align: center;
  172. background: #D4E3FE;
  173. border-radius: 2px;
  174. color: #fff;
  175. margin: 10px auto 20px;
  176. // margin: 12px auto 20px;
  177. cursor: pointer;
  178. font-size: 16px;
  179. font-weight: bold;
  180. }
  181. .nextCor {
  182. background: #2871FA;
  183. }
  184. .nextCor:hover {
  185. background: #1A63EC;
  186. }
  187. .nextCor:active {
  188. background: #0952DA;
  189. }
  190. .suc {
  191. font-size: 14px;
  192. color: #5A5A5A;
  193. margin: 6px 0 61px;
  194. }
  195. .second {
  196. }
  197. .goLogin {
  198. margin-bottom: 32px;
  199. }
  200. .third {
  201. text-align: center;
  202. }
  203. .modifyImg {
  204. margin: 60px 0 22px;
  205. }
  206. .modifyInfo {
  207. font-size: 18px;
  208. color: #000000;
  209. letter-spacing: 0;
  210. }
  211. }
  212. }
  213. }
  214. .box2 {
  215. height: 340px;
  216. }
  217. }