|
|
@@ -14,23 +14,15 @@
|
|
|
|
|
|
@fontcolor: #323233;
|
|
|
|
|
|
-::-webkit-scrollbar {
|
|
|
- width: 6px;
|
|
|
- height: 1px;
|
|
|
-}
|
|
|
-
|
|
|
+::-webkit-scrollbar { width: 6px; height: 0; } /*宽度是对垂直滚动条而言,高度是对水平滚动条而言*/
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
+ background: #47484A;
|
|
|
border-radius: 3px;
|
|
|
- background: #DEDEDE;
|
|
|
- &:hover {
|
|
|
- background: #999;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
-::-webkit-scrollbar-track {
|
|
|
- border-radius: 3px;
|
|
|
- background: transparent;
|
|
|
}
|
|
|
+::-webkit-scrollbar-button { background-color: none; height: 0; }
|
|
|
+::-webkit-scrollbar-track { background: transparent; border-radius: 6px; }
|
|
|
+::-webkit-scrollbar-corner { background: transparent; border-radius: 6px; }
|
|
|
+::-webkit-scrollbar-resizer { background: transparent;}
|
|
|
|
|
|
input::-webkit-input-placeholder,
|
|
|
textarea::-webkit-input-placeholder {
|