Authored by xuqi

stylesheet amend

@@ -23,3 +23,9 @@ html, body { @@ -23,3 +23,9 @@ html, body {
23 .clearfix { 23 .clearfix {
24 *zoom: 1; 24 *zoom: 1;
25 } 25 }
  26 +
  27 +button, input, select, textarea {
  28 + font-family: inherit;
  29 + font-size: 100%;
  30 + margin: 0;
  31 +}
@@ -78,13 +78,13 @@ body.passport-body { @@ -78,13 +78,13 @@ body.passport-body {
78 height: 20px; 78 height: 20px;
79 right: 15px; 79 right: 15px;
80 top: 16px; 80 top: 16px;
81 - background-image: url('http://static.dev.yohobuy.com/passport/arrow-right.png'); 81 + background-image: url('http://static.dev.yohobuy.com/img/passport/arrow-right.png');
82 background-size: 100% 100%; 82 background-size: 100% 100%;
83 } 83 }
84 } 84 }
85 85
86 .has-eye, .has-clear { 86 .has-eye, .has-clear {
87 - padding-left: 30px; 87 + padding-right: 30px;
88 } 88 }
89 89
90 .country-code { 90 .country-code {
@@ -133,7 +133,7 @@ body.passport-body { @@ -133,7 +133,7 @@ body.passport-body {
133 right: 10px; 133 right: 10px;
134 width: 16px; 134 width: 16px;
135 height: 16px; 135 height: 16px;
136 - background-image: url('http://static.dev.yohobuy.com/passport/clear-input.png'); 136 + background-image: url('http://static.dev.yohobuy.com/img/passport/clear-input.png');
137 background-size: 100% 100%; 137 background-size: 100% 100%;
138 } 138 }
139 139
@@ -143,11 +143,11 @@ body.passport-body { @@ -143,11 +143,11 @@ body.passport-body {
143 right: 10px; 143 right: 10px;
144 width: 19px; 144 width: 19px;
145 height: 12px; 145 height: 12px;
146 - background-image: url('http://static.dev.yohobuy.com/passport/eye.png'); 146 + background-image: url('http://static.dev.yohobuy.com/img/passport/eye.png');
147 background-size: 100% 100%; 147 background-size: 100% 100%;
148 148
149 &.close { 149 &.close {
150 - background-image: url('http://static.dev.yohobuy.com/passport/eye-close.png'); 150 + background-image: url('http://static.dev.yohobuy.com/img/passport/eye-close.png');
151 } 151 }
152 } 152 }
153 153
  1 +{{> layout/header}}
1 <div class="back-email-page passport-page yoho-page"> 2 <div class="back-email-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-clear"> 5 <div class="input-container row has-clear">
5 <input id="email" class="input email" type="text" placeholder="请输入邮箱" autocomplete="off"> 6 <input id="email" class="input email" type="text" placeholder="请输入邮箱" autocomplete="off">
6 </div> 7 </div>
7 - <span id="btn-sure" class="btn btn-sure disble row">确定</span> 8 + <span id="btn-sure" class="btn btn-sure disable row">确定</span>
8 </div> 9 </div>
9 </div> 10 </div>
  11 +{{> layout/footer}}