forgetpassword_s1.less 2.6 KB

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