码迷,mamicode.com
首页 > 其他好文 > 详细

客户端 适应不同大小屏幕

时间:2015-09-10 16:00:01      阅读:121      评论:0      收藏: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}
}

客户端 适应不同大小屏幕

标签:

原文地址:http://www.cnblogs.com/y-lin/p/4798018.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!