更改

跳到导航 跳到搜索
添加588字节 、​ 2022年10月16日 (日) 01:26
无编辑摘要
第339行: 第339行:  
display:revert !important;
 
display:revert !important;
 
}
 
}
 +
}
 +
 +
 +
/* 回到顶部 */
 +
.backToTop {
 +
  display: none;
 +
  opacity: 1;
 +
  filter: alpha(opacity=100);
 +
  position: fixed;
 +
  _position: absolute;
 +
  z-index: 9999;
 +
  bottom: 20px;
 +
  right: 20px;
 +
  height: 48px;
 +
  width: 48px;
 +
  line-height: 48px;
 +
  background-color: var(--theme);
 +
  cursor: pointer;
 +
  color: #fff;
 +
  border-radius: 50%;
 +
  font-size: 24px;
 +
  text-align: center;
 +
  -webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
 +
  box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
 
}
 
}

导航菜单