819527061@qq.com
2024-01-15 53463931c4bd9ac826f268844e76d2bc40baa2cc
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
@charset "utf-8";
.content {
  margin-top: 2.5rem;
  width: 100%;
  height: 59.06rem;
  background-image: url("../images/table_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
}
.table {
  width: 105rem;
  height: 48.38rem;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  position: fixed;
  left: 7.5rem;
  top: 12.5rem;
}
.table table * {
  font-size: 1.13rem;
  text-align: center;
  color: #ffffff;
  line-height: 1.13rem;
  vertical-align: middle;
}
.table table .Title {
  position: fixed;
  left: 7.5rem;
  top: 10rem;
  width: 105rem;
  display: table;
}
.table table th {
  width: 9.090909090909091%;
  height: 2.5rem;
  background: #008ec8;
  font-weight: normal;
}
.table table td {
  width: 9.090909090909091%;
  height: 2.5rem;
  background: #0b3465;
}
.table table tr.special td {
  background: #082241;
}
.table table td a:hover {
  text-decoration: underline;
}