Merge branch 'feature/searchOptimi' into release/5.5
Showing
2 changed files
with
7 additions
and
5 deletions
@@ -367,17 +367,19 @@ | @@ -367,17 +367,19 @@ | ||
367 | 367 | ||
368 | /* 搜索页-新版搜索无结果样式 */ | 368 | /* 搜索页-新版搜索无结果样式 */ |
369 | .no-result-new { | 369 | .no-result-new { |
370 | - height: 190px; | 370 | + height: 280px; |
371 | text-align: center; | 371 | text-align: center; |
372 | - padding-top: 30px; | ||
373 | - padding-bottom: 90px; | 372 | + padding-top: 90px; |
373 | + padding-bottom: 110px; | ||
374 | 374 | ||
375 | p { | 375 | p { |
376 | color: #ccc; | 376 | color: #ccc; |
377 | margin-bottom: 25px; | 377 | margin-bottom: 25px; |
378 | + font-size: 26px; | ||
378 | 379 | ||
379 | &:first-child { | 380 | &:first-child { |
380 | - color: #4b4b4b; | 381 | + color: #444; |
382 | + font-size: 32px; | ||
381 | } | 383 | } |
382 | } | 384 | } |
383 | } | 385 | } |
-
Please register or login to post a comment