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
相关文章
相关标签/搜索