Authored by 陈峰

优化经典店铺滚动各个元素的交互

... ... @@ -830,7 +830,7 @@ $subNav.on('touchend touchcancel', function(e) {
if ($('#pos-list').hasClass('hide')) {
$('#pos-list').removeClass('hide');
}
}
} else {
... ...
... ... @@ -625,7 +625,7 @@
font-size: 28px;
color: #444;
position: absolute;
z-index: 5;
z-index: 102;
&.classics {
position: fixed;
top: 81px;
... ...