platform-iosx.less 291 Bytes
Newer Older
李晓兵's avatar
李晓兵 committed
1 2 3 4 5 6
// iPhoneX适配
@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .platform-ios{
    .pro-wrapper{
      top:245px !important;
    }
李晓兵's avatar
李晓兵 committed
7 8 9 10 11
    .has-footer {
      .vue-better-scroll__wrapper {
        padding-bottom: 2.2rem;
      }
    }
李晓兵's avatar
李晓兵 committed
12
  }
李晓兵's avatar
李晓兵 committed
13

李晓兵's avatar
李晓兵 committed
14
}