媒体查询

一、css方式
1、media screen and (max-width: 600px){
 
}
2、media screen and (max-width: 900px){
 
}
3、media screen and (max-width: 1200px){
 
}
 
二、link方式
<link rel="stylesheet" media="screen and (max-width: 600px)" href="./css/blue.css">
posted @ 2018-03-29 10:35  白纱茗-度C  阅读(122)  评论(0编辑  收藏  举报