看着有的网站打开后,浏览器滚动条很好看。自己特意去拔了一个,
如果是RiPro
主题,请在后台顶部设置添加自定义 CSS
。其他主题在对应的 CSS
样式添加。
/**====滚动条样式====*/ ::-webkit
-scrollbar
{/*滚动条整体样式*/width
: 10px; /*高宽分别对应横竖滚动条的尺寸*/height
: 1px; } ::-webkit
-scrollbar
-thumb
{/*滚动条里面小方块*/background
-color
: #12b7f5;background
-image
: -webkit
-linear
-gradient
(45deg,rgba
(255, 93, 143, 1) 25%,transparent
25%,transparent
50%,rgba
(255, 93, 143, 1) 50%,rgba
(255, 93, 143, 1) 75%,transparent
75%,transparent
); } ::-webkit
-scrollbar
-track
{/*滚动条里面轨道*/ -webkit
-box
-shadow
:inset
0 0 5pxrgba
(0,0,0,0.2);background
: #f6f6f6
; }
转载请注明:汇站网 » 浏览器右边的多色滚动条 WordPress
教程