qinjie
2023-12-21 7128c867e97db4d475479942e5e5e0524b8a7ac3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*0427
    background-color: rgba(60, 192, 232, 0.51) !important;
    background: -webkit-gradient(linear, 0 0, 100% 100%, from(#ace),to(#f96));
    background: linear-gradient(90deg,rgba(45,129,217,1),rgba(6,85,180,1));
*/
.divTool button {
    border: none;
    padding: 0px 5px !important;
}
/*dtree*/
.dtreefont, .treeactive, .dtree-theme-checkbox:hover {
    color: rgb(35, 183, 229) !important;
    font-weight: bold;
}
.dtree-theme-item:hover cite {
    color: rgb(35, 183, 229) !important;
}
.dtree-theme-item:hover, .dtree-theme-item-this {
    background: linear-gradient(#fff 95%, rgba(60, 192, 232, 0.51) 5%);
    color: rgba(60, 192, 232, 0.51);
}
.dtree-nav-div {
    border-radius: 7px;
}
/*0510  #0f609e #42c7f0 */
.layui-layer-page .layui-layer-content::-webkit-scrollbar {
    width: 5px;
    height: 0px;
    color: #ffffff;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #FFFFFF;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #0f609e;
}