Authored by OF1706

recommendBug

@@ -72,7 +72,7 @@ @@ -72,7 +72,7 @@
72 {{#unless changedQuery}} 72 {{#unless changedQuery}}
73 73
74 <div class="search-suggest-less"> 74 <div class="search-suggest-less">
75 - "<em>{{name}}</em>"&nbsp;搜索结果太少了,试试{{#suggest}}&nbsp;"<a href="/?query={{.}}&is_rec=Y">{{.}}</a>"&nbsp;{{/suggest}}关键词搜索 75 + <em>"{{name}}"</em>&nbsp;搜索结果太少了,试试{{#suggest}}&nbsp;"<a href="/?query={{.}}&is_rec=Y">{{.}}</a>"&nbsp;{{/suggest}}关键词搜索
76 </div> 76 </div>
77 {{/unless}} 77 {{/unless}}
78 {{/if}} 78 {{/if}}
@@ -80,7 +80,7 @@ @@ -80,7 +80,7 @@
80 80
81 {{#if changedQuery}} 81 {{#if changedQuery}}
82 <div class="search-suggest-less"> 82 <div class="search-suggest-less">
83 - 没有找到&nbsp;"<em>{{name}}</em>"&nbsp;相关的商品, 83 + 没有找到&nbsp;<em>"{{name}}"</em>&nbsp;相关的商品,
84 为您推荐&nbsp;"<a href="/?query={{suggestFirst}}&is_rec=Y">{{suggestFirst}}</a>"&nbsp;的搜索结果。{{#if suggestSecond}}或者试试{{#suggestSecond}}&nbsp;"<a href="/?query={{.}}&is_rec=Y">{{.}}</a>"&nbsp;{{/suggestSecond}}{{/if}} 84 为您推荐&nbsp;"<a href="/?query={{suggestFirst}}&is_rec=Y">{{suggestFirst}}</a>"&nbsp;的搜索结果。{{#if suggestSecond}}或者试试{{#suggestSecond}}&nbsp;"<a href="/?query={{.}}&is_rec=Y">{{.}}</a>"&nbsp;{{/suggestSecond}}{{/if}}
85 </div> 85 </div>
86 {{/if}} 86 {{/if}}
@@ -10,6 +10,10 @@ @@ -10,6 +10,10 @@
10 padding-left: 9px; 10 padding-left: 9px;
11 margin-bottom: 10px; 11 margin-bottom: 10px;
12 em { 12 em {
  13 + display: inline-block;
  14 + max-width: 950px;
  15 + word-break: break-all;
  16 + word-wrap: break-word;
13 font-weight: normal; 17 font-weight: normal;
14 font-style: normal; 18 font-style: normal;
15 } 19 }