摘要: 方法一:用css3的媒体查询来设置html {font-size:12px}@media screen and (min-width:480px) and (max-width:639px) {html {font-size: 15px;}}@media screen and (min-width:... 阅读全文
posted @ 2015-07-08 10:34 Rain-Heart 阅读(1519) 评论(0) 推荐(0)