<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
* {
margin: 0px;
padding: 0;
}
body {
height: 3000px;
}
.header {
width: 100%;
height: 40px;
background-color: skyblue;
font-size: 30px;
text-align: center;
position: fixed;
top: -40px;
/* top: 0; */
left: 0;
/* display: none; */
transition: top 0.5s linear;
}
.go {
width: 50px;
height: 50px;
background-color: yellow;
font-size: 20px;
line-height: 25px;
text-align: center;
position: fixed;
bottom: 80px;
right: 80px;
display: none;
}
</style>
</head>
<body>
<div id="header" class="header">頂部通欄</div>
<div id="go" class="go">返回頂部</div>
<script>
/*
需求 隨著滾動(dòng)條決定 頂部通欄 和 回到頂部 按鈕的顯示和隱藏
分析:
=> 要隨著滾動(dòng)條的滾動(dòng) 就要有一個(gè)滾動(dòng)條的滾動(dòng)事件了
=> 當(dāng)滾動(dòng)條的滾動(dòng)的時(shí)候卷去的高度大于等于300的時(shí)候顯示
=> 也就是小于300的時(shí)候是隱藏的
*/
//實(shí)現(xiàn)
window.onscroll = function () {
// console.log(111);
// 獲取頁面卷去的高度
var scrollTop = document.documentElement.scrollTop || document.body.scrollTop
// 判斷頁面卷去的高度是多少根據(jù)值的不同設(shè)置顯示還是隱藏
if (scrollTop >= 300) {
header.style.display = 'block'
go.style.display = 'block'
} else {
header.style.display = 'none'
go.style.display = 'none'
}
}
// 有效果的實(shí)現(xiàn)
window.onscroll = function () {
// console.log(111);
// 獲取頁面卷去的高度
var scrollTop = document.documentElement.scrollTop || document.body.scrollTop
// 判斷頁面卷去的高度是多少根據(jù)值的不同設(shè)置顯示還是隱藏
console.log(scrollTop);
if (scrollTop >= 300) {
header.style.top = '0'
go.style.display = 'block'
} else {
header.style.top = '-40px'
go.style.display = 'none'
}
}
</script>
</body>
</html>
北京市人力資源和社會(huì)保障局、北京市人才工作局近日發(fā)布了關(guān)于印發(fā)《北京市境外職業(yè)資格認(rèn)可目錄(3.0版)》的通知,新版目錄境外職業(yè)資格清單...詳情>>
2023-09-07 17:27:00怎么選擇靠譜的短視頻運(yùn)營培訓(xùn)機(jī)構(gòu)?5G時(shí)代的來臨,短視頻作為新媒體中最為主流的內(nèi)容更加方便用戶瀏覽觀看信息,因此抖音、快手這類的短視頻平...詳情>>
2023-09-07 15:05:06全媒體短視頻運(yùn)營好就業(yè)么?現(xiàn)在學(xué)習(xí)互聯(lián)網(wǎng)運(yùn)營可不能只會(huì)單個(gè)的運(yùn)營技術(shù),企業(yè)更喜歡全能型人才。如今的互聯(lián)網(wǎng)世界有多種平臺(tái),新媒體、短視頻...詳情>>
2023-09-07 14:49:25短視頻運(yùn)營培訓(xùn)機(jī)構(gòu)有用嗎?短視頻的火熱,催生了一大批的網(wǎng)絡(luò)紅人、網(wǎng)紅賬號(hào),這些短視頻賬號(hào)通過實(shí)現(xiàn)粉絲流量變現(xiàn),獲得了非常豐厚的收入,自...詳情>>
2023-09-06 13:49:12大數(shù)據(jù)分析就業(yè)高薪崗位介紹?大數(shù)據(jù)行業(yè)是一個(gè)快速發(fā)展的行業(yè),其主要特征是數(shù)據(jù)規(guī)模龐大、種類多樣、處理復(fù)雜。目前,大數(shù)據(jù)行業(yè)已經(jīng)成為全球...詳情>>
2023-09-06 13:42:47