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
45
46
| body.index {
| background: linear-gradient(to left, rgba(221, 52, 52, 1), rgba(235, 170, 170, 1)) !important;
| }
|
| .container {
| background: rgba(80, 161, 237, 0.73) !important;
| }
|
| .container .layui-nav-bar {
| background: rgba(10, 99, 183, 0.73) !important;
| }
|
| .container .logo a {
| background: rgba(0, 0, 0, 0) !important;
| }
|
| .container .logo a {
| color: rgb(255, 255, 255) !important;
| }
|
| .left-nav {
| background: rgb(238, 238, 238) !important;
| }
|
| .left-nav a {
| color: rgb(51, 51, 51) !important;
| }
|
| .left-nav a:hover,
| .left-nav a.active {
| background: rgba(15, 129, 235, 0.73) !important;
| }
|
| .left-nav a:hover,
| .left-nav a.active {
| color: rgb(255, 255, 255) !important;
| }
|
| .left-nav a:hover,
| .left-nav a.active {
| border-color: rgba(242, 207, 8, 1) !important;
| }
|
| body {
| background: rgb(241, 241, 241) !important;
| }
|
|