guanqb
2022-12-30 da19dce2440fd755b42949cc3cc4497d4bd301a7
Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
1 files modified
13 ■■■■ changed files
src/styles/base/index.scss 13 ●●●● patch | view | raw | blame | history
src/styles/base/index.scss
@@ -2,7 +2,7 @@
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-color: rgba(17, 38, 163, 0.5) hsla(0, 0%, 84.7%, 0.2);
    scrollbar-color: rgba(8, 56, 185, 0.9) hsla(0, 0%, 84.7%, 0.2);
    scrollbar-width: thin;
}
@@ -29,14 +29,15 @@
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    width: 8px;
    height: 8px;
    background-color: none;
    border-radius: 8px;
}
// hsla(0, 0%, 84.7%, 0.6);
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border-radius: 8px;
    background-color: rgba(17, 38, 163, 0.5);
    padding-left: 2px;
    padding-right: 2px;
@@ -47,7 +48,7 @@
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(17, 38, 163, 0.5);
    background-color: rgba(8, 56, 185, 0.9);
}
:not(select)::-webkit-scrollbar {
@@ -55,7 +56,7 @@
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(17, 38, 163, 0.5);
    background-color: rgba(8, 56, 185, 0.9);
}
.car-video-box {