Authored by 郝肖肖

筛选 双线

... ... @@ -712,7 +712,7 @@ $subNav.on('touchend touchcancel', function(e) {
if ($this.closest('.pos-list').length > 0) {
$('.filter-mask').addClass('call-by-fix').css('top', '');
} else {
$('.filter-mask').removeClass('call-by-fix').css('top', $this.offset().top + nav1H);
$('.filter-mask').removeClass('call-by-fix').css('top', $this.offset().top + nav1H - 13);
}
myScroll && myScroll.disable();
... ...
... ... @@ -335,9 +335,9 @@
.list-nav li {
display: block;
height: 78px;
height: 80px;
float: left;
line-height: 78px;
line-height: 80px;
width: 24.8%;
text-align: center;
border-sizing: border-box;
... ... @@ -572,6 +572,8 @@
}
.shop-index + .filter-mask {
margin-top: 1px;
.filter-body {
overflow: auto;
}
... ...