为什么没有效果呢。。。
<!DOCTYPE html>
<html>
<head>
<title></title>
<link type="text/css" rel="stylesheet" href="link.css" media="only screen and (max-width:700px)"/>
<style type="text/css">
@media screen and (min-width: 700px){
body{background-color:blue;}
}
</style>
</head>
<body>
</body>
</html>
外联样式:
body{background-color:red;}