日期:2014-05-16 浏览次数:20433 次
<link rel="stylesheet" media="screen and (max-width: 600px)" href="css/style.css"/>
@media screen and (max-width:960px){
html,body{}
.header{}
...
}
if(screen.width > 1366) {
document.write('<link rel="stylesheet" href="css/style.css"/>');
}