Commit 28ee384411c955468bd4c5d4a4514af0ee07a65b

Authored by 王强
1 parent e10075b4

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

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