Authored by hf

Merge remote-tracking branch 'origin/hotfix'

@@ -32,7 +32,7 @@ $cancelSearch.on('touchstart', function() { @@ -32,7 +32,7 @@ $cancelSearch.on('touchstart', function() {
32 $box.removeClass('action'); 32 $box.removeClass('action');
33 $indexLogo.removeClass('action'); 33 $indexLogo.removeClass('action');
34 34
35 - $search.blur(); 35 + // $search.blur();
36 }); 36 });
37 37
38 $searchBox.children('.clear-text').on('touchstart', function() { 38 $searchBox.children('.clear-text').on('touchstart', function() {
@@ -216,7 +216,7 @@ @@ -216,7 +216,7 @@
216 } 216 }
217 217
218 .iconfont { 218 .iconfont {
219 - // color: #999; 219 + color: #999;
220 220
221 &.cur { 221 &.cur {
222 color: #000; 222 color: #000;
@@ -78,7 +78,7 @@ @@ -78,7 +78,7 @@
78 <li class="filter"> 78 <li class="filter">
79 <a href="javascript:void(0);"> 79 <a href="javascript:void(0);">
80 <span class="nav-txt">筛选</span> 80 <span class="nav-txt">筛选</span>
81 - <span class="iconfont">&#xe613;</span> 81 + <span class="iconfont cur">&#xe613;</span>
82 </a> 82 </a>
83 </li> 83 </li>
84 </ul> 84 </ul>