feat: web优化

This commit is contained in:
tbphp
2025-07-04 18:26:48 +08:00
parent b93cee6a6f
commit f2e22a08fa
8 changed files with 181 additions and 123 deletions

View File

@@ -1,6 +1,6 @@
:root {
overflow-y: scroll;
scrollbar-gutter: stable;
/* overflow-y: scroll;
scrollbar-gutter: stable; */
font-family:
"Inter",
-apple-system,
@@ -143,18 +143,18 @@ body {
/* 美化滚动条 */
::-webkit-scrollbar {
width: 8px;
height: 8px;
width: 2px;
height: 2px;
}
::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.05);
border-radius: 4px;
border-radius: 1px;
}
::-webkit-scrollbar-thumb {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
border-radius: 4px;
border-radius: 1px;
}
::-webkit-scrollbar-thumb:hover {