Commit 6b17fecb0c9bfabb64e05864ddf0bdd17c9d7d2d

Authored by 王强
1 parent 52372f25

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

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