@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
        .ua-box .rule-box{
            padding-bottom:30px !important;
        }
    }
    @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:3) {
        .ua-box .rule-box{
            padding-bottom:30px !important;
        }
    }
    @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {
        .ua-box .rule-box{
            padding-bottom:30px !important;
        }
    }

 

相关文章:

  • 2021-09-12
  • 2021-06-10
  • 2021-05-05
  • 2021-07-13
  • 2021-05-04
  • 2022-01-02
  • 2021-06-09
  • 2021-09-27
猜你喜欢
  • 2021-11-13
  • 2018-11-07
  • 2021-05-04
  • 2022-01-02
  • 2021-10-28
  • 2021-09-15
相关资源
相似解决方案