From 00bdfc968ac2fa46d3a76e292827c7e10247e07c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 02 Jan 2023 15:32:07 +0800
Subject: [PATCH] some files changes(styles)
---
src/styles/base/index.scss | 52 +++++++++++++++++++++++++---------------------------
1 files changed, 25 insertions(+), 27 deletions(-)
diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index bf178f6..d33265d 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -2,8 +2,6 @@
margin: 0;
padding: 0;
box-sizing: border-box;
- scrollbar-color: rgba(8, 56, 185, 0.9) hsla(0, 0%, 84.7%, 0.2);
- scrollbar-width: thin;
}
html,
@@ -13,7 +11,7 @@
font-size: 16px;
overflow-x: hidden;
overflow-y: auto;
- background: #171b22;
+ background: #032e61;
// scrollbar-width: none;
// -ms-overflow-style: none;
@@ -38,35 +36,35 @@
-ms-interpolation-mode: nearest-neighbor;
}
-::-webkit-scrollbar {
- width: 5px;
- height: 5px;
- background-color: transparent;
-}
+// ::-webkit-scrollbar {
+// width: 5px;
+// height: 5px;
+// background-color: transparent;
+// }
-::-webkit-scrollbar {
- width: 7px;
- height: 7px;
- background-color: transparent;
-}
+// ::-webkit-scrollbar {
+// width: 7px;
+// height: 7px;
+// background-color: transparent;
+// }
-::-webkit-scrollbar-thumb {
- border-radius: 5px;
- background-color: hsla(220deg, 4%, 58%, 0.3);
-}
+// ::-webkit-scrollbar-thumb {
+// border-radius: 5px;
+// background-color: hsla(220deg, 4%, 58%, 0.3);
+// }
-::-webkit-scrollbar-thumb {
- border-radius: 5px;
- background-color: hsla(220deg, 4%, 58%, 0.3);
-}
+// ::-webkit-scrollbar-thumb {
+// border-radius: 5px;
+// background-color: hsla(220deg, 4%, 58%, 0.3);
+// }
-::-webkit-scrollbar-track-piece {
- background-color: transparent;
-}
+// ::-webkit-scrollbar-track-piece {
+// background-color: transparent;
+// }
-::-webkit-scrollbar-track-piece {
- background-color: transparent;
-}
+// ::-webkit-scrollbar-track-piece {
+// background-color: transparent;
+// }
.car-video-box {
.el-dialog {
--
Gitblit v1.9.3