摘要:
在处理导航栏样式响应式的时候 屏幕缩小 新随笔和订阅这两个链接丢失 找了半天没找到, 开始还以为是flex布局的问题,但是检查了好久,最后发现这两个a标签被添加了@media 所以 @media screen and (max-width:767px) { #blog_nav_newpost, #b 阅读全文
摘要:
先添加样式 <style> .Affix { position: fixed; top: 0; left: 0; } </style> 监听滚动和页面距离 const oAffix = document.getElementById("navigator"); const offsetT = oAf 阅读全文