Authored by 姜枫

add search empty page

@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 <span class="iconfont">&#xe647;</span> 4 <span class="iconfont">&#xe647;</span>
5 </div> 5 </div>
6 6
7 - <p class="tip-cn">抱歉! 未找到{{#if query}}与"{{query}}"{{/if}}相关商品</p> 7 + <p class="tip-cn">抱歉! 未找到{{#if query}}与"<span>{{query}}</span>"{{/if}}相关商品</p>
8 8
9 <p class="tip-en">Did not find the relevant goods</p> 9 <p class="tip-en">Did not find the relevant goods</p>
10 10
@@ -369,6 +369,10 @@ @@ -369,6 +369,10 @@
369 margin-top: 30px; 369 margin-top: 30px;
370 font-size: 18px; 370 font-size: 18px;
371 font-weight: 700; 371 font-weight: 700;
  372 +
  373 + span {
  374 + color: #379ed6;
  375 + }
372 } 376 }
373 377
374 .tip-en { 378 .tip-en {