Authored by xuqi

show login

... ... @@ -10,7 +10,7 @@ var $account = $('#account'),
$loginBtn = $('#btn-login'),
$mask = $('#retrive-pwd-mask'),
$ways = $('#retrive-ways'),
$ways = $('#retrive-pwd-ways'),
accPass = false,
pwdPass = false;
... ...
... ... @@ -8,6 +8,8 @@ $pxConvertRem: 40;
html, body {
font-family: helvetica,Arial,"黑体";
width: 100%;
font-size: 12px;
line-height: 1.4;
}
.clearfix:before,
... ... @@ -37,4 +39,10 @@ img {
margin: 0 auto;
}
a {
text-decoration: none;
outline: none;
color: #000;
}
@import "passport/index";
\ No newline at end of file
... ...
.login-page {
.yoho-log {
.yoho-logo {
position: absolute;
height: 31px;
width: 26px;
... ... @@ -9,6 +9,10 @@
left: 15px;
}
.acc-container {
padding-left: 45px;
}
.op-container {
position: relative;
width: 100%;
... ... @@ -88,7 +92,7 @@
color: #d8d8d8;
margin: 15px 0;
.info {
.info-icon {
display: inline-block;
height: 12px;
width: 12px;
... ...
{{> layout/header}}
<div class="login-page passport-page yoho-page">
{{> passport/header}}
<div class="content">
... ... @@ -39,4 +40,5 @@
</li>
</ul>
</div>
</div>
\ No newline at end of file
</div>
{{> layout/footer}}
\ No newline at end of file
... ...
... ... @@ -5,7 +5,7 @@
</a>
{{/if}}
{{#if showHeaderImg}}
<img src="img-header" src="http://static.dev.yohobuy.com/img/passport/yoho-family.png">
<img class="img-header" src="http://static.dev.yohobuy.com/img/passport/yoho-family.png">
{{/if}}
{{#if showHeaderText}}
<p class="title">{{../headerText}}</p>
... ...