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
| body {
| background-color: transparent;
| }
|
| #reload {
| display: none;
| position: fixed;
| top: 15px;
| right: 30px;
| }
|
| #bodys {
| margin: 20px 10px;
| }
| .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;
| }
|
|