2015年8月13日 - @media screen and (max-width:632px)This is almost identical to the above...@media only screen and (max-width:632px)The keyword ‘only’ ca...
[专业]答案:@mediaonlyscreen是只(only)针对彩色屏幕设备的意思,每块都用这个,然后加上and限制屏幕尺寸,两个条件来一起起作用的!所以,不是重复定义。就好比:男人中...更多关于@media screen and 和@media only screen and有什么不同?的问题>>