Authored by xuqi

brand filter in IE.Review by:@xuqi

@@ -18,7 +18,7 @@ moreUnicode = { @@ -18,7 +18,7 @@ moreUnicode = {
18 //品牌相关变量 18 //品牌相关变量
19 var $brandDefault = $('.brand .default'), 19 var $brandDefault = $('.brand .default'),
20 $brandPanel = $('.brand .brand-panel'), 20 $brandPanel = $('.brand .brand-panel'),
21 - $brandAttrs = $('.brand .attr'), 21 + $brandAttrs = $brandPanel.find('.attr'),
22 $brandMore = $('#brand-more'), 22 $brandMore = $('#brand-more'),
23 $brandMulti = $('#brand-multi'); 23 $brandMulti = $('#brand-multi');
24 24
@@ -83,6 +83,10 @@ @@ -83,6 +83,10 @@
83 color: #999; 83 color: #999;
84 float: right; 84 float: right;
85 } 85 }
  86 +
  87 + .close {
  88 + font-size: 14px;
  89 + }
86 } 90 }
87 91
88 .sort-pre .active .attr { 92 .sort-pre .active .attr {
@@ -188,9 +192,12 @@ @@ -188,9 +192,12 @@
188 } 192 }
189 193
190 .btn { 194 .btn {
  195 + position: relative;
191 display: inline-block; 196 display: inline-block;
  197 + top: -1px;
192 width: 55px; 198 width: 55px;
193 - height: 18px; 199 + height: 20px;
  200 + line-height: 20px;
194 background: #3a3a3a; 201 background: #3a3a3a;
195 color: #fff; 202 color: #fff;
196 text-align: center; 203 text-align: center;