CSS3 媒體查詢

 1、CSS3 /* Small devices (portrait tablets and large phones, 600px and up) */ @media only screen and (min-width: 600px) {     .example {background: green;} } /* Medium devices (landscape tablets, 768p
相關文章
相關標籤/搜索