2
13693261870
2022-09-16 653761a31dfeb50dd3d007e892d69c90bf0cdafc
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
body {
    background-color: transparent;
}
 
#reload {
    display: none;
    position: fixed;
    top: 15px;
    right: 30px;
}
 
#bodys {
    margin: 20px 20px;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #E3E3E3;
    text-align: center;
}
 
.table-bordered thead tr:first-child {
    background-color: #F7F7F7;
}
 
.radius {
    /*margin: 0 10px;*/
}
.radius table {
    width: 100% !important;
}
 
.table th, .table td {
    padding: 3px 0.75rem;
}
 
.top-border {
    margin-top: 35px !important;
    padding-top: 30px;
    border-top:1px dashed #e3e3e3 ;
}
 
/*.top-border :nth-of-type(n+2) {*/
/*border-top:1px dashed #e3e3e3 ;*/
/*}*/
 
.tuli {
    text-align: center;
 
}
 
.tuli span {
    color: red;
}
 
.chart {
    /*width:100%;*/
    /*margin-top:10px;*/
    /*margin-left:10px;*/
    height: 400px;
}
 
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}
::-webkit-scrollbar-thumb{
    background-color: #9e9e9e;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover{
    background-color: #797979;
}
::-webkit-scrollbar-thumb:vertical:active{
    background-color: #4c4c4c;
}
::-webkit-scrollbar-button{
    display: none;
}
::-webkit-scrollbar-track{
    background-color: #d9d9d9;
}
::-webkit-scrollbar-thumb:window-inactive {
    /*display: none;*/
 
}