<!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>
如果文章对你有帮助,麻烦帮忙点个赞哦!嘿嘿!做一个靠谱的技术博主!