Authored by 梁志锋

右上角导航样式问题 侧边栏点击效果问题

... ... @@ -79,7 +79,6 @@ $subNav.each(function() {
}, 400);
$('.sub-nav').removeClass('show');
return false;
});
}).on('touchstart', function(e) {
if (e.currentTarget !== e.target) {
... ...
... ... @@ -161,9 +161,9 @@
i{
width: 100%;
height: 40%;
overflow: hidden;
display: block;
color: #fff;
margin-bottom: 8rem / $pxConvertRem;
}
span{
width: 100%;
... ...