/*适配iphoneX*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .page_nav{
        padding-bottom: 0.4rem;
    }
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2021-07-27
  • 2021-08-05
  • 2021-08-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-31
  • 2021-08-24
  • 2021-03-31
  • 2021-05-23
  • 2021-05-04
相关资源
相似解决方案