明梦爽
2021-11-06 c832daf074e1a452b4960a1aea347169fcb40fde
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
.ft-20{
  font-size: 20px;
}
.mart5{
  margin-top: 5px !important;
}
.mart10{
  margin-top: 10px !important;
}
.mart15{
  margin-top: 15px !important;
}
.padt10{
  padding-top:10px !important;
}
.flex-v{
  display: flex;
}
.flex-conter{
  justify-content: center;
}
.flex-between{
  justify-content: space-between;
}
.fl{
  float: left;
}
.fr{
  float: right;
}