码迷,mamicode.com
首页 > Web开发 > 详细

css3自定义滚动条背景透明

时间:2017-09-14 18:38:52      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:hid   highlight   llb   round   back   width   height   css   设置   

.editor{
    overflow:hidden;
    height:640px;
		padding:0 45px;
		border: 0 none;
		outline: none;
}
.editor::-webkit-scrollbar{ //设置整个滚动条宽高
	  width:6px;
	  height:100%;
	}
	.editor::-webkit-scrollbar-thumb{ //设置滑块
	  width:4px;
	  height:60px;
	  background-color:#ccc;
	  border-radius:3px;
	}
	.editor::-webkit-scrollbar-track  
	{  
	  border-radius: 10px;  
	  background-color: rgba(255,255,255,.5);  //设置背景透明
	} 

  

css3自定义滚动条背景透明

标签:hid   highlight   llb   round   back   width   height   css   设置   

原文地址:http://www.cnblogs.com/mmzuo-798/p/7521660.html

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