Authored by 毕凯

品牌一览搜索页面 默认显示取消按钮

@@ -165,6 +165,11 @@ if ($('.brand-search-page').length) { @@ -165,6 +165,11 @@ if ($('.brand-search-page').length) {
165 searchResult(); 165 searchResult();
166 }).focus(); 166 }).focus();
167 167
  168 + // 2016.1.13 产品(高扬)要求进入页面默认显示取消按钮
  169 + $icon.css('color', '#000');
  170 + $keyword.closest('.search-box').css('width', '11.25rem');
  171 + $('.search-action').show();
  172 +
168 clearTextHammer = new Hammer($('.clear-text')[0]); 173 clearTextHammer = new Hammer($('.clear-text')[0]);
169 clearTextHammer.on('tap', function(e) { 174 clearTextHammer.on('tap', function(e) {
170 e.preventDefault(); 175 e.preventDefault();