Authored by xuqi

perfect back page

  1 +.reg-code-page, .back-code-page {
  2 + .captcha-tip {
  3 + position: absolute;
  4 + width: 148px;
  5 + text-align: center;
  6 + right: 15px;
  7 + top: 8px;
  8 + color: #36a74c;
  9 + padding: 5px 0;
  10 + border: 1px solid #36a74c;
  11 + border-radius: 20px;
  12 + font-size: 16px;
  13 +
  14 + &.disable {
  15 + color: #8f8f8f;
  16 + border-color: #8f8f8f;
  17 +
  18 + }
  19 + }
  20 +
  21 + .input-container {
  22 + padding-right: 190px;
  23 + }
  24 +
  25 + .text-container {
  26 + color: #fff;
  27 + font-size: 16px;
  28 + margin-bottom: 20px;
  29 + }
  30 +
  31 + .phone {
  32 + color: #4ecae8;
  33 + }
  34 +
  35 + .clear {
  36 + right: 170px;
  37 + }
  38 +}
1 -@import "common", "register", "login", "back";  
  1 +@import "common", "register", "login", "back", "code";
@@ -2,42 +2,3 @@ @@ -2,42 +2,3 @@
2 color: #fff; 2 color: #fff;
3 font-size: 15px; 3 font-size: 15px;
4 } 4 }
5 -  
6 -.reg-code-page {  
7 - .captcha-tip {  
8 - position: absolute;  
9 - width: 148px;  
10 - text-align: center;  
11 - right: 15px;  
12 - top: 8px;  
13 - color: #36a74c;  
14 - padding: 5px 0;  
15 - border: 1px solid #36a74c;  
16 - border-radius: 20px;  
17 - font-size: 16px;  
18 -  
19 - &.disable {  
20 - color: #8f8f8f;  
21 - border-color: #8f8f8f;  
22 -  
23 - }  
24 - }  
25 -  
26 - .input-container {  
27 - padding-right: 190px;  
28 - }  
29 -  
30 - .text-container {  
31 - color: #fff;  
32 - font-size: 16px;  
33 - margin-bottom: 20px;  
34 - }  
35 -  
36 - .phone {  
37 - color: #4ecae8;  
38 - }  
39 -  
40 - .clear {  
41 - right: 170px;  
42 - }  
43 -}  
  1 +{{> layout/header}}
1 <div class="back-email-success-page passport-page yoho-page"> 2 <div class="back-email-success-page passport-page yoho-page">
2 {{> passport/header}} 3 {{> passport/header}}
3 <div class="content"> 4 <div class="content">
@@ -7,3 +8,4 @@ @@ -7,3 +8,4 @@
7 <a id="resend" class="resend" data-url={{resendUrl}}>重新发送邮件</a> 8 <a id="resend" class="resend" data-url={{resendUrl}}>重新发送邮件</a>
8 </div> 9 </div>
9 </div> 10 </div>
  11 +{{> layout/footer}}
  1 +{{> layout/header}}
1 <div class="back-code-page passport-page yoho-page"> 2 <div class="back-code-page passport-page yoho-page">
2 {{> passport/code}} 3 {{> passport/code}}
3 </div> 4 </div>
  5 +{{> layout/footer}}
  1 +{{> layout/header}}
1 <div class="back-mobile-page passport-page yoho-page"> 2 <div class="back-mobile-page passport-page yoho-page">
2 {{> passport/header}} 3 {{> passport/header}}
3 <div class="content"> 4 <div class="content">
@@ -6,6 +7,7 @@ @@ -6,6 +7,7 @@
6 <span id="country-code" class="country-code">{{countryCode}}</span> 7 <span id="country-code" class="country-code">{{countryCode}}</span>
7 <input id="phone-num" class="input phone-num" type="text" placeholder="手机号"> 8 <input id="phone-num" class="input phone-num" type="text" placeholder="手机号">
8 </div> 9 </div>
9 - <span id="btn-next" class="btn btn-next disble row">下一步</span> 10 + <span id="btn-next" class="btn btn-next disable row">下一步</span>
10 </div> 11 </div>
11 </div> 12 </div>
  13 +{{> layout/footer}}
  1 +{{> layout/header}}
1 <div class="back-new-password-page passport-page yoho-page"> 2 <div class="back-new-password-page passport-page yoho-page">
2 {{> passport/header}} 3 {{> passport/header}}
3 <div class="content"> 4 <div class="content">
4 <div class="input-container row has-eye"> 5 <div class="input-container row has-eye">
5 - <input id="pwd" class="input pwd" type="text" placeholder="请输入新密码" autocomplete="off" maxlength="20"> 6 + <input id="pwd" class="input pwd" type="password" placeholder="请输入新密码" autocomplete="off" maxlength="20">
6 </div> 7 </div>
7 <span id="btn-ok" class="btn btn-ok disable">完成</span> 8 <span id="btn-ok" class="btn btn-ok disable">完成</span>
8 </div> 9 </div>
9 </div> 10 </div>
  11 +{{> layout/footer}}