PasswordResetSetSuccess.vue 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. <template>
  2. <div class="validation">
  3. <div class="container">
  4. <div class="content">
  5. <div class="content-top">
  6. <h3>密码重置</h3>
  7. <div class="step">
  8. <img src="/images/all/step03.png" alt=""/>
  9. <div class="step-item"><span class="active">账号验证</span><span class="active">密码设置</span><span class="active">设置完成</span></div>
  10. </div>
  11. </div>
  12. <div class="content-bottom">
  13. <p class="passed"><img src="/images/all/pass.png" alt=""/>重置成功</p>
  14. <span class="close-tip">请妥善保管好自己的密码,保障自身的利益!</span>
  15. <div class="close-btn" @click="goCloudCenter">关闭</div>
  16. </div>
  17. </div>
  18. </div>
  19. </div>
  20. </template>
  21. <script>
  22. export default {
  23. name: 'validation',
  24. methods: {
  25. // 跳转个人中心
  26. goCloudCenter () {
  27. window.location.href = '/'
  28. }
  29. }
  30. }
  31. </script>
  32. <style lang="scss" scoped>
  33. .validation {
  34. margin: 0 auto;
  35. width: 100%;
  36. background: #eee;
  37. .container{
  38. padding-top: 50px;
  39. margin: 0 auto;
  40. width: 980px;
  41. text-align: center;
  42. .content{
  43. padding: 0 50px;
  44. margin: 50px auto 0;
  45. width: 100%;
  46. /*height: 540px;*/
  47. text-align: center;
  48. background: #fff;
  49. .content-top{
  50. height: 80px;
  51. line-height: 80px;
  52. h3{
  53. margin-bottom: 0;
  54. font-size: 24px;
  55. color: #000;
  56. border-bottom: 1px solid #dcdcdc;
  57. }
  58. .step{
  59. position: relative;
  60. margin-top: 10px;
  61. img{
  62. width: 315px;
  63. height: 46px;
  64. }
  65. .step-item{
  66. position: absolute;
  67. top: 45px;
  68. left: 265px;
  69. span{
  70. margin-right: 85px;
  71. font-size: 14px;
  72. color: #b4b4b4;
  73. }
  74. span.active {
  75. color: #0076ad;
  76. }
  77. }
  78. }
  79. }
  80. form {
  81. margin-top: 150px;
  82. padding-bottom: 44px;
  83. input{
  84. padding: 0 0 0 18px;
  85. width: 360px;
  86. height: 44px;
  87. line-height: 44px;
  88. font-size: 14px;
  89. color: #000;
  90. border-radius: 0;
  91. }
  92. input.answer {
  93. background: url("/images/all/more.png") no-repeat 325px center;
  94. cursor: pointer;
  95. }
  96. .pwd {
  97. margin: 6px 0 -15px 0;
  98. text-align: left;
  99. font-size: 13px;
  100. em{
  101. display: inline-block;
  102. margin: 0 8px 2px 0;
  103. width: 24px;
  104. height: 6px;
  105. &:first-child{
  106. margin-left: 10px;
  107. }
  108. }
  109. span{
  110. margin-left: 10px;
  111. font-size: 13px;
  112. }
  113. }
  114. .pwd.sm{
  115. color: #8c8c8c;
  116. em {
  117. background: #bfbfbf;
  118. &:first-child{
  119. background: #ff4e00;
  120. }
  121. }
  122. span{
  123. color: #ff4e00;
  124. }
  125. }
  126. .pwd.md{
  127. color: #8c8c8c;
  128. em {
  129. background: #22ac38;
  130. &:nth-child(3){
  131. background: #bfbfbf;
  132. }
  133. }
  134. span{
  135. color: #22ac38;
  136. }
  137. }
  138. .pwd.lar{
  139. color: #8c8c8c;
  140. em {
  141. background: #00a0e9;
  142. }
  143. span{
  144. color: #00a0e9;
  145. }
  146. }
  147. .pwd.low{
  148. color: #8c8c8c;
  149. em{
  150. background: #bfbfbf;
  151. }
  152. }
  153. span.tip{
  154. position: absolute;
  155. top: 0;
  156. right: -238px;
  157. font-size: 13px;
  158. color: #8c8c8c;
  159. a{
  160. font-size: 13px;
  161. color: #0076ad;
  162. }
  163. }
  164. span.tip.codeError-tip{
  165. position: absolute;
  166. top: 3px;
  167. left: 378px;
  168. width: 200px;
  169. text-align: left;
  170. color: #ff4949;
  171. font-size: 12px;
  172. }
  173. i{
  174. position: absolute;
  175. top: 13px;
  176. left: 20px;
  177. font-size: 20px;
  178. color: #a0a0a0;
  179. }
  180. .btn {
  181. margin: 34px 0 16px 0;
  182. width: 360px;
  183. height: 44px;
  184. line-height: 44px;
  185. font-size: 16px;
  186. color: #fff;
  187. background: #0076AD;
  188. border-radius: 3px;
  189. }
  190. }
  191. .content-bottom{
  192. margin: 155px auto 0;
  193. padding-bottom: 50px;
  194. width: 360px;
  195. div.warp{
  196. padding-bottom: 65px;
  197. }
  198. p{
  199. font-size: 24px;
  200. color: #323232;
  201. img{
  202. margin-right: 20px;
  203. width: 30px;
  204. height: 28px;
  205. }
  206. }
  207. p.pass{
  208. font-size: 24px;
  209. color: #e77405;
  210. img{
  211. height: 30px;
  212. }
  213. }
  214. p.passed {
  215. color: #2ab300;
  216. img{
  217. height: 30px;
  218. }
  219. }
  220. span{
  221. display: inline-block;
  222. font-size: 14px;
  223. color: #8b8b8b;
  224. }
  225. span.close-tip{
  226. margin: 15px 0 140px 0;
  227. }
  228. .close-btn{
  229. margin: 0 auto;
  230. width: 200px;
  231. height: 36px;
  232. line-height: 36px;
  233. font-size: 14px;
  234. text-align: center;
  235. color: #323232;
  236. border: 1px solid #d2d2d2;
  237. border-radius: 3px;
  238. cursor: pointer ;
  239. }
  240. span.use{
  241. display: inline-block;
  242. margin-bottom: 30px;
  243. width: 360px;
  244. font-size: 14px;
  245. color: #000;
  246. text-align: left;
  247. em{
  248. font-size: 14px;
  249. font-style: normal;
  250. color: #000;
  251. }
  252. }
  253. .form-group {
  254. margin: 0 auto 16px;
  255. position: relative;
  256. width: 360px;
  257. height: 44px;
  258. line-height: 44px;
  259. input{
  260. padding: 0 0 0 18px;
  261. width: 360px;
  262. height: 44px;
  263. line-height: 44px;
  264. font-size: 14px;
  265. color: #000;
  266. border-radius: 0;
  267. }
  268. input.msg{
  269. float: left;
  270. width: 210px;
  271. padding: 0 0 0 18px;
  272. height: 44px;
  273. line-height: 44px;
  274. font-size: 14px;
  275. color: #000;
  276. border-radius: 0;
  277. }
  278. span.msg{
  279. float: right;
  280. margin: 0;
  281. width: 130px;
  282. height: 44px;
  283. line-height: 44px;
  284. text-align: center ;
  285. font-size: 14px;
  286. color: #5a5a5a;
  287. background: #f4f4f4;
  288. border: 1px solid #dcdcdc;
  289. cursor: pointer;
  290. }
  291. span.msg.send{
  292. background: #d2d2d2;
  293. color: #fff;
  294. }
  295. }
  296. .btn {
  297. margin: 34px 0 10px 0;
  298. width: 360px;
  299. height: 44px;
  300. line-height: 44px;
  301. font-size: 16px;
  302. color: #fff;
  303. background: #0076AD;
  304. border-radius: 3px;
  305. }
  306. }
  307. .choose{
  308. margin: 155px auto 0;
  309. padding-bottom: 44px;
  310. div{
  311. padding: 0 15px;
  312. margin: 0 auto 16px;
  313. width: 360px;
  314. height: 60px;
  315. line-height: 60px;
  316. text-align: left;
  317. overflow: hidden;
  318. border: 1px solid #d2d2d2;
  319. cursor: pointer;
  320. &:hover,&.active{
  321. border-color: #0076ad;
  322. span{
  323. color: #0076ad;
  324. }
  325. i.second {
  326. color: #0076ad;
  327. }
  328. }
  329. img.first{
  330. float: left;
  331. margin: 24px 20px 0 0;
  332. font-size: 20px;
  333. color: #323232;
  334. }
  335. img.first.mob{
  336. margin: 22px 20px 0 5px;
  337. font-size: 28px;
  338. }
  339. i.second {
  340. float: right;
  341. margin: 20px 0 0 5px;
  342. font-size: 20px;
  343. color: #323232;
  344. }
  345. span{
  346. float: left;
  347. font-size: 14px;
  348. color: #323232;
  349. }
  350. }
  351. }
  352. a.return{
  353. position: absolute;
  354. left: 0;
  355. top: -15px;
  356. img{
  357. width: 34px !important;
  358. height: 34px !important;
  359. }
  360. }
  361. }
  362. }
  363. }
  364. </style>