- ::-webkit-scrollbar {
- width: 10px;
- height: 1px;
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 10px;
- background-color: skyblue;
- background-image: -webkit-linear-gradient( 45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent );
- }
- ::-webkit-scrollbar-track {
- box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
- background: #ededed;
- border-radius: 10px;
- }
复制代码 加到正在使用模板的common.CSS文件最底下即可
效果图看下面
|