Merge branch 'feature/searchOptimi' into release/5.5
Showing
2 changed files
with
1 additions
and
10 deletions
@@ -222,14 +222,6 @@ | @@ -222,14 +222,6 @@ | ||
222 | } | 222 | } |
223 | } | 223 | } |
224 | 224 | ||
225 | -.goods-container { | ||
226 | - position: relative; | ||
227 | - padding-top: 8px; | ||
228 | - padding-left: 15px; | ||
229 | - min-height: 880px; | ||
230 | - background-color: #fff; | ||
231 | -} | ||
232 | - | ||
233 | .width750 { | 225 | .width750 { |
234 | .good-info { | 226 | .good-info { |
235 | margin: 12px 18px 47px; | 227 | margin: 12px 18px 47px; |
@@ -296,7 +296,7 @@ | @@ -296,7 +296,7 @@ | ||
296 | 296 | ||
297 | .goods-container { | 297 | .goods-container { |
298 | position: relative; | 298 | position: relative; |
299 | - min-height: auto; | 299 | + min-height: auto !important; |
300 | padding-left: 0.375rem; | 300 | padding-left: 0.375rem; |
301 | padding-top: 0.2rem; | 301 | padding-top: 0.2rem; |
302 | } | 302 | } |
@@ -366,7 +366,6 @@ | @@ -366,7 +366,6 @@ | ||
366 | 366 | ||
367 | /* 搜索页-新版搜索无结果样式 */ | 367 | /* 搜索页-新版搜索无结果样式 */ |
368 | .no-result-new { | 368 | .no-result-new { |
369 | - height: 280px; | ||
370 | text-align: center; | 369 | text-align: center; |
371 | padding-top: 90px; | 370 | padding-top: 90px; |
372 | padding-bottom: 110px; | 371 | padding-bottom: 110px; |
-
Please register or login to post a comment