|
|
@@ -70,9 +70,11 @@ html, body {
|
|
|
// }
|
|
|
|
|
|
// 滚动条,只设置某一项可能导致不生效。
|
|
|
-::-webkit-scrollbar { background: #dddecc; width: 6px; height: 6px; }
|
|
|
-::-webkit-scrollbar-thumb { background: #828a5b; border-radius: 3px; }
|
|
|
-::-webkit-scrollbar-corner { background: #dddecc; }
|
|
|
+.not-mobile{
|
|
|
+ ::-webkit-scrollbar { background: #dddecc; width: 6px; height: 6px; }
|
|
|
+ ::-webkit-scrollbar-thumb { background: #828a5b; border-radius: 3px; }
|
|
|
+ ::-webkit-scrollbar-corner { background: #dddecc; }
|
|
|
+}
|
|
|
|
|
|
// vue组件过渡效果
|
|
|
.fade-out-leave-active {
|