/* 兼容iphone4/4s */
@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2){

}


/* 兼容iphone5 */
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){

}

相关文章:

  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-05-16
  • 2018-11-04
猜你喜欢
  • 2021-12-11
  • 2022-12-23
  • 2022-02-05
  • 2022-12-23
  • 2019-03-06
  • 2022-02-02
  • 2021-06-15
相关资源
相似解决方案