Authored by uedxwg

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

@@ -55,7 +55,7 @@ @@ -55,7 +55,7 @@
55 position: absolute; 55 position: absolute;
56 right: 0.75rem; 56 right: 0.75rem;
57 bottom: 0.25rem; 57 bottom: 0.25rem;
58 - color: #ccc; 58 + color: #999;
59 } 59 }
60 } 60 }
61 61
@@ -181,7 +181,11 @@ @@ -181,7 +181,11 @@
181 top: 50%; 181 top: 50%;
182 margin-top: -0.75rem; 182 margin-top: -0.75rem;
183 right: 0; 183 right: 0;
184 - color: #666; 184 + color: #999;
  185 +
  186 + padding-right: 0.75rem;
  187 + text-align: right;
  188 +
185 } 189 }
186 } 190 }
187 } 191 }
@@ -343,5 +347,10 @@ @@ -343,5 +347,10 @@
343 height: 2rem; 347 height: 2rem;
344 background: image_url('loading.gif') center center no-repeat; 348 background: image_url('loading.gif') center center no-repeat;
345 @include background-size(auto 40%); 349 @include background-size(auto 40%);
  350 +
  351 + position: absolute;
  352 + top: 50%;
  353 + left: 0;
  354 + margin-top: -1rem;
346 } 355 }
347 } 356 }
1 $vip: sprite-map("me/vip/*.png", $spacing: 10px); 1 $vip: sprite-map("me/vip/*.png", $spacing: 10px);
2 $fav: sprite-map("me/fav/*.png", $spacing: 5px); 2 $fav: sprite-map("me/fav/*.png", $spacing: 5px);
3 3
4 -@import "home", "vip-grade", "order", "order-detail", "coupons", "personal-details", "yoho-coin", "fav", "suggest", "address", "online-service", "my-guang", "ihelp", "browse-record", "pay"; 4 +@import "home", "vip-grade", "order", "order-detail", "coupons", "personal-details", "yoho-coin", "fav", "suggest", "address", "online-service", "my-guang", "ihelp", "browse-record", "logistic", "pay";
5 5
@@ -181,8 +181,8 @@ $basicBtnC:#eb0313; @@ -181,8 +181,8 @@ $basicBtnC:#eb0313;
181 min-height: pxToRem(83px); 181 min-height: pxToRem(83px);
182 font-size: pxToRem(28px); 182 font-size: pxToRem(28px);
183 color: #fff; 183 color: #fff;
184 - padding-left: pxToRem(25px);  
185 - padding-right: pxToRem(25px); 184 + padding-left: pxToRem(28px);
  185 + padding-right: pxToRem(28px);
186 line-height: pxToRem(36px); 186 line-height: pxToRem(36px);
187 background-color: #515150; 187 background-color: #515150;
188 } 188 }
@@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
22 {{/comments}} 22 {{/comments}}
23 23
24 {{#if loadmore}} 24 {{#if loadmore}}
25 - <input id="loadMoreUrl" type="hidden" value={{loadMoreUrl}}> 25 + <input id="loadMoreUrl" type="hidden" value="{{loadMoreUrl}}">
26 {{/if}} 26 {{/if}}
27 </div> 27 </div>
28 28
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
28 {{/ consults}} 28 {{/ consults}}
29 29
30 {{#if loadmore}} 30 {{#if loadmore}}
31 - <input id="loadMoreUrl" type="hidden" value={{loadMoreUrl}}> 31 + <input id="loadMoreUrl" type="hidden" value="{{loadMoreUrl}}">
32 {{/if}} 32 {{/if}}
33 </div> 33 </div>
34 {{> layout/footer}} 34 {{> layout/footer}}
@@ -131,10 +131,10 @@ @@ -131,10 +131,10 @@
131 </div> 131 </div>
132 {{/cartInfo}} 132 {{/cartInfo}}
133 {{#if introUrl}} 133 {{#if introUrl}}
134 - <input id="introUrl" type="hidden" value='{{introUrl}}'> 134 + <input id="introUrl" type="hidden" value="{{introUrl}}">
135 {{/if}} 135 {{/if}}
136 {{#if id}} 136 {{#if id}}
137 - <input id="productId" type="hidden" value='{{id}}'> 137 + <input id="productId" type="hidden" value="{{id}}">
138 {{/if}} 138 {{/if}}
139 139
140 </div> 140 </div>
@@ -288,7 +288,9 @@ @@ -288,7 +288,9 @@
288 </script> 288 </script>
289 {{/if}} 289 {{/if}}
290 {{#if logisticInfoPage}} 290 {{#if logisticInfoPage}}
  291 +<script>
291 seajs.use('js/me/logistic'); 292 seajs.use('js/me/logistic');
  293 +</script>
292 {{/if}} 294 {{/if}}
293 {{#if payCenterPage}} 295 {{#if payCenterPage}}
294 <script> 296 <script>