Saber2pr's Blog

媒体查询

@media screen and (max-width: 740px) {
  div {
    display: none;
  }
}