<div class="a"> 123 </div>

  @media(orientation:portrait) and (max-width:600px){
    .a{
      color:red;
    }
 
  }
  @media(min-width:300px) and (max-height:300px){
    .a{
      color:blue;
    }
  }
 
  这样就可以实现响应式的效果

相关文章:

  • 2022-02-16
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
  • 2021-08-10
  • 2021-11-05
  • 2021-06-02
相关资源
相似解决方案