首页 > 其他 > 详细

一些常见的适配分辨率

时间:2015-03-20 16:05:13      阅读:323      评论:0      收藏:0      [点我收藏+]

/* 360*640 微信*/
@media all and (max-height: 572px){

}
/*grand S */
@media all and (max-height: 530px){

}
/* 小米3/4 3:518 4:526浏览器*/
@media all and (max-height: 526px){

}
/*iphone5 微信*/
@media all and (max-height: 504px){

}
/*iphone4 safari*/
@media (max-height: 480px) {

}
/*iphone4 微信*/
@media all and (max-height: 416px){

}
/*iphone4 QQ内置*/
@media all and (max-height: 370px) {

}
/*iphone 6*/
@media all and (min-width: 375px){

}
/* g4*/
@media all and (min-width: 384px){

}
/*iphone 6 plus*/
@media all and (min-width: 414px){

}
@media all and (min-width: 414px) and (min-height: 672px){

}
@media all and (min-width: 414px) and (min-height: 736px){

}

一些常见的适配分辨率

原文:http://www.cnblogs.com/sussski/p/4353614.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!