$(window).resize(function(){ · if ($(window).width() <= 320) { · // is mobile device · } · }); · header { width:1000px; } · @media only screen and ( ...
確定! 回上一頁