@media screen and (max-device-width: 480px) { // 如果使用者之裝置寬度<= 480px,將會再載入這裡的CSS。 } 在Media Queries 中,我們最常使用min-width ...
確定! 回上一頁