find-password.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. @charset "utf-8";
  2. /* CSS Document */
  3. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select{margin: 0;padding: 0;border: 0;}
  4. table{ border-collapse:collapse;}
  5. body{font-size:12px;color:#333; font-family:"Microsoft Yahei"; overflow-x:hidden; background:#f7f7f7;}
  6. img,a{border:0; text-decoration:none;}
  7. ol, ul {list-style: none; }
  8. a{color:#333;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;transition: all .3s ease-out;}
  9. a:hover{color:#005b9e;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;transition: all .3s ease-out;}
  10. img{ max-width:100%; height:auto;}
  11. .web-width{width:1200px;margin:0 auto;}
  12. .fl{float:left;}
  13. .fr{float:right;}
  14. /*忘记密码 必要样式*/
  15. .clears{ clear:both;}
  16. .for-liucheng{width:640px;margin:30px auto; height:50px;padding:20px 0 0 0; position:relative;}
  17. .liulist{float:left;width:25%; height:7px; background:#ccc;}
  18. .liutextbox{ position:absolute;width:100%;left:0;top:10px;}
  19. .liutextbox .liutext{float:left;width:25%; text-align:center;}
  20. .liutextbox .liutext em{ display:inline-block;width:24px; height:24px;-moz-border-radius: 24px; -webkit-border-radius: 24px;border-radius:24px; background:#ccc; text-align:center; font-size:14px; line-height:24px; font-style:normal; font-weight:bold;color:#fff;}
  21. .liutextbox .liutext strong{ display:inline-block;height:26px; line-height:26px; font-weight:400;}
  22. .liulist.for-cur{ background:#77b852;}
  23. .liutextbox .for-cur em{ background:#77b852;}
  24. .liutextbox .for-cur strong{color:#77b852;}
  25. .forget-pwd{width:500px;margin:20px auto;min-height:400px;}
  26. .forget-pwd input,.forget-pwd select,.forget-pwd button{border:0;margin:0;padding:0; background:none;}
  27. .forget-pwd dl{margin-bottom:20px;height: 30px}
  28. .forget-pwd dt{float:left;padding-right:10px;width:100px; height:30px; line-height:30px; text-align:right; font-size:14px;}
  29. .forget-pwd dd{float:left;width:380px; height:30px; position:relative;}
  30. .forget-pwd dd input{width:190px; height:28px;border:#ccc 1px solid;}
  31. .forget-pwd dd select{width:190px; height:30px;border:#ccc 1px solid;}
  32. .forget-pwd dd button{width:120px; height:30px; line-height:30px;border:#ddd 1px solid; background:#f1f1f1; text-align:center; cursor:pointer; font-size:14px;color:#666;}
  33. .forget-pwd .yanzma{ position:absolute;left:200px;top:2px; height:30px; line-height:30px;width:180px;}
  34. .subtijiao{padding:0 0 0 130px;display: table-cell;}
  35. .subtijiao input{width:85px; height:32px; background:#1AB394;color:#fff; font-size:14px; }
  36. .successs{ text-align:center;padding: 20px 0 60px 0;}
  37. .successs h3{padding:20px; font-size:25px;color:#A0CD4E;}