Authored by 郝肖肖

Merge branch 'feature/searchOptimi' into release/5.5

{{#if @root.suggestion.isNeedSuggestion}}
{{#if @root.suggestion.termsSuggestion}}
<div class="word-content">
{{!--相关商品少于指定数据,显示关键词--}}
<div class="list-too-little">
... ...
... ... @@ -367,17 +367,19 @@
/* 搜索页-新版搜索无结果样式 */
.no-result-new {
height: 190px;
height: 280px;
text-align: center;
padding-top: 30px;
padding-bottom: 90px;
padding-top: 90px;
padding-bottom: 110px;
p {
color: #ccc;
margin-bottom: 25px;
font-size: 26px;
&:first-child {
color: #4b4b4b;
color: #444;
font-size: 32px;
}
}
}
... ...