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
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
@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;
}
.select {
  margin: 2.5rem 0 0 5rem;
}
.select:after {
  content: '';
  display: block;
  clear: both;
}
.nice-select {
  position: relative;
  z-index: 100;
  float: left;
  width: 10rem;
  margin-right: 2.5rem;
}
.nice-select input {
  display: block;
  width: 100%;
  height: 2.5rem;
  border: 0;
  outline: 0;
  background: none;
  color: #4CCBFF;
  font-size: 1.13rem;
  line-height: 2.5rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.20);
  border: 0.06rem solid #4ccbff;
  background-image: url("../images/icon_select.png");
  background-repeat: no-repeat;
  background-size: 0.63rem 0.5rem;
  background-position: 8.5rem center;
  cursor: pointer;
}
.nice-select ul {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 2.5rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.20);
  border: 0.06rem solid #4ccbff;
  border-top: none;
}
.nice-select ul li {
  overflow: hidden;
  padding: 0 10px;
  cursor: pointer;
  color: #4CCBFF;
  font-size: 1.13rem;
  line-height: 2rem;
}
.nice-select ul li.on {
  background: #008ec8;
  color: #fff;
}
.button {
  float: left;
}
.button input {
  width: 10rem;
  height: 2.5rem;
  background: #008ec8;
  color: #fff;
  font-size: 1.13rem;
  line-height: 2.5rem;
  text-align: center;
  border: none;
  cursor: pointer;
}
.scroll {
  width: 100%;
  height: 49.06rem;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0 5rem;
  margin-top: 2.5rem;
}
.Echarts {
  width: 100%;
  /* height: 150px; */
}