|
@@ -61,13 +61,13 @@ export default {
|
|
|
|
|
|
body {
|
|
|
::-webkit-scrollbar { width: 0.25rem; height: 0.25rem; } /*宽度是对垂直滚动条而言,高度是对水平滚动条而言*/
|
|
|
- ::-webkit-scrollbar-thumb { background: #930909; border-radius: 2.08rem; }
|
|
|
- ::-webkit-scrollbar-button { background-color: transparent; height: 0; width: 0;}
|
|
|
- ::-webkit-scrollbar-track { background: #fff; border-radius: 2.08rem; }
|
|
|
+ ::-webkit-scrollbar-thumb { background: #930909; }
|
|
|
+ ::-webkit-scrollbar-button { display: none; }
|
|
|
+ ::-webkit-scrollbar-track { background: transparent; }
|
|
|
// 横竖滚动条轨道交汇处
|
|
|
::-webkit-scrollbar-corner { background: transparent; }
|
|
|
// 有必要给resizer设置border_radius吗?
|
|
|
- ::-webkit-scrollbar-resizer { background: transparent; border-radius: 6px; }
|
|
|
+ ::-webkit-scrollbar-resizer { background: transparent; }
|
|
|
}
|
|
|
// * {
|
|
|
// -webkit-touch-callout: none;
|