收藏
回答

小程序 @media 失效?

.bottom-fixed {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: normal;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 3.46667vw 4.26667vw;
  border-radius: 0;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
}

@media screen and (min-height: 812px) {
  .bottom-fixed {
    height: 84px;
  }
}


回答关注问题邀请回答
收藏

3 个回答

  • 闪耀的行星
    闪耀的行星
    2023-06-01

    只会执行最后一个@media吗?

    2023-06-01
    有用
    回复
  • 呔,你这厮~
    呔,你这厮~
    2020-09-25

    也不行,@media (max-height:812px){}倒是有效,但是永远只识别最后一排@media

    2020-09-25
    有用
    回复
  • 微喵网络
    微喵网络
    2020-09-23

    试试这样

    2020-09-23
    有用
    回复
登录 后发表内容
问题标签