通过Media Query 媒体查询可以针对符合相应条件的媒体设置特定的样式。
引入方式
引入媒体查询的方式有两种。
link 方式引入
<link rel="stylesheet" media="screen and (max-width: 600px)" href="small.css" />
css 中引入
@media screen and (max-width: 600px) {
选择器 {
属性:属性值;
}
}
通过Media Query 媒体查询可以针对符合相应条件的媒体设置特定的样式。
引入媒体查询的方式有两种。
<link rel="stylesheet" media="screen and (max-width: 600px)" href="small.css" />
@media screen and (max-width: 600px) {
选择器 {
属性:属性值;
}
}
2024 - 快车库 - 我的知识库 重庆启连科技有限公司 渝ICP备16002641号-10
企客连连 表单助手 企服开发 榜单123