/*iphone4下兼容*/
@media screen and (max-device-width:320px) and (max-device-height:480px){
.mplay{
position:fixed;
}
@media screen and (max-device-width:320px) and (max-device-height:480px){
.mplay{
position:fixed;
}
}
这里的(max-device-width:320px) and (max-device-height:480px)可以通过chrome模拟的时候看到尺寸。