Authored by 郝肖肖

Merge branch 'feature/searchOptimi' into release/5.5

@@ -75,7 +75,9 @@ @@ -75,7 +75,9 @@
75 {{!--搜索列表显示过少,显示猜您喜欢--}} 75 {{!--搜索列表显示过少,显示猜您喜欢--}}
76 {{#if @root.suggestion.isMaybeLike}} 76 {{#if @root.suggestion.isMaybeLike}}
77 <div class="maybe-like-search">您可能喜欢的</div> 77 <div class="maybe-like-search">您可能喜欢的</div>
78 - <div id="goods-list" class="maybe-like-goods maybe-like"></div> 78 + <div class='maybe-like'>
  79 + <div id="goods-list" class="goods-list clearfix"></div>
  80 + </div>
79 {{/if}} 81 {{/if}}
80 82
81 {{> common/query-param}} 83 {{> common/query-param}}
@@ -123,7 +123,9 @@ @@ -123,7 +123,9 @@
123 {{!--搜索列表显示过少,显示猜您喜欢--}} 123 {{!--搜索列表显示过少,显示猜您喜欢--}}
124 {{#if @root.suggestion.isMaybeLike}} 124 {{#if @root.suggestion.isMaybeLike}}
125 <div class="maybe-like-search">您可能喜欢的</div> 125 <div class="maybe-like-search">您可能喜欢的</div>
126 - <div id="goods-list" class="maybe-like-goods maybe-like"></div> 126 + <div class='maybe-like maybe-like-word'>
  127 + <div id="goods-list" class="goods-list clearfix"></div>
  128 + </div>
127 {{/if}} 129 {{/if}}
128 130
129 {{> common/query-param}} 131 {{> common/query-param}}
@@ -393,9 +393,8 @@ @@ -393,9 +393,8 @@
393 font-size: 16px; 393 font-size: 16px;
394 } 394 }
395 395
396 - .maybe-like-goods {  
397 - min-height: 500px;  
398 - overflow: hidden;  
399 - padding-left: 0.375rem; 396 + .maybe-like-word {
  397 + margin-top: none;
  398 + border-top: none;
400 } 399 }
401 } 400 }