码迷,mamicode.com
首页 > 其他好文 > 详细

前端 页面自定义滚动条

时间:2019-08-18 19:19:38      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:图片   rac   col   ima   radius   height   img   overflow   http   

示例
技术图片

代码

<div class="p-detail__table-scrollbar">
    <div style="width: 3300px;height: 10px;">
    </div>
</div>

<style>
.p-detail__table-scrollbar{
    overflow-x: scroll;
    overflow-y: hidden;
}
.p-detail__table-scrollbar::-webkit-scrollbar{
    width:1px;
    height: 10px;
    background-color: #ccc;
    border-radius: 5px;
}
.p-detail__table-scrollbar::-webkit-scrollbar-track{
    border-radius: 5px;
}
.p-detail__table-scrollbar::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: #333;
}
</style>

前端 页面自定义滚动条

标签:图片   rac   col   ima   radius   height   img   overflow   http   

原文地址:https://www.cnblogs.com/apeandcat/p/11373299.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!