Commit 6b17fecb0c9bfabb64e05864ddf0bdd17c9d7d2d

Authored by 王强
1 parent 52372f25

优选库 - “优选”页面改版,最新上架改成分类+上拉加载列表,UI调整~

src/components/goodsItem_7/goodsItem_7.less
1 @charset "UTF-8"; 1 @charset "UTF-8";
2 2
3 .goods-item-7-box { 3 .goods-item-7-box {
4 - background-color: #ffffff; 4 + background-color: transparent;
5 width: 100%; 5 width: 100%;
6 height: auto; 6 height: auto;
7 .item { 7 .item {
  8 + background-color: #ffffff;
8 width: 100%; 9 width: 100%;
9 height: auto; 10 height: auto;
10 border-radius: 16px; 11 border-radius: 16px;
src/components/horizList/horizList.less
@@ -56,7 +56,7 @@ @@ -56,7 +56,7 @@
56 .h-box { 56 .h-box {
57 height: 354px; 57 height: 354px;
58 .scroll-box { 58 .scroll-box {
59 - padding-bottom: 26px; 59 + padding-bottom: 32px;
60 > .box { 60 > .box {
61 display: block; 61 display: block;
62 white-space: nowrap; 62 white-space: nowrap;
src/components/titleSubTitleCom/titleSubTitleCom.less
@@ -5,10 +5,10 @@ @@ -5,10 +5,10 @@
5 justify-content: center; 5 justify-content: center;
6 align-items: center; 6 align-items: center;
7 margin: 0 5px; 7 margin: 0 5px;
8 - width: 182px; 8 + width: 206px;
9 height: auto; 9 height: auto;
10 .title-box { 10 .title-box {
11 - width: 181px; 11 + width: 205px;
12 height: 100%; 12 height: 100%;
13 text-align: center; 13 text-align: center;
14 .title { 14 .title {