代码改变世界

客户端 适应不同大小屏幕

2015-09-10 15:29  路途遥远,Go~  阅读(313)  评论(0编辑  收藏  举报

@media only screen and (min-width:320px){
html, body , .content{font-size:15px!important}.viewport{max-width:320px}
}
@media only screen and (min-width:360px){
html, body , .content{font-size:25px!important}.viewport{max-width:360px}
}
@media only screen and (min-width:480px){
html, body , .content{font-size:30px!important}.viewport{max-width:480px}
}