Authored by 陈峰

Merge branch 'gray' of http://git.yoho.cn/fe/yohoblk-wap into gray

@@ -24,7 +24,7 @@ @@ -24,7 +24,7 @@
24 </li> 24 </li>
25 </ul> 25 </ul>
26 </div> 26 </div>
27 - <div class="service"> 27 + <div class="service" :class="{'bottom-border': !isApp}">
28 <ul> 28 <ul>
29 <li><i class="icon icon-real"></i>100%品牌正品</li> 29 <li><i class="icon icon-real"></i>100%品牌正品</li>
30 <li class="return" v-if="intro.supportRefundExchange === 'N'"> 30 <li class="return" v-if="intro.supportRefundExchange === 'N'">
@@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
33 <li><i class="icon icon-onlineservice"></i>便捷在线客服</li> 33 <li><i class="icon icon-onlineservice"></i>便捷在线客服</li>
34 </ul> 34 </ul>
35 </div> 35 </div>
36 - <add-to-cart class="add-cart" :value="entity" @add-cart="addCart"></add-to-cart> 36 + <add-to-cart v-if="isApp" class="add-cart" :value="entity" @add-cart="addCart"></add-to-cart>
37 </show-box> 37 </show-box>
38 <show-box :is-last="preferList.length <= 0" :zero-top-margin="true" class="info"> 38 <show-box :is-last="preferList.length <= 0" :zero-top-margin="true" class="info">
39 <div v-if="intro.productDescBo"> 39 <div v-if="intro.productDescBo">
@@ -253,7 +253,7 @@ @@ -253,7 +253,7 @@
253 <shopping-bag :cart-count="cartCount"></shopping-bag> 253 <shopping-bag :cart-count="cartCount"></shopping-bag>
254 </div> 254 </div>
255 255
256 - <div v-if="!isApp"> 256 + <div v-if="false">
257 <share-bottom></share-bottom> 257 <share-bottom></share-bottom>
258 </div> 258 </div>
259 </div> 259 </div>
@@ -551,6 +551,10 @@ @@ -551,6 +551,10 @@
551 .service { 551 .service {
552 border-top: 1px solid #eee; 552 border-top: 1px solid #eee;
553 553
  554 + &.bottom-border {
  555 + border-bottom: 1px solid #eee;
  556 + }
  557 +
554 ul { 558 ul {
555 font-size: 0; 559 font-size: 0;
556 height: 108px; 560 height: 108px;
@@ -193,6 +193,11 @@ @@ -193,6 +193,11 @@
193 </script> 193 </script>
194 <style> 194 <style>
195 @import "../../../scss/common/_header.css"; 195 @import "../../../scss/common/_header.css";
  196 + html,
  197 + body {
  198 + height: 100%;
  199 + background-color: #fff;
  200 + }
196 .list-header { 201 .list-header {
197 background-color: white; 202 background-color: white;
198 } 203 }
@@ -173,6 +173,11 @@ @@ -173,6 +173,11 @@
173 173
174 </script> 174 </script>
175 <style> 175 <style>
  176 + html,
  177 + body {
  178 + height: 100%;
  179 + background-color: #fff;
  180 + }
176 .list-items { 181 .list-items {
177 background-color: #fff; 182 background-color: #fff;
178 padding-top: 105px; 183 padding-top: 105px;
@@ -171,6 +171,11 @@ @@ -171,6 +171,11 @@
171 }; 171 };
172 </script> 172 </script>
173 <style> 173 <style>
  174 + html,
  175 + body {
  176 + height: 100%;
  177 + background-color: #fff;
  178 + }
174 .top-filter { 179 .top-filter {
175 border-top: none!important; 180 border-top: none!important;
176 } 181 }
@@ -9,6 +9,12 @@ @@ -9,6 +9,12 @@
9 </div> 9 </div>
10 </template> 10 </template>
11 <style> 11 <style>
  12 + html,
  13 + body {
  14 + height: 100%;
  15 + background-color: #fff;
  16 + }
  17 +
12 .shop-box.no-header { 18 .shop-box.no-header {
13 .top-filter { 19 .top-filter {
14 top: 0; 20 top: 0;