loulijun2021
2022-07-29 32ec691abab0c837f34ce2c4908a40a10b9dbec7
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
.kb_dashboard {
  width: 1920px;
  height: 1080px;
  position: relative;
  background-color: #000;
  font-size: 16px;
  font-family: Microsoft YaHei;
  color: #fff;
}
 
.kb_header {
  /*background-color: #000;*/
  /*background-color: #123;*/
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  color: #09d8f2;
}
 
.kb_header_text{
  letter-spacing: 5px;
}
 
.kb_headerPic{
  position: absolute;
  top: 39px;
  width: 1808px;
  height: 12px;
  /*background-size: 100% 100%;*/
  background: url("../../assets/images/kb_headtitle2.png") no-repeat;
  margin-left: 56px;
  /*margin-left: 40px;*/
}
.kb_headTime{
  position: absolute;
  right: 10px;
  width: 300px;
  height: 50px;
  z-index: 10;
  top: 30px;
  font-size: 22px;
}
 
 
.flex_c_c {
  display: flex ;
  justify-content: center ;
  align-content: center ;
}
 
.flex_c_s {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /*align-content: center;*/
}
 
.flex_e_c{
  display: flex;
  justify-content: space-evenly;
  align-content: center;
}
 
.kb_pd10{
 padding: 10px;
}
 
.kb_mt10{
  margin-top: 10px;
}