|
@@ -4232,7 +4232,7 @@ export default {
|
|
|
.study_top::-webkit-scrollbar-track,
|
|
|
.textContent::-webkit-scrollbar {
|
|
|
border-radius: 10px;
|
|
|
- background-color: #2c5ab3;
|
|
|
+ background-color: #B8BDC9;
|
|
|
}
|
|
|
|
|
|
/*定义滑块 内阴影+圆角*/
|
|
@@ -4240,7 +4240,7 @@ export default {
|
|
|
.study_top::-webkit-scrollbar-thumb,
|
|
|
.textContent::-webkit-scrollbar-thumb {
|
|
|
border-radius: 10px;
|
|
|
- -webkit-box-shadow: inset 0 0 6px #2c5ab3;
|
|
|
+ -webkit-box-shadow: inset 0 0 6px rgb(96, 125, 184);
|
|
|
background-color: #2c5ab3;
|
|
|
}
|
|
|
|