标签:
一、开发原则
body{background-color:red;}
<link rel="stylesheet" type="text/css" href="css.css" media="only screen and (max-width:480px)" />
@media screen and (min-width:480px){
body{background-color:#ff00ff}
}
标签:
原文地址:http://www.cnblogs.com/Zjingwen/p/4455657.html