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
| #top10Div {
| width: 100%;
| height: 50%;
| /* background-color: hotpink; */
| /* margin-bottom: 80px; */
| /* margin-top: 50px; */
| }
| #body{
| padding-left: 1%;
| padding-right: 1%;
| }
| #top10Div>table {
| width: 100%;
| height: 50%;
| background-color: rgba(0, 0, 0, 0);
| /* border-collapse:collapse; */
| /* color: aqua; */
| /* font: italic 400 16px "宋体"; */
| /* border-radius: 10px; */
| }
| #qindex_selection,#equipment_name{
| text-align: center;
| font-weight: bold;
| width: auto;
| background-color: rgba(0,0,0,0);
| color: #FF5722;
| border: 0px;
| margin: 0;
| }
| #top10Tb{
| overflow-x: hidden;
| overflow-y: hidden;
|
| }
| #top10Tb tr:hover{
| background-color: rgb(0,0,0,.4);
| }
| .search_time_btn{
| width: 70px;
| height: 30px;
| border-radius: 5px;
| border: none
| }
| .no_bgc_table{
| width: 100%;
| padding: 2px;
| background-color: rgba(0, 0, 0, 0);
| color:rgba(255,255,255,.7);
| }
|
| .no_bgc_table_head{
| background-color: rgba(0, 0, 0, 0);
| color:rgba(255,255,255,.7);
| }
| .top_10_table tr {
| border-bottom: 1px solid rgba(77,255,255,.5);
| }
|
|
| .cnt_div{
| color: #fff;
| background-color: rgba(0, 48, 64, .6);
| }
| .color_white{
| color: #fff;
| }
|
| .cnt_left_div{
| width: 50%;
| float: left;
| }
| .cnt_right_div{
| width: 50%;
| float: right;
| }
| .padding_2_p{
| padding: 5px;
| }
| .padding_right_2_p{
| padding: 2%;
| }
|
| .my_sep{
| width: 96%;
| /* text-align: center; */
| height: 2px;
| margin-left: 2%;
| }
| #data_list {
| background-color: rgba(0,0,0,0);
| }
| .select_tr{
| background: rgba(255,87,34,.5) !important;
| }
| .over_tr{
| background: rgba(255,87,34,.8) !important;
| }
|
| .select_btn{
| color: #FF5722;
| }
| .data_td1,.data_td2,.data_td3,.data_td4{
| font-size: 12px;
| overflow: hidden;
| }
| .data_list {
| background-color: rgba(0,0,0,0);
| }
|
|
| #table_head thead tr th{
| width: 20%;
| margin: 0;
| text-align: center;
| }
| #data_div::-webkit-scrollbar{
| display: none;
| }
| #table_body{
| margin-bottom: 260px;
| }
| #table_body #top10Tb tr td{
| padding: 5px 0;
| font-size: 10px;
| width: 20%;
| margin: 0;
| text-align: center;
| }
|
|