ZZJ
2022-07-14 2b99047683332624832c1dfcae596e957a710b7d
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
.colorNormal {
  color: #3d3d3d;
}
 
.colorStrong {
  color: #666666;
}
 
.colorLight {
  color: #999999;
}
 
.colorBlue {
  color: #0065ff;
}
 
.heart {
  width: 1280px;
  margin: 0 auto;
}
 
.button {
  cursor: pointer;
  user-select: none;
}
 
.iconfont {
  user-select: none;
}
 
.el-pagination .el-pager .number {
  font-size: 14px;
  font-weight: 400;
}
 
.el-pagination__jump {
  font-size: 14px !important;
}