标签:bootstrap sheet styles style 响应式 str .com ref round
1.media控制布局
<link type="text/css" rel="stylesheet" href="css04.css" media="only screen and (max-width:640px)">
<style>
@media screen and (max-width:600px) {
body{
background-color: aquamarine;
}
}
@media screen and (min-width: 600px) and (max-width: 960px){}
</style>
2.bootstrap
http://getbootstrap.com/
很强大,支持响应式布局
标签:bootstrap sheet styles style 响应式 str .com ref round
原文地址:http://www.cnblogs.com/huoran1120/p/6001202.html