Commit bfb2b88028c60614615845be73116c173fc0ca02

Authored by 王强
1 parent 86e370b5

购好物,首页模块间距缩小处理~

src/pages/optimization2/optimization2.less
@@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
35 padding: 40px 0 0 0; 35 padding: 40px 0 0 0;
36 .section { 36 .section {
37 background-color: #ffffff; 37 background-color: #ffffff;
38 - margin: 0 auto 40px auto; 38 + margin: 0 auto 20px auto;
39 width: 710px; 39 width: 710px;
40 height: auto; 40 height: auto;
41 border-radius: 24px; 41 border-radius: 24px;
@@ -147,7 +147,7 @@ @@ -147,7 +147,7 @@
147 display: flex; 147 display: flex;
148 justify-content: space-between; 148 justify-content: space-between;
149 align-items: center; 149 align-items: center;
150 - margin: 0 auto 40px auto; 150 + margin: 0 auto 20px auto;
151 width: 710px; 151 width: 710px;
152 height: auto; 152 height: auto;
153 .section-2 { 153 .section-2 {