<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<script src="./js/jquery-1.11.0.min.js"></script>
<style>
ul {
height: 2000px;
;
}
li {
height: 50px;
margin-top: 20px;
border: 1px solid #CCC;
}
.back {
position: fixed;
right: 10px;
top: 300px;
width: 50px;
height: 100px;
background-color: #ccc;
display: none;
}
</style>
</head>
<body>
<div class="back">
jQuery 滚动条
最新推荐文章于 2024-09-07 10:16:13 发布