guanqb
2022-12-12 f7d2909c80fd6488eae734ad68db9f6f0bccec06
src/styles/base/index.scss
@@ -2,7 +2,7 @@
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-color: rgba(7, 22, 37, 0.8) hsla(0, 0%, 84.7%, 0.2);
    scrollbar-color: rgba(17, 38, 163, 0.5) hsla(0, 0%, 84.7%, 0.2);
    scrollbar-width: thin;
}
@@ -36,7 +36,7 @@
// hsla(0, 0%, 84.7%, 0.6);
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: rgba(7, 22, 37, 0.8);
    background-color: rgba(17, 38, 163, 0.5);
    padding-left: 2px;
    padding-right: 2px;
}
@@ -46,7 +46,7 @@
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(7, 22, 37, 0.8);
    background-color: rgba(17, 38, 163, 0.5);
}
:not(select)::-webkit-scrollbar {
@@ -54,7 +54,7 @@
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(7, 22, 37, 0.8);
    background-color: rgba(17, 38, 163, 0.5);
}
.car-video-box {
@@ -521,5 +521,6 @@
.select-on-tab {
    box-shadow: 0 0 10px $menu-tab-shadow;
    box-shadow: 0 2px 2px $menu-tab-shadow;
    color: #fff;
}