摘要: // 大型设备(大台式电脑,1200px 起) @media screen and (min-width:1200px) { //... } // 中型设备(台式电脑,992px 起) @media screen and (min-width:992px) and (max-width:1200px 阅读全文
posted @ 2021-08-29 15:53 木子欢儿 阅读(316) 评论(0) 推荐(0) 编辑