Authored by 阿达

fix 图标过小

@@ -197,5 +197,9 @@ @@ -197,5 +197,9 @@
197 .clearfix{ 197 .clearfix{
198 margin-left: 30px; 198 margin-left: 30px;
199 } 199 }
  200 +
  201 + .left-icon {
  202 + font-size: 30px;
  203 + }
200 } 204 }
201 } 205 }
@@ -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">&#xe64a;</span>最近搜索 35 + <h3><span class="iconfont left-icon">&#xe64a;</span>最近搜索
36 <button id="clear-history" class="clear-icon iconfont">&#xe64c;</button> 36 <button id="clear-history" class="clear-icon iconfont">&#xe64c;</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">&#xe64b;</span>热门搜索</h3> 43 + <h3><span class="iconfont left-icon">&#xe64b;</span>热门搜索</h3>
44 <ul class="hot clearfix"> 44 <ul class="hot clearfix">
45 {{# hot}} 45 {{# hot}}
46 <li> 46 <li>