Authored by 郝肖肖

Merge branch 'feature/searchOptimi' into release/5.5

1 -{{#if @root.suggestion.isNeedSuggestion}} 1 +{{#if @root.suggestion.termsSuggestion}}
2 <div class="word-content"> 2 <div class="word-content">
3 {{!--相关商品少于指定数据,显示关键词--}} 3 {{!--相关商品少于指定数据,显示关键词--}}
4 <div class="list-too-little"> 4 <div class="list-too-little">
@@ -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 }