forgetpassword_s1.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /*// 主题色*/
  2. /*字体主色调*/
  3. /*线条主色调*/
  4. /*按钮主色调*/
  5. /*底纹色*/
  6. .fc999 {
  7. color: #999999;
  8. }
  9. .forgetpassword .list .tip {
  10. line-height: 42px;
  11. }
  12. .forgetpassword .btn.defaul {
  13. height: 42px;
  14. line-height: 42px;
  15. }
  16. .forgetpassword .input-wrap input.W-input {
  17. height: 30px;
  18. line-height: 30px;
  19. }
  20. .forgetpassword {
  21. min-height: 300px;
  22. background: #fff;
  23. width: 100%;
  24. margin: 30px 0;
  25. padding: 0;
  26. padding-top: 15px;
  27. padding-bottom: 150px;
  28. }
  29. .forgetpassword .title {
  30. width: 100%;
  31. border-bottom: 1px solid #e5e4e9;
  32. }
  33. .forgetpassword .titlewrap {
  34. width: 550px;
  35. margin: 0 auto;
  36. }
  37. .forgetpassword .step {
  38. width: 33.33%;
  39. float: left;
  40. height: 60px;
  41. line-height: 60px;
  42. text-align: center;
  43. font-size: 16px;
  44. }
  45. .forgetpassword .step i {
  46. margin-right: 8px;
  47. color: #c4c4c4;
  48. font-size: 18px;
  49. }
  50. .forgetpassword .step.active {
  51. color: #389ee1;
  52. font-weight: 600;
  53. border-bottom: 3px solid #389ee1;
  54. }
  55. .forgetpassword .step.active i {
  56. font-weight: normal;
  57. color: #389ee1;
  58. }
  59. .forgetpasswordbox {
  60. padding-top: 60px;
  61. width: 460px;
  62. margin: 0 auto;
  63. }
  64. .forgetpassword .list {
  65. position: relative;
  66. padding-bottom: 20px;
  67. padding-left: 80px;
  68. }
  69. .list label {
  70. position: absolute;
  71. top: 0;
  72. left: 0px;
  73. width: 80px;
  74. text-align: center;
  75. line-height: 42px;
  76. font-weight: normal;
  77. }
  78. .yzm .input-wrap,
  79. .sjyzm .input-wrap {
  80. width: 165px;
  81. }
  82. .yzm .input-wrap,
  83. .yzm .mycode,
  84. .yzm .mycodechange {
  85. float: left;
  86. }
  87. .yzm .mycode {
  88. width: 100px;
  89. background: #fef7ed;
  90. height: 42px;
  91. margin-left: 10px;
  92. }
  93. .yzm .mycodechange {
  94. width: 80px;
  95. margin-left: 10px;
  96. }
  97. .sjyzm .btn {
  98. position: absolute;
  99. right: 0;
  100. top: 0;
  101. width: 216px;
  102. height: 42px;
  103. line-height: 42px;
  104. border: 1px solid #e5e4e9;
  105. }
  106. .forgetpassword .setsuccess {
  107. padding-top: 20px;
  108. padding-bottom: 50px;
  109. text-align: center;
  110. font-size: 17px;
  111. font-weight: bold;
  112. }
  113. .forgetpassword .setsuccess i {
  114. margin-right: 8px;
  115. font-size: 33px;
  116. }
  117. .forgetpassword .title > span {
  118. padding-left: 10px;
  119. line-height: 16px;
  120. border-left: 2px solid #389ee1;
  121. color: #000;
  122. font-size: 21px;
  123. }
  124. .forgetpassword .title {
  125. padding: 20px;
  126. }
  127. .forgetpasswordbox .list h1 {
  128. font-size: 15px;
  129. line-height: 30px;
  130. font-weight: bold;
  131. }
  132. .forgetpasswordbox .list.spcl {
  133. padding-bottom: 10px;
  134. }
  135. .forgetpasswordbox .list.spcl em {
  136. line-height: 22px;
  137. }