Authored by 陈峰

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

... ... @@ -24,7 +24,7 @@
</li>
</ul>
</div>
<div class="service">
<div class="service" :class="{'bottom-border': !isApp}">
<ul>
<li><i class="icon icon-real"></i>100%品牌正品</li>
<li class="return" v-if="intro.supportRefundExchange === 'N'">
... ... @@ -33,7 +33,7 @@
<li><i class="icon icon-onlineservice"></i>便捷在线客服</li>
</ul>
</div>
<add-to-cart class="add-cart" :value="entity" @add-cart="addCart"></add-to-cart>
<add-to-cart v-if="isApp" class="add-cart" :value="entity" @add-cart="addCart"></add-to-cart>
</show-box>
<show-box :is-last="preferList.length <= 0" :zero-top-margin="true" class="info">
<div v-if="intro.productDescBo">
... ... @@ -253,7 +253,7 @@
<shopping-bag :cart-count="cartCount"></shopping-bag>
</div>
<div v-if="!isApp">
<div v-if="false">
<share-bottom></share-bottom>
</div>
</div>
... ... @@ -551,6 +551,10 @@
.service {
border-top: 1px solid #eee;
&.bottom-border {
border-bottom: 1px solid #eee;
}
ul {
font-size: 0;
height: 108px;
... ...
... ... @@ -193,6 +193,11 @@
</script>
<style>
@import "../../../scss/common/_header.css";
html,
body {
height: 100%;
background-color: #fff;
}
.list-header {
background-color: white;
}
... ...
... ... @@ -173,6 +173,11 @@
</script>
<style>
html,
body {
height: 100%;
background-color: #fff;
}
.list-items {
background-color: #fff;
padding-top: 105px;
... ...
... ... @@ -171,6 +171,11 @@
};
</script>
<style>
html,
body {
height: 100%;
background-color: #fff;
}
.top-filter {
border-top: none!important;
}
... ...
... ... @@ -9,6 +9,12 @@
</div>
</template>
<style>
html,
body {
height: 100%;
background-color: #fff;
}
.shop-box.no-header {
.top-filter {
top: 0;
... ...