style:样式切换

This commit is contained in:
lqins
2024-12-19 16:57:57 +08:00
parent 710b008453
commit 357c77ef30
59 changed files with 4775 additions and 3420 deletions

View File

@@ -1,13 +1,18 @@
.custom-scroll ::-webkit-scrollbar {
width: 8px; /* 滚动条宽度 */
display:none;
}
.custom-scroll ::-webkit-scrollbar-track {
background-color: #282c34;
display:none;
}
.custom-scroll ::-webkit-scrollbar-thumb {
background-color: #444;
border-radius: 8px;
display:none;
}
.custom-scroll ::-webkit-scrollbar-thumb:hover {
background-color: #666;
display:none;
}