<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
div {
width: 249px;
height: 300px;
overflow: auto;
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
/*滾動區域背景*/
::-webkit-scrollbar-track-piece {
background-color: silver;
-webkit-border-radius: 6px;
}
/*豎向滾動條*/
::-webkit-scrollbar-thumb:vertical {
height: 5px;
background-color: yellow;
-webkit-border-radius: 6px;
}
/*橫向滾動條*/
::-webkit-scrollbar-thumb:horizontal {
width: 5px;
background-color: red;
-webkit-border-radius: 6px;
}
</style>
</head>
<body>
<div>
<p>1111111111111111111111111111111</p>
<p>1111111111111111111111111111111</p>
<p>1111111111111111111111111111111</p>
<p>1111111111111111111111111111111</p>
<p>1111111111111111111111111111111</p>
<p>1111111111111111111111111111111</p>
<p>1111111111111111111111111111111</p>
<p>1111111111111111111111111111111</p>
<p>1111111111111111111111111111111</p>
<p>1111111111111111111111111111111</p>
<p>1111111111111111111111111111111</p>
<p>1111111111111111111111111111111</p>
<p>1111111111111111111111111111111</p>
<p>1111111111111111111111111111111</p>
<p>1111111111111111111111111111111</p>
</div>
</body>
</html>
如果文章對你有幫助,麻煩幫忙點個贊哦!嘿嘿!做一個靠譜的技術博主!
