首页 > 解决方案 > 如何仅通过媒体查询定位 iphone 11 横向

问题描述

我想通过媒体查询来定位 iphone 11/X 风景,但它对我不起作用?我在尝试:

  @media screen and (max-device-width: 896px) and (orientation : landscape)   {
    .bstick {
      top: 200px!important;
    }
  }

标签: css

解决方案


推荐阅读