Commit 71993ac4ff36de97f852c0a7a46c44a2f884d682

Authored by 王强
2 parents 5aa3a6a3 0c5aa996
src/components/imgListBox/imgListBox.less
@@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
12 width: 100%; 12 width: 100%;
13 height: 100%; 13 height: 100%;
14 &:first-child { 14 &:first-child {
15 - padding-top: 50px; 15 + padding-top: 30px;
16 } 16 }
17 .img { 17 .img {
18 display: block; 18 display: block;
src/components/tabBox/tabBox.less
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 .van-tabs--line .van-tabs__wrap{ 8 .van-tabs--line .van-tabs__wrap{
9 height: 60px; 9 height: 60px;
10 line-height: 30px; 10 line-height: 30px;
11 - padding: 30px 0; 11 + padding: 30px 0 0 0;
12 } 12 }
13 // tab标题颜色和字号 13 // tab标题颜色和字号
14 .van-tab{ 14 .van-tab{
@@ -49,11 +49,11 @@ @@ -49,11 +49,11 @@
49 width: 100%; 49 width: 100%;
50 height: 100%; 50 height: 100%;
51 background-color: #F9F9F9; 51 background-color: #F9F9F9;
52 - //.column-commodity-excessive {  
53 - // background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);  
54 - // width: 750px;  
55 - // height: 30px;  
56 - //} 52 + .column-commodity-excessive {
  53 + background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
  54 + width: 750px;
  55 + height: 30px;
  56 + }
57 } 57 }
58 } 58 }
59 } 59 }
src/components/tabBox/tabBox.vue
@@ -43,6 +43,8 @@ @@ -43,6 +43,8 @@
43 <!-- 商品推荐 --> 43 <!-- 商品推荐 -->
44 <div :style="{backgroundColor:tabbar[2].color || tabbarBackgroud}" class="skeleton commodity" ref="commodity"> 44 <div :style="{backgroundColor:tabbar[2].color || tabbarBackgroud}" class="skeleton commodity" ref="commodity">
45 <!--infinite-scroll-immediate-check="true"可避免上拉多次调用接口问题--> 45 <!--infinite-scroll-immediate-check="true"可避免上拉多次调用接口问题-->
  46 + <!-- 渐变过度 -->
  47 + <div class="column-commodity-excessive"></div>
46 <div class="column-commodity-list" infinite-scroll-immediate-check="true" v-infinite-scroll="loadCommodity" infinite-scroll-disabled="paging.commodity.loading" :infinite-scroll-distance="paging.distance"> 48 <div class="column-commodity-list" infinite-scroll-immediate-check="true" v-infinite-scroll="loadCommodity" infinite-scroll-disabled="paging.commodity.loading" :infinite-scroll-distance="paging.distance">
47 <column-commodity-list-box 49 <column-commodity-list-box
48 v-if="item.style === '15'" 50 v-if="item.style === '15'"