statisticsDaily.css
1.56 KB
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
.table-bordered {
border: 1px solid; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px; }
.table > tbody + tbody {
border-top: 1px solid; }
#left_div{
width:200px;
float: left;
}
#left_div1{
width: 100%;
}
#left_div2{
width: 100%;
height: 10px;
overflow: hidden;
}
#right_div{
width: 100%;
float: left;
margin-top: 15px;
}
#staticfw{
width: 100%;
overflow: hidden;
}
#right_divx{
width:100%;
}
#right_div2{
width:101%;
overflow: auto;
margin-top: -65px;
}
#staticfw::-webkit-scrollbar {
display:none
}
#right_div td{
min-width: 60px;
max-width: 60px;
width: 60px;
}
#right_divy td{
min-width: 60px;
max-width: 60px;
width: 60px;
}
#left_divy{
width:200px;
float: left;
}
#left_div1y{
width: 100%;
}
#left_div2y{
width: 100%;
height: 10px;
overflow: hidden;
}
#right_divy{
width: 100%;
float: left;
margin-top: 15px;
}
#staticfwy{
width: 100%;
overflow: hidden;
}
#right_divxy{
width:100%;
}
#right_div2y{
width:101%;
height:500px;
overflow: auto;
margin-top: -20px;
margin-bottom: 20px;
}
#staticfwy::-webkit-scrollbar {
display:none
}