若瀏覽區域的寬度小於600 px,則下方的CSS 描述就會立即被套用: @media screen and (max-width: 600px){ .class{ background: #ccc; } }
確定! 回上一頁