feat/task1-c-wallet
devil_gong 2018-08-28 16:10:44 +08:00
parent f48875237a
commit acd21b8425
1 changed files with 7 additions and 0 deletions

View File

@ -80,5 +80,12 @@ $(function()
}
});
$(window).resize(function()
{
if($(window).width() > 625)
{
$('.nav-search').css('position','relative');
}
});
});