只需在CSS中添加@media screen属性。首先我们在使用Media的时候需要先设置 ... @media screen and (max-width: 960px){ body{ background: #000; } }.
確定! 回上一頁