Authored by ccbikai

折扣页面顶部图片高度修改

@@ -244,6 +244,7 @@ function search(opt) { @@ -244,6 +244,7 @@ function search(opt) {
244 lazyLoad($('.lazy')); 244 lazyLoad($('.lazy'));
245 245
246 filter.registerCbFn(search); 246 filter.registerCbFn(search);
  247 +
247 // loading.initLoadingMask(); 248 // loading.initLoadingMask();
248 249
249 //导航栏点击逻辑说明: 250 //导航栏点击逻辑说明:
@@ -273,7 +274,6 @@ $listNav.delegate('li', 'tap', function() { @@ -273,7 +274,6 @@ $listNav.delegate('li', 'tap', function() {
273 274
274 $pre.removeClass('active'); 275 $pre.removeClass('active');
275 $this.addClass('active'); 276 $this.addClass('active');
276 -  
277 filter.showFilter(); 277 filter.showFilter();
278 } 278 }
279 } else { 279 } else {
@@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
23 23
24 .banner-top-single{ 24 .banner-top-single{
25 width: 100%; 25 width: 100%;
26 - height: 240rem / $pxConvertRem; 26 + height: 200rem / $pxConvertRem;
27 img { 27 img {
28 display: block; 28 display: block;
29 height: 100%; 29 height: 100%;
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 3
4 .swiper-container { 4 .swiper-container {
5 width: 100%; 5 width: 100%;
6 - height: 200rem / $pxConvertRem; 6 + height: 310rem / $pxConvertRem;
7 7
8 img { 8 img {
9 height: 100%; 9 height: 100%;