html 断点视觉反馈

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 断点视觉反馈相关的知识,希望对你有一定的参考价值。

.ruler {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2rem;
  background-color: #F44336;
}

@media (max-width: 1600px) {
  .ruler {
    background-color: #FF9800;
  }
}

@media (max-width: 1280px) {
  .ruler {
    background-color: #FFEB3B;
  }
}

@media (max-width: 1025px) {
  .ruler {
    background-color: #4CAF50;
  }
}

@media (max-width: 700px) {
  .ruler {
    background-color: #03A9F4;
  }
}
<div class="ruler"></div>

以上是关于html 断点视觉反馈的主要内容,如果未能解决你的问题,请参考以下文章

如何根据命中的另一个断点添加条件中断?视觉 C++

OnTouchListener 防止视觉反馈

jQuery - 可拖动克隆上的拖放视觉反馈

如何在 UICollectionView 中启用选择的视觉反馈

智能视觉组赛博 -10赛后反馈

征集对智能视觉组eIQ的使用反馈