界面展示优化

This commit is contained in:
sswiki
2024-12-06 22:46:50 +08:00
parent 6cdcaf51ad
commit 858e7d6f21
12 changed files with 465 additions and 255 deletions

View File

@@ -23,17 +23,22 @@ body {
}
::-webkit-scrollbar {
width: 6px;
height: 9px;
-webkit-appearance: none;
height: 11px;
width: 11px !important;
background-color: unset !important;
}
::-webkit-scrollbar-thumb {
background: #ddd;
border-radius: 10px;
cursor: pointer;
border-radius: 11px;
border-style: dashed;
border-color: transparent;
border-width: 3px;
background-color: rgba(173, 180, 195, 0.4);
background-clip: padding-box;
}
::-webkit-scrollbar-track-piece {
background: #eee;
::-webkit-scrollbar-thumb:hover {
background: rgba(173, 180, 195, 0.5);
}
</style>