📜  在页面标题问题中跳转到锚点 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:03.409000             🧑  作者: Mango

代码示例1
a.anchor  {
  position: absolute;
  left: 0px;
  top: -48px;
}

@media screen and (min-width: 896px) {
  a.anchor {
    position: absolute;
    left: 0px;
    top: -66px;
  }
}