永康嘉持电器有限公司前端
小小儁爺
2025-03-05 c34f771c22b4650c858b7d468ab00541a693bb4f
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
.kb_dashboard {
  width: 1920px;
  height: 1080px;
  position: relative;
  /*background-color: #17678c;*/
  background-color: #000;
  font-size: 16px;
  /*font-family: Microsoft YaHei;*/
  font-family: Arial;
  color: #fff;
  background-size: 1920px 1080px;
  /*background: url("../../assets/images/kb_bg.png") no-repeat;*/
 
  overflow: hidden;
}
 
.kb_backgroundCustom {
  position: absolute;
  width: 1920px;
  height: 1080px;
  background: url('../../assets/images/background001.jpg') no-repeat;
}
 
.kb_header {
  /*background-color: #123;*/
  height: 90px;
  line-height: 90px;
  font-size: 56px;
  color: #09d8f2;
}
 
.kb_header_text {
  letter-spacing: 5px;
  font-weight: bolder;
}
 
.kb_title_text {
  font-weight: bolder;
  font-size: 24px;
}
 
.kb_headerPic {
  position: absolute;
  top: 39px;
  /*top: 0px;*/
  width: 1808px;
  /*height: 90px;*/
  height: 12px;
  /*background-size: 100% 100%;*/
  /*background: url("../../assets/images/kb_title.png") no-repeat;*/
  background: url("../../assets/images/kb_headtitle2.png") no-repeat;
  margin-left: 56px;
}
 
.kb_headTime {
  position: absolute;
  right: 85px;
  /*width: 360px;*/
  height: 50px;
  z-index: 10;
  top: -20px;
  font-size: 28px;
 
}
 
 
.flex_c_c {
  display: flex;
  justify-content: center;
  align-items: center;
}
 
.flex_c_s {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /*align-content: center;*/
}
 
.flex_c_b {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
 
.flex_e_c {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
}
 
.flex_s_c {
  display: flex;
  justify-content: flex-start;
  align-content: center;
}
 
.kb_pd10 {
  padding: 10px;
}
 
.kb_mt10 {
  margin-top: 10px;
}
 
.kb_mt10 {
  margin-top: 10px;
}
 
/*公告样式*/
.MarqueeTipsContentClass {
  color: #00ffff;
  height: 30px;
  width: 100%;
  line-height: 30px;
  font-size: 32px;
  z-index: 2;
  position: absolute;
  top: 80px;
}
 
/*
定义滚动条高宽及背景
高宽分别对应横竖滚动条的尺寸
*/
/*::-webkit-scrollbar {*/
/*  width: 0 !important;*/
/*  height: 0 !important;*/
/*  display: none !important;*/
/*}*/
 
/*scrollbar END*/
 
 
.smallTitle {
  height: 35px;
  display: flex;
  color: #00ffff;
  font-size: 26px;
  /*align-content: flex-start;*/
}
 
.svg_class {
  margin-right: 10px;
  font-size: 28px;
}
 
 
.lineContent {
  height: 435px;
  border: 1px solid #09d8f2;
  border-radius: 5px;
  padding: 2px;
  box-shadow: #00FFFF 0 0 10px;
}
 
.lineContentCenter {
  height: 935px;
  border: 1px solid #09d8f2;
  border-radius: 5px;
  padding: 2px;
  box-shadow: #00FFFF 0 0 10px;
}
 
.horn {
  background: linear-gradient(#00FFFF, #00FFFF) left top,
  linear-gradient(#00FFFF, #00FFFF) left top,
  linear-gradient(#00FFFF, #00FFFF) right top,
  linear-gradient(#00FFFF, #00FFFF) right top,
  linear-gradient(#00FFFF, #00FFFF) left bottom,
  linear-gradient(#00FFFF, #00FFFF) left bottom,
  linear-gradient(#00FFFF, #00FFFF) right bottom,
  linear-gradient(#00FFFF, #00FFFF) right bottom;
  background-repeat: no-repeat;
  background-size: 2px 20px, 20px 2px;
}