mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 13:43:02 +08:00
detail
This commit is contained in:
@ -80,5 +80,12 @@ $(function()
|
||||
|
||||
}
|
||||
});
|
||||
$(window).resize(function()
|
||||
{
|
||||
if($(window).width() > 625)
|
||||
{
|
||||
$('.nav-search').css('position','relative');
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user