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