我为iPhone 4/4S、iPhone 5/5S、iPhone 6和iPhone 6Plus编写了媒体查询。代码如下:
/*For iPhone 4/4S*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation: portrait){ /*my styles here */ }
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (o