当前位置:网站首页>滚动条 scrollbar 和scrollbar-thumb 样式
滚动条 scrollbar 和scrollbar-thumb 样式
2022-08-03 05:22:00 【tengyuxin】
效果图如下

具体代码如下
<!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>
.box{
height: 400px;
width: 400px;
background-color: aquamarine;
overflow-y: scroll;
}
.box p{
height: 150px;
}
/*修饰滚动条写法*/
.box::-webkit-scrollbar {
background-color: rgb(122, 178, 238);
width: 20px;
}
.box::-webkit-scrollbar-thumb{
border-radius:5px;
background-color:rgb(19, 80, 142);
width: 11px;
}
</style>
</head>
<body>
<div class="box">
<p>小李子</p>
<p>小李子</p>
<p>小李子</p>
<p>小李子</p>
</div>
</body>
</html>
边栏推荐
猜你喜欢
随机推荐
中国人力资源服务行业投资建议与前景战略规划研究报告2022~2028年
MySql 怎么查出符合条件的最新的数据行?
时间盲注脚本
取某一区间中素数的个数--洛谷P1865 A % B Problem
下拉框数据字典应用案例
【Arduino】关于“&”和“|” 运算-----多个参数运算结果异常的问题解决
Ansible installation and deployment detailed process, basic operation of configuration inventory
Kettle Spoon 安装配置详解
用C语言来实现扫雷小游戏
pta a.1003 的收获
Qlik Sense 判空详解(IsNull)
[Rebound shell and privilege escalation]
当奈飞的NFT忘记了web2的业务安全
MySQL 下载和安装详解
中国生物反应器行业市场投资分析及前景预测报告2022~2028年
Greetings(状压DP,枚举子集转移)
跨域错误的原因及处理方法
【 command execution and middleware loopholes 】
关于semantic-ui的cdn失效问题(怎样通过本地引用semantic-ui)
中国人造金刚石行业投资战略规划及发展前景预测报告2022~2028年





![7.24[C语言零基础 知识点总结]](/img/b8/3abcee495e70c9ffffc671f2b7d9b1.png)



