Authored by xuqi

image path err

@@ -89,7 +89,7 @@ body.passport-body { @@ -89,7 +89,7 @@ body.passport-body {
89 height: 20px; 89 height: 20px;
90 right: 15px; 90 right: 15px;
91 top: 16px; 91 top: 16px;
92 - background-image: url('http://static.dev.yohobuy.com/img/passport/arrow-right.png'); 92 + background: image-url('passport/arrow-right.png') no-repeat;
93 background-size: 100% 100%; 93 background-size: 100% 100%;
94 } 94 }
95 } 95 }
@@ -144,7 +144,7 @@ body.passport-body { @@ -144,7 +144,7 @@ body.passport-body {
144 right: 10px; 144 right: 10px;
145 width: 16px; 145 width: 16px;
146 height: 16px; 146 height: 16px;
147 - background-image: url('http://static.dev.yohobuy.com/img/passport/clear-input.png'); 147 + background: image-url('passport/clear-input.png') no-repeat;
148 background-size: 100% 100%; 148 background-size: 100% 100%;
149 } 149 }
150 150
@@ -154,11 +154,11 @@ body.passport-body { @@ -154,11 +154,11 @@ body.passport-body {
154 right: 10px; 154 right: 10px;
155 width: 19px; 155 width: 19px;
156 height: 12px; 156 height: 12px;
157 - background-image: url('http://static.dev.yohobuy.com/img/passport/eye.png'); 157 + background: image-url('passport/eye.png') no-repeat;
158 background-size: 100% 100%; 158 background-size: 100% 100%;
159 159
160 &.close { 160 &.close {
161 - background-image: url('http://static.dev.yohobuy.com/img/passport/eye-close.png'); 161 + background-image: image-url('passport/eye-close.png');
162 } 162 }
163 } 163 }
164 164