vue 中固定导航栏的实例代码
网络编程 2021-07-04 15:01www.168986.cn编程入门
今天长沙网络推广就为大家分享一篇vue 中固定导航栏的实例代码,具有很好的参考价值,希望对大家有所帮助。一起跟随长沙网络推广过来看看吧
点击按钮回顶
<template lang="html"> <div class="go-box"> <i @click="go"class="icon Icon"></i> </div> </template> <script> export default { methods: { go: function () { // 点击回顶按钮 返回顶部 setTimeout(()=>{ document.body.scrollTop = 0 document.documentElement.scrollTop = 0 },1000) } } } window.onscroll = function() { const scrollTop = document.documentElement.scrollTop || document.body.scrollTop const goTop= document.querySelector('.go-box') if (scrollTop >200) { goTop.style.display = 'block' } else { goTop.style.display = 'none' } } </script> <style lang="css"> .Icon { position: fixed; bottom: 5rem; right: 1rem; width: 2rem; height: 2rem; border-radius: 50%; background:url(../assets/images/go.png)center center no-repeat; background-size: cover; } </style>
固定导航栏案例
<template> <div> <div id="Part">顶部距离</div> <div id="navBar" :class="{isFixed:istabBar}">固定导航栏</div> <div id="mainPart"> <ul> <li>内容部分</li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> <li></li> </ul> </div> </div> </template> <script> export default { data () { return { istabBar: false } }, methods: { // 添加一个方法 兼容 handleScroll () { let scrollTop = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop; // 固定导航栏 let Bar = document.querySelector("#Part"); let navBar = document.querySelector("#navBar"); let mainPart = document.querySelector("#mainPart"); if (scrollTop > Bar.offsetHeight){ this.istabBar = true mainPart.style.paddingTop = navBar.offsetHeight + "px"; } else { this.istabBar = false mainPart.style.paddingTop = "0px"; } } }, mounted () { window.addEventListener('scroll', this.handleScroll); // Dom树加载完毕 }, destroyed () { window.removeEventListener('scroll', this.handleScroll) // 销毁页面时清除 } } </script> <style> #Part{ width: 100%; height: 100px; background-color: yellow; } .isFixed { position: fixed; : 0; z-index: 10; } #navBar { width: 100%; height: 50px; background-color: red; } #mainPart { width: 100%; } #mainPart ul { width: 100%; } #mainPart ul li { width: 100%; height: 40px; background-color: orange; margin-bottom: 10px; } </style>
以上这篇vue 中固定导航栏的实例代码就是长沙网络推广分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持狼蚁SEO。
编程语言
- 甘肃哪有关键词排名优化购买方式有哪些
- 甘肃SEO如何做网站优化
- 河南seo关键词优化怎么做电话营销
- 北京SEO优化如何做QQ群营销
- 来宾百度关键词排名:提升您网站曝光率的关键
- 卢龙关键词优化:提升您网站排名的策略与技巧
- 山东网站优化的注意事项有哪些
- 四川整站优化怎样提升在搜索引擎中的排名
- 疏附整站优化:提升网站性能与用户体验的全新
- 海南seo主要做什么工作售后服务要做到哪些
- 荣昌百度网站优化:提升您网站的搜索引擎排名
- 河北seo网站排名关键词优化如何做SEO
- 江西优化关键词排名推广售后保障一般有哪些
- 古浪SEO优化:提升你的网站可见性
- 西藏网站排名优化怎么把网站排名在百度首页
- 如何提升阳东百度快照排名:详尽指南