Authored by xuqi

stylesheet amend

... ... @@ -22,4 +22,10 @@ html, body {
.clearfix {
*zoom: 1;
}
button, input, select, textarea {
font-family: inherit;
font-size: 100%;
margin: 0;
}
\ No newline at end of file
... ...
... ... @@ -78,13 +78,13 @@ body.passport-body {
height: 20px;
right: 15px;
top: 16px;
background-image: url('http://static.dev.yohobuy.com/passport/arrow-right.png');
background-image: url('http://static.dev.yohobuy.com/img/passport/arrow-right.png');
background-size: 100% 100%;
}
}
.has-eye, .has-clear {
padding-left: 30px;
padding-right: 30px;
}
.country-code {
... ... @@ -133,7 +133,7 @@ body.passport-body {
right: 10px;
width: 16px;
height: 16px;
background-image: url('http://static.dev.yohobuy.com/passport/clear-input.png');
background-image: url('http://static.dev.yohobuy.com/img/passport/clear-input.png');
background-size: 100% 100%;
}
... ... @@ -143,11 +143,11 @@ body.passport-body {
right: 10px;
width: 19px;
height: 12px;
background-image: url('http://static.dev.yohobuy.com/passport/eye.png');
background-image: url('http://static.dev.yohobuy.com/img/passport/eye.png');
background-size: 100% 100%;
&.close {
background-image: url('http://static.dev.yohobuy.com/passport/eye-close.png');
background-image: url('http://static.dev.yohobuy.com/img/passport/eye-close.png');
}
}
... ...
{{> layout/header}}
<div class="back-email-page passport-page yoho-page">
{{> passport/header}}
<div class="content">
<div class="input-container row has-clear">
<input id="email" class="input email" type="text" placeholder="请输入邮箱" autocomplete="off">
</div>
<span id="btn-sure" class="btn btn-sure disble row">确定</span>
<span id="btn-sure" class="btn btn-sure disable row">确定</span>
</div>
</div>
\ No newline at end of file
</div>
{{> layout/footer}}
\ No newline at end of file
... ...