Showing
2 changed files
with
6 additions
and
2 deletions
@@ -32,7 +32,7 @@ | @@ -32,7 +32,7 @@ | ||
32 | </div> | 32 | </div> |
33 | {{/if}} | 33 | {{/if}} |
34 | <div class="history-search local-search"> | 34 | <div class="history-search local-search"> |
35 | - <h3><span class="iconfont"></span>最近搜索 | 35 | + <h3><span class="iconfont left-icon"></span>最近搜索 |
36 | <button id="clear-history" class="clear-icon iconfont"></button> | 36 | <button id="clear-history" class="clear-icon iconfont"></button> |
37 | </h3> | 37 | </h3> |
38 | <ul class="history clearfix local-history"> | 38 | <ul class="history clearfix local-history"> |
@@ -40,7 +40,7 @@ | @@ -40,7 +40,7 @@ | ||
40 | </div> | 40 | </div> |
41 | {{#if hot}} | 41 | {{#if hot}} |
42 | <div class="hot-search"> | 42 | <div class="hot-search"> |
43 | - <h3><span class="iconfont"></span>热门搜索</h3> | 43 | + <h3><span class="iconfont left-icon"></span>热门搜索</h3> |
44 | <ul class="hot clearfix"> | 44 | <ul class="hot clearfix"> |
45 | {{# hot}} | 45 | {{# hot}} |
46 | <li> | 46 | <li> |
-
Please register or login to post a comment