#
luxiaotao1123
2021-12-13 4b3467e05cb0e2b68bc3e8ef08827e9e874562c8
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
body {
    font-family: sans-serif;
    /*font-weight: bold;*/
    font-size: 11px;
    background-color: #000;
    margin: 0;
}
canvas {
    display: block;
}
#btnhide {
    position: absolute;
    top: 37.5%;
    left: 100%;
    transform: translateY(50%);
    width: 10%;
    height: 10%;
    background: rgba(255,255,255,0.3);
    border: none;
    color: white;
    /*padding: 15px 32px;*/
    text-align: center;
    text-decoration: none;
    /*display: none;*/
    font-size: 16px;
    border-radius: 0px 5px 5px 0px;
}
#btnhide_m{
    position: absolute;
    top: 37.5%;
    left: 100%;
    transform: translateY(50%);
    width: 10%;
    height: 10%;
    border-radius: 0px 5px 5px 0px;
    background: rgba(143, 200, 227, 0.2);
    backdrop-filter: blur(1px);
}
#groundglass {
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
    width: 20%;
    height: 95%;
    background: rgba(143, 200, 227, 0.2);
    border-radius: 5px;
    backdrop-filter: blur(1px);
    /*display: none;*/
}
#sidebar{
    /*定位*/
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
    width: 20%;
    height: 95%;
    /*特效*/
    background: rgba(255,255,255,0.3);
    border-radius: 5px;
    color: #ffffff;
    /*display: none;*/
}
#sidebar p1{
    height: 24px;
    font-family:   FZChaoCuHei-M10S;
    font-weight: 900;
    font-size: 24px;
    text-indent: 2.5%;
    letter-spacing:1px;
    line-height: 25px;
    margin-top: 15px;
    margin-left: 2.5%;
    display: block;
}
#sidebar p2{
    height: 10px;
    font-size: 5px;
    font-family:   FZChaoCuHei-M10S;
    font-weight: 400;
    letter-spacing:0px;
    line-height: 8px;
    margin-top: 7px;
    transform: scale(0.8,0.8);
    padding-left: 5%;
}
#Histogram{
    width: 100%;
    height: 280px;
    padding-left: 3%;
}
#baobiao2 {
    width: 99%;
    height: 280px;
    padding-left: 3%;
}
.tablebox {
    height: 25%;
    overflow: hidden;
    position: relative;
    width: 95%;
    margin: 30px auto;
    /*background-color: rgba(6,26,103,1);*/
}
.tbl-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.tbl-body {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.tablebox table {
    width: 100%;
}
.tablebox table th,
.tablebox table td {
    font-size: 12px;
    color: #ffffff;
    line-height: 15px;
    text-align: center;
}
.tablebox table tr th {
    background-color: rgba(136,176,226,1);
    cursor: pointer;
}
.tablebox table tr td {
    background-color: transparent;
}
.tbl-body tr:nth-child(even) td,.tbl-body1 tr:nth-child(even) td {
    background-color: rgba(136, 176, 226, 0.4);
}
.tablebox table tr td span,
.tablebox table tr td span {
    font-size: 24px;
}