久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线
Discuz! 官方交流社區
標題:
純css滾動進度條,橫向進度條隨著頁面滾動而變化
[打印本頁]
作者:
gzwnzss
時間:
2021-2-7 21:15
標題:
純css滾動進度條,橫向進度條隨著頁面滾動而變化
效果如下:
(, 下載次數: 40)
上傳
點擊文件名下載附件
鼠標往下移動就會變化
<style>
body {
background-image: linear-gradient(to top right, #32a6ff 50%, #fff 50%);
background-size: 100% calc(100% - 100vh + 5px);
background-repeat: no-repeat;
}
body::after {
content: '';
position: fixed;
top: 3px;
bottom: 0;
left: 0;
right: 0;
background: #fff;
z-index: -1;
}
</style>
復制代碼
歡迎光臨 Discuz! 官方交流社區 (http://www.9999xn.com/)
Powered by Discuz! W1.0