@media [记录]
Posted 丶七月小先生丶
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了@media [记录]相关的知识,希望对你有一定的参考价值。
@media screen and (max-width:1660px)
@media screen and (min-width: 960px) and (max-width: 1199px)
@media only screen and (min-width: 480px) and (max-width: 767px)
<link rel="stylesheet" media="(min-width: 641px)" href="css/maintain.css" />
<link rel="stylesheet" media="screen and (min-width:1px) and (max-width:600px)" href="phone.css" />
<link rel="stylesheet" media="screen and (条件) and (条件)" href="pc.css" />
判断手机还是pc
http://www.jb51.net/article/48939.htm
以上是关于@media [记录]的主要内容,如果未能解决你的问题,请参考以下文章