css css媒体查询

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css css媒体查询相关的知识,希望对你有一定的参考价值。

@media screen and (min-width: 780px) {
	//css here
}

@media screen and (max-width: 780px) {
	//css here
}

以上是关于css css媒体查询的主要内容,如果未能解决你的问题,请参考以下文章

CSS媒体查询总结

CSS3媒体查询总结

覆盖 CSS 媒体查询

详解css媒体查询

为响应式设计应用 css 媒体查询时 css 发生变化

在选择器中定义 CSS 媒体查询