在css 插入css 時加條件。 @import url(color.css) screen and (color);. 在使用css 時加條件 @media all and (min-width:500px) { ... } @media (min-width:500px) { ...
確定! 回上一頁