[update] PC端样式调整
This commit is contained in:
Vendored
+3
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user