[update] PC端样式调整

This commit is contained in:
danshihao
2024-04-16 11:30:45 +08:00
parent 8105873219
commit 563d157144
46 changed files with 349 additions and 492 deletions
+3 -3
View File
@@ -141,7 +141,7 @@
top: 0;
width: 51%;
height: 100%;
background: #0094FF;
background: #8FC7FF;
/* Old browsers */
z-index: 1000;
-webkit-transform: translateX(0);
@@ -230,11 +230,11 @@
border-radius:3px;
}
::-webkit-scrollbar-thumb{
background: linear-gradient(180deg, #0094FF 0%, #2EE4FD 100%);
background: #647C97;
border-radius:3px;
}
::-webkit-scrollbar-thumb:hover{
background: linear-gradient(180deg, #0094FF 0%, #2EE4FD 100%);
background: #647C97;
}
::-webkit-scrollbar-corner {
background: transparent;