wap 媒体查询对应iphone手机的大小范围


@media screen and (min-width: 320px) and (max-width: 480px){
/*!*iPhone < 5 Portrait*!*/
.rad-top{font-size: 12px;line-height: 12px;}

}

@media screen and (min-width: 375px) and (max-width: 627px){
/*!*iPhone 6*!*/
.rad-top{font-size: 14px;line-height: 14px;}

}
@media screen and (min-width: 414px) and (max-width: 736px){
/*!*iPhone 6+ Portrait*!*/
.rad-top{font-size: 16px;line-height: 16px;}

}
@media screen and (min-width: 737px){
/*!*大屏*!*/
.rad-top{font-size: 16px;line-height: 16px;}

}


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM