更改

跳到导航 跳到搜索
删除587字节 、​ 2022年10月16日 (日) 01:25
无编辑摘要
第420行: 第420行:  
     font-weight: 700;
 
     font-weight: 700;
 
     border-bottom: 1px solid #5ed9ff;
 
     border-bottom: 1px solid #5ed9ff;
}
  −
  −
/* 回到顶部 */
  −
.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);
   
}
 
}

导航菜单