明梦爽
2022-08-09 5d3f2aa7ccd9f761a6fd4224e7b49ceb6830abea
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
ul{
  padding: 0;
  margin: 0;
}
li{
  list-style: none;
}
.ft-20{
  font-size: 20px;
}
.mart5{
  margin-top: 5px !important;
}
.mart10{
  margin-top: 10px !important;
}
.mart15{
  margin-top: 15px !important;
}
.marr10{
  margin-right: 10px !important;
}
.marb5{
  margin-bottom: 5px !important;
}
.marb10{
  margin-bottom: 10px !important;
}
.marb20{
  margin-bottom: 20px !important;
}
.padt10{
  padding-top:10px !important;
}
.flex-v{
  display: flex;
}
.flex-conter{
  justify-content: center;
}
.flex-between{
  justify-content: space-between;
}
.flex-around{
  justify-content: space-around;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
 
.liPointer {
  cursor: pointer;
}
.liStylenone {
  list-style: none;
}
/* 链接去除下划线 */
.anone {
  text-decoration: none;
}
/* 蓝色标题 */
.color {
  color: rgb(1, 72, 153);
}
/* 变小手 */
.cursor{
  cursor: pointer;
}
.hr{
  margin: 2px 0;
  height: 1px;
  border: none;
  border-top: 1px;
}
.name {
  font-family: STHeiti;
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}
.namehr{
  /* border: 3px solid blue; */
  height: 2px;
  background-color: rgb(10, 10, 175);
  margin-bottom: 20px;
}