Showing
1 changed file
with
3 additions
and
1 deletions
@@ -4,6 +4,7 @@ | @@ -4,6 +4,7 @@ | ||
4 | width: 1150px; | 4 | width: 1150px; |
5 | height: auto; | 5 | height: auto; |
6 | overflow: hidden; | 6 | overflow: hidden; |
7 | + padding-bottom: 50px; | ||
7 | } | 8 | } |
8 | 9 | ||
9 | .dot-icon { | 10 | .dot-icon { |
@@ -135,7 +136,7 @@ | @@ -135,7 +136,7 @@ | ||
135 | 136 | ||
136 | .menu-common { | 137 | .menu-common { |
137 | width: 992px; | 138 | width: 992px; |
138 | - margin: 45px auto; | 139 | + margin: 50px auto 80px; |
139 | height: auto; | 140 | height: auto; |
140 | overflow: hidden; | 141 | overflow: hidden; |
141 | 142 | ||
@@ -231,6 +232,7 @@ | @@ -231,6 +232,7 @@ | ||
231 | margin-left: 75px; | 232 | margin-left: 75px; |
232 | float: left; | 233 | float: left; |
233 | margin-top: 30px; | 234 | margin-top: 30px; |
235 | + font-size: 14px; | ||
234 | 236 | ||
235 | &:nth-child(3n+1) { | 237 | &:nth-child(3n+1) { |
236 | margin-left: 0; | 238 | margin-left: 0; |
-
Please register or login to post a comment