适配iphoneX

2019-05-16  本文已影响0人  給我小鱼干
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3){
  .buyBtn{
    height: 70px;
  }
  .go-pay{
    height: 363px;
  }
  /* .go-pay{
    height: 304px;
  } */
  .go-pay .total{
    height: 70px;
  }
  .total .payment{
    height: 70px;
  }
}
上一篇 下一篇

猜你喜欢

热点阅读