Authored by zhangxiaoru

订单列表页遮盖

... ... @@ -514,6 +514,9 @@ $('.nav-tap').on('click', function(e) {
location.replace($cur.data('url'));
});
if ($('#top-downloadbar')) {
$('.no-order').css('margin-top', '-2.5rem;');
}
setTimeout(function() {
if ($('#top-downloadbar').html() && $('#top-downloadbar').html().length !== 0) {
$('.no-order').css('margin-top', '-2.3rem');
}
}, 200);
... ...
... ... @@ -22,6 +22,7 @@
margin-top: 16px;
color: #b0b0b0;
font-size: 22px;
width: 94%;
}
.iconfont {
... ...