Authored by 郝肖肖

筛选 双线

@@ -712,7 +712,7 @@ $subNav.on('touchend touchcancel', function(e) { @@ -712,7 +712,7 @@ $subNav.on('touchend touchcancel', function(e) {
712 if ($this.closest('.pos-list').length > 0) { 712 if ($this.closest('.pos-list').length > 0) {
713 $('.filter-mask').addClass('call-by-fix').css('top', ''); 713 $('.filter-mask').addClass('call-by-fix').css('top', '');
714 } else { 714 } else {
715 - $('.filter-mask').removeClass('call-by-fix').css('top', $this.offset().top + nav1H); 715 + $('.filter-mask').removeClass('call-by-fix').css('top', $this.offset().top + nav1H - 13);
716 } 716 }
717 717
718 myScroll && myScroll.disable(); 718 myScroll && myScroll.disable();
@@ -335,9 +335,9 @@ @@ -335,9 +335,9 @@
335 335
336 .list-nav li { 336 .list-nav li {
337 display: block; 337 display: block;
338 - height: 78px; 338 + height: 80px;
339 float: left; 339 float: left;
340 - line-height: 78px; 340 + line-height: 80px;
341 width: 24.8%; 341 width: 24.8%;
342 text-align: center; 342 text-align: center;
343 border-sizing: border-box; 343 border-sizing: border-box;
@@ -572,6 +572,8 @@ @@ -572,6 +572,8 @@
572 } 572 }
573 573
574 .shop-index + .filter-mask { 574 .shop-index + .filter-mask {
  575 + margin-top: 1px;
  576 +
575 .filter-body { 577 .filter-body {
576 overflow: auto; 578 overflow: auto;
577 } 579 }