@media only screen and (min-width: 100px) and (max-width: 640px) {
            div {
                width: 100px;
                height: 100px;
            }
        }

@media only screen and (min-width: 641px) and (max-width: 789px) {
            div {
                width: 200px;
                height: 200px;
            }
 }

  

相关文章:

  • 2021-09-12
  • 2021-11-15
  • 2021-06-02
  • 2021-11-12
  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
猜你喜欢
  • 2021-08-31
  • 2021-11-22
  • 2021-05-17
  • 2021-12-25
  • 2022-12-23
  • 2021-07-31
  • 2021-11-03
相关资源
相似解决方案