Authored by xuqi

show login

@@ -10,7 +10,7 @@ var $account = $('#account'), @@ -10,7 +10,7 @@ var $account = $('#account'),
10 $loginBtn = $('#btn-login'), 10 $loginBtn = $('#btn-login'),
11 11
12 $mask = $('#retrive-pwd-mask'), 12 $mask = $('#retrive-pwd-mask'),
13 - $ways = $('#retrive-ways'), 13 + $ways = $('#retrive-pwd-ways'),
14 14
15 accPass = false, 15 accPass = false,
16 pwdPass = false; 16 pwdPass = false;
@@ -8,6 +8,8 @@ $pxConvertRem: 40; @@ -8,6 +8,8 @@ $pxConvertRem: 40;
8 html, body { 8 html, body {
9 font-family: helvetica,Arial,"黑体"; 9 font-family: helvetica,Arial,"黑体";
10 width: 100%; 10 width: 100%;
  11 + font-size: 12px;
  12 + line-height: 1.4;
11 } 13 }
12 14
13 .clearfix:before, 15 .clearfix:before,
@@ -37,4 +39,10 @@ img { @@ -37,4 +39,10 @@ img {
37 margin: 0 auto; 39 margin: 0 auto;
38 } 40 }
39 41
  42 +a {
  43 + text-decoration: none;
  44 + outline: none;
  45 + color: #000;
  46 +}
  47 +
40 @import "passport/index"; 48 @import "passport/index";
1 .login-page { 1 .login-page {
2 - .yoho-log { 2 + .yoho-logo {
3 position: absolute; 3 position: absolute;
4 height: 31px; 4 height: 31px;
5 width: 26px; 5 width: 26px;
@@ -9,6 +9,10 @@ @@ -9,6 +9,10 @@
9 left: 15px; 9 left: 15px;
10 } 10 }
11 11
  12 + .acc-container {
  13 + padding-left: 45px;
  14 + }
  15 +
12 .op-container { 16 .op-container {
13 position: relative; 17 position: relative;
14 width: 100%; 18 width: 100%;
@@ -88,7 +92,7 @@ @@ -88,7 +92,7 @@
88 color: #d8d8d8; 92 color: #d8d8d8;
89 margin: 15px 0; 93 margin: 15px 0;
90 94
91 - .info { 95 + .info-icon {
92 display: inline-block; 96 display: inline-block;
93 height: 12px; 97 height: 12px;
94 width: 12px; 98 width: 12px;
  1 +{{> layout/header}}
1 <div class="login-page passport-page yoho-page"> 2 <div class="login-page passport-page yoho-page">
2 {{> passport/header}} 3 {{> passport/header}}
3 <div class="content"> 4 <div class="content">
@@ -40,3 +41,4 @@ @@ -40,3 +41,4 @@
40 </ul> 41 </ul>
41 </div> 42 </div>
42 </div> 43 </div>
  44 +{{> layout/footer}}
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 </a> 5 </a>
6 {{/if}} 6 {{/if}}
7 {{#if showHeaderImg}} 7 {{#if showHeaderImg}}
8 - <img src="img-header" src="http://static.dev.yohobuy.com/img/passport/yoho-family.png"> 8 + <img class="img-header" src="http://static.dev.yohobuy.com/img/passport/yoho-family.png">
9 {{/if}} 9 {{/if}}
10 {{#if showHeaderText}} 10 {{#if showHeaderText}}
11 <p class="title">{{../headerText}}</p> 11 <p class="title">{{../headerText}}</p>