.pc-ind-box-l-c-l-con-box::-webkit-scrollbar {
10px;
height:10px;
}
.pc-ind-box-l-c-l-con-box::-webkit-scrollbar-button {
background-color: rgba(0, 0, 0, 0.0);
}/*上箭头位置*/
.pc-ind-box-l-c-l-con-box::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.0);
}/*下箭头位置*/
.pc-ind-box-l-c-l-con-box::-webkit-scrollbar-track-piece {
background:url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png);
}
.pc-ind-box-l-c-l-con-box::-webkit-scrollbar-thumb{
background:#043861;
border-radius:4px;
}/*滚动条位置*/
.pc-ind-box-l-c-l-con-box::-webkit-scrollbar-corner {
background:#82AFFF;
}
.pc-ind-box-l-c-l-con-box::-webkit-scrollbar-resizer {
background:#FF0BEE;
}
IE:
*{/*三角箭头的颜色*/
scrollbar-arrow-color: #fff;
/*滚动条*/
scrollbar-face-color: #043861;
/*滚动条整体颜色*/
scrollbar-highlight-color: #333;
/*滚动条阴影和描边*/
scrollbar-shadow-color: #043861;
/*滚动条轨道颜色和箭头颜色*/
scrollbar-track-color: #043861;}