Commit 28ee384411c955468bd4c5d4a4514af0ee07a65b

Authored by 王强
1 parent e10075b4

优选库——新版优选首页,猜你喜欢列表下边空白距离调整优化~

src/components/columnListBox/columnListBox.less
... ... @@ -21,7 +21,7 @@
21 21 .left-box {
22 22 .item-box {
23 23 &:last-child {
24   - margin-bottom: 0;
  24 + // margin-bottom: 0;
25 25 }
26 26 }
27 27 }
... ...
src/pages/optimization2/optimization2.less
... ... @@ -25,7 +25,7 @@
25 25 }
26 26 }
27 27 .main-box {
28   - padding: 40px 0;
  28 + padding: 40px 0 0 0;
29 29 .section {
30 30 background-color: #ffffff;
31 31 margin: 0 auto 40px auto;
... ... @@ -78,6 +78,7 @@
78 78 }
79 79 &.goods-list {
80 80 background-color: transparent;
  81 + margin: 0 auto;
81 82 .title-box {
82 83 & + .column-list-box {
83 84 margin-top: 30px;
... ...