Showing
8 changed files
with
539 additions
and
462 deletions
1 | /* Logo 字体 */ | 1 | /* Logo 字体 */ |
2 | @font-face { | 2 | @font-face { |
3 | - font-family: "iconfont logo"; | ||
4 | - src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834'); | ||
5 | - src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'), | 3 | + font-family: "iconfont logo"; |
4 | + src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834'); | ||
5 | + src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'), | ||
6 | url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'), | 6 | url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'), |
7 | url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'), | 7 | url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'), |
8 | url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg'); | 8 | url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg'); |
9 | } | 9 | } |
10 | 10 | ||
11 | .logo { | 11 | .logo { |
12 | - font-family: "iconfont logo"; | ||
13 | - font-size: 160px; | ||
14 | - font-style: normal; | ||
15 | - -webkit-font-smoothing: antialiased; | ||
16 | - -moz-osx-font-smoothing: grayscale; | 12 | + font-family: "iconfont logo"; |
13 | + font-size: 160px; | ||
14 | + font-style: normal; | ||
15 | + -webkit-font-smoothing: antialiased; | ||
16 | + -moz-osx-font-smoothing: grayscale; | ||
17 | } | 17 | } |
18 | 18 | ||
19 | /* tabs */ | 19 | /* tabs */ |
20 | .nav-tabs { | 20 | .nav-tabs { |
21 | - position: relative; | 21 | + position: relative; |
22 | } | 22 | } |
23 | 23 | ||
24 | .nav-tabs .nav-more { | 24 | .nav-tabs .nav-more { |
25 | - position: absolute; | ||
26 | - right: 0; | ||
27 | - bottom: 0; | ||
28 | - height: 42px; | ||
29 | - line-height: 42px; | ||
30 | - color: #666; | 25 | + position: absolute; |
26 | + right: 0; | ||
27 | + bottom: 0; | ||
28 | + height: 42px; | ||
29 | + line-height: 42px; | ||
30 | + color: #666; | ||
31 | } | 31 | } |
32 | 32 | ||
33 | #tabs { | 33 | #tabs { |
34 | - border-bottom: 1px solid #eee; | 34 | + border-bottom: 1px solid #eee; |
35 | } | 35 | } |
36 | 36 | ||
37 | #tabs li { | 37 | #tabs li { |
38 | - cursor: pointer; | ||
39 | - width: 100px; | ||
40 | - height: 40px; | ||
41 | - line-height: 40px; | ||
42 | - text-align: center; | ||
43 | - font-size: 16px; | ||
44 | - border-bottom: 2px solid transparent; | ||
45 | - position: relative; | ||
46 | - z-index: 1; | ||
47 | - margin-bottom: -1px; | ||
48 | - color: #666; | 38 | + cursor: pointer; |
39 | + width: 100px; | ||
40 | + height: 40px; | ||
41 | + line-height: 40px; | ||
42 | + text-align: center; | ||
43 | + font-size: 16px; | ||
44 | + border-bottom: 2px solid transparent; | ||
45 | + position: relative; | ||
46 | + z-index: 1; | ||
47 | + margin-bottom: -1px; | ||
48 | + color: #666; | ||
49 | } | 49 | } |
50 | 50 | ||
51 | 51 | ||
52 | #tabs .active { | 52 | #tabs .active { |
53 | - border-bottom-color: #f00; | ||
54 | - color: #222; | 53 | + border-bottom-color: #f00; |
54 | + color: #222; | ||
55 | } | 55 | } |
56 | 56 | ||
57 | .tab-container .content { | 57 | .tab-container .content { |
58 | - display: none; | 58 | + display: none; |
59 | } | 59 | } |
60 | 60 | ||
61 | /* 页面布局 */ | 61 | /* 页面布局 */ |
62 | .main { | 62 | .main { |
63 | - padding: 30px 100px; | ||
64 | - width: 960px; | ||
65 | - margin: 0 auto; | 63 | + padding: 30px 100px; |
64 | + width: 960px; | ||
65 | + margin: 0 auto; | ||
66 | } | 66 | } |
67 | 67 | ||
68 | .main .logo { | 68 | .main .logo { |
69 | - color: #333; | ||
70 | - text-align: left; | ||
71 | - margin-bottom: 30px; | ||
72 | - line-height: 1; | ||
73 | - height: 110px; | ||
74 | - margin-top: -50px; | ||
75 | - overflow: hidden; | ||
76 | - *zoom: 1; | 69 | + color: #333; |
70 | + text-align: left; | ||
71 | + margin-bottom: 30px; | ||
72 | + line-height: 1; | ||
73 | + height: 110px; | ||
74 | + margin-top: -50px; | ||
75 | + overflow: hidden; | ||
76 | + *zoom: 1; | ||
77 | } | 77 | } |
78 | 78 | ||
79 | .main .logo a { | 79 | .main .logo a { |
80 | - font-size: 160px; | ||
81 | - color: #333; | 80 | + font-size: 160px; |
81 | + color: #333; | ||
82 | } | 82 | } |
83 | 83 | ||
84 | .helps { | 84 | .helps { |
85 | - margin-top: 40px; | 85 | + margin-top: 40px; |
86 | } | 86 | } |
87 | 87 | ||
88 | .helps pre { | 88 | .helps pre { |
89 | - padding: 20px; | ||
90 | - margin: 10px 0; | ||
91 | - border: solid 1px #e7e1cd; | ||
92 | - background-color: #fffdef; | ||
93 | - overflow: auto; | 89 | + padding: 20px; |
90 | + margin: 10px 0; | ||
91 | + border: solid 1px #e7e1cd; | ||
92 | + background-color: #fffdef; | ||
93 | + overflow: auto; | ||
94 | } | 94 | } |
95 | 95 | ||
96 | .icon_lists { | 96 | .icon_lists { |
97 | - width: 100% !important; | ||
98 | - overflow: hidden; | ||
99 | - *zoom: 1; | 97 | + width: 100% !important; |
98 | + overflow: hidden; | ||
99 | + *zoom: 1; | ||
100 | } | 100 | } |
101 | 101 | ||
102 | .icon_lists li { | 102 | .icon_lists li { |
103 | - width: 100px; | ||
104 | - margin-bottom: 10px; | ||
105 | - margin-right: 20px; | ||
106 | - text-align: center; | ||
107 | - list-style: none !important; | ||
108 | - cursor: default; | 103 | + width: 100px; |
104 | + margin-bottom: 10px; | ||
105 | + margin-right: 20px; | ||
106 | + text-align: center; | ||
107 | + list-style: none !important; | ||
108 | + cursor: default; | ||
109 | } | 109 | } |
110 | 110 | ||
111 | .icon_lists li .code-name { | 111 | .icon_lists li .code-name { |
112 | - line-height: 1.2; | 112 | + line-height: 1.2; |
113 | } | 113 | } |
114 | 114 | ||
115 | .icon_lists .icon { | 115 | .icon_lists .icon { |
116 | - display: block; | ||
117 | - height: 100px; | ||
118 | - line-height: 100px; | ||
119 | - font-size: 42px; | ||
120 | - margin: 10px auto; | ||
121 | - color: #333; | ||
122 | - -webkit-transition: font-size 0.25s linear, width 0.25s linear; | ||
123 | - -moz-transition: font-size 0.25s linear, width 0.25s linear; | ||
124 | - transition: font-size 0.25s linear, width 0.25s linear; | 116 | + display: block; |
117 | + height: 100px; | ||
118 | + line-height: 100px; | ||
119 | + font-size: 42px; | ||
120 | + margin: 10px auto; | ||
121 | + color: #333; | ||
122 | + -webkit-transition: font-size 0.25s linear, width 0.25s linear; | ||
123 | + -moz-transition: font-size 0.25s linear, width 0.25s linear; | ||
124 | + transition: font-size 0.25s linear, width 0.25s linear; | ||
125 | } | 125 | } |
126 | 126 | ||
127 | .icon_lists .icon:hover { | 127 | .icon_lists .icon:hover { |
128 | - font-size: 100px; | 128 | + font-size: 100px; |
129 | } | 129 | } |
130 | 130 | ||
131 | .icon_lists .svg-icon { | 131 | .icon_lists .svg-icon { |
132 | - /* 通过设置 font-size 来改变图标大小 */ | ||
133 | - width: 1em; | ||
134 | - /* 图标和文字相邻时,垂直对齐 */ | ||
135 | - vertical-align: -0.15em; | ||
136 | - /* 通过设置 color 来改变 SVG 的颜色/fill */ | ||
137 | - fill: currentColor; | ||
138 | - /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示 | ||
139 | - normalize.css 中也包含这行 */ | ||
140 | - overflow: hidden; | 132 | + /* 通过设置 font-size 来改变图标大小 */ |
133 | + width: 1em; | ||
134 | + /* 图标和文字相邻时,垂直对齐 */ | ||
135 | + vertical-align: -0.15em; | ||
136 | + /* 通过设置 color 来改变 SVG 的颜色/fill */ | ||
137 | + fill: currentColor; | ||
138 | + /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示 | ||
139 | + normalize.css 中也包含这行 */ | ||
140 | + overflow: hidden; | ||
141 | } | 141 | } |
142 | 142 | ||
143 | .icon_lists li .name, | 143 | .icon_lists li .name, |
144 | .icon_lists li .code-name { | 144 | .icon_lists li .code-name { |
145 | - color: #666; | 145 | + color: #666; |
146 | } | 146 | } |
147 | 147 | ||
148 | /* markdown 样式 */ | 148 | /* markdown 样式 */ |
149 | .markdown { | 149 | .markdown { |
150 | - color: #666; | ||
151 | - font-size: 14px; | ||
152 | - line-height: 1.8; | 150 | + color: #666; |
151 | + font-size: 14px; | ||
152 | + line-height: 1.8; | ||
153 | } | 153 | } |
154 | 154 | ||
155 | .highlight { | 155 | .highlight { |
156 | - line-height: 1.5; | 156 | + line-height: 1.5; |
157 | } | 157 | } |
158 | 158 | ||
159 | .markdown img { | 159 | .markdown img { |
160 | - vertical-align: middle; | ||
161 | - max-width: 100%; | 160 | + vertical-align: middle; |
161 | + max-width: 100%; | ||
162 | } | 162 | } |
163 | 163 | ||
164 | .markdown h1 { | 164 | .markdown h1 { |
165 | - color: #404040; | ||
166 | - font-weight: 500; | ||
167 | - line-height: 40px; | ||
168 | - margin-bottom: 24px; | 165 | + color: #404040; |
166 | + font-weight: 500; | ||
167 | + line-height: 40px; | ||
168 | + margin-bottom: 24px; | ||
169 | } | 169 | } |
170 | 170 | ||
171 | .markdown h2, | 171 | .markdown h2, |
@@ -173,139 +173,139 @@ | @@ -173,139 +173,139 @@ | ||
173 | .markdown h4, | 173 | .markdown h4, |
174 | .markdown h5, | 174 | .markdown h5, |
175 | .markdown h6 { | 175 | .markdown h6 { |
176 | - color: #404040; | ||
177 | - margin: 1.6em 0 0.6em 0; | ||
178 | - font-weight: 500; | ||
179 | - clear: both; | 176 | + color: #404040; |
177 | + margin: 1.6em 0 0.6em 0; | ||
178 | + font-weight: 500; | ||
179 | + clear: both; | ||
180 | } | 180 | } |
181 | 181 | ||
182 | .markdown h1 { | 182 | .markdown h1 { |
183 | - font-size: 28px; | 183 | + font-size: 28px; |
184 | } | 184 | } |
185 | 185 | ||
186 | .markdown h2 { | 186 | .markdown h2 { |
187 | - font-size: 22px; | 187 | + font-size: 22px; |
188 | } | 188 | } |
189 | 189 | ||
190 | .markdown h3 { | 190 | .markdown h3 { |
191 | - font-size: 16px; | 191 | + font-size: 16px; |
192 | } | 192 | } |
193 | 193 | ||
194 | .markdown h4 { | 194 | .markdown h4 { |
195 | - font-size: 14px; | 195 | + font-size: 14px; |
196 | } | 196 | } |
197 | 197 | ||
198 | .markdown h5 { | 198 | .markdown h5 { |
199 | - font-size: 12px; | 199 | + font-size: 12px; |
200 | } | 200 | } |
201 | 201 | ||
202 | .markdown h6 { | 202 | .markdown h6 { |
203 | - font-size: 12px; | 203 | + font-size: 12px; |
204 | } | 204 | } |
205 | 205 | ||
206 | .markdown hr { | 206 | .markdown hr { |
207 | - height: 1px; | ||
208 | - border: 0; | ||
209 | - background: #e9e9e9; | ||
210 | - margin: 16px 0; | ||
211 | - clear: both; | 207 | + height: 1px; |
208 | + border: 0; | ||
209 | + background: #e9e9e9; | ||
210 | + margin: 16px 0; | ||
211 | + clear: both; | ||
212 | } | 212 | } |
213 | 213 | ||
214 | .markdown p { | 214 | .markdown p { |
215 | - margin: 1em 0; | 215 | + margin: 1em 0; |
216 | } | 216 | } |
217 | 217 | ||
218 | -.markdown > p, | ||
219 | -.markdown > blockquote, | ||
220 | -.markdown > .highlight, | ||
221 | -.markdown > ol, | ||
222 | -.markdown > ul { | ||
223 | - width: 80%; | 218 | +.markdown>p, |
219 | +.markdown>blockquote, | ||
220 | +.markdown>.highlight, | ||
221 | +.markdown>ol, | ||
222 | +.markdown>ul { | ||
223 | + width: 80%; | ||
224 | } | 224 | } |
225 | 225 | ||
226 | -.markdown ul > li { | ||
227 | - list-style: circle; | 226 | +.markdown ul>li { |
227 | + list-style: circle; | ||
228 | } | 228 | } |
229 | 229 | ||
230 | -.markdown > ul li, | ||
231 | -.markdown blockquote ul > li { | ||
232 | - margin-left: 20px; | ||
233 | - padding-left: 4px; | 230 | +.markdown>ul li, |
231 | +.markdown blockquote ul>li { | ||
232 | + margin-left: 20px; | ||
233 | + padding-left: 4px; | ||
234 | } | 234 | } |
235 | 235 | ||
236 | -.markdown > ul li p, | ||
237 | -.markdown > ol li p { | ||
238 | - margin: 0.6em 0; | 236 | +.markdown>ul li p, |
237 | +.markdown>ol li p { | ||
238 | + margin: 0.6em 0; | ||
239 | } | 239 | } |
240 | 240 | ||
241 | -.markdown ol > li { | ||
242 | - list-style: decimal; | 241 | +.markdown ol>li { |
242 | + list-style: decimal; | ||
243 | } | 243 | } |
244 | 244 | ||
245 | -.markdown > ol li, | ||
246 | -.markdown blockquote ol > li { | ||
247 | - margin-left: 20px; | ||
248 | - padding-left: 4px; | 245 | +.markdown>ol li, |
246 | +.markdown blockquote ol>li { | ||
247 | + margin-left: 20px; | ||
248 | + padding-left: 4px; | ||
249 | } | 249 | } |
250 | 250 | ||
251 | .markdown code { | 251 | .markdown code { |
252 | - margin: 0 3px; | ||
253 | - padding: 0 5px; | ||
254 | - background: #eee; | ||
255 | - border-radius: 3px; | 252 | + margin: 0 3px; |
253 | + padding: 0 5px; | ||
254 | + background: #eee; | ||
255 | + border-radius: 3px; | ||
256 | } | 256 | } |
257 | 257 | ||
258 | .markdown strong, | 258 | .markdown strong, |
259 | .markdown b { | 259 | .markdown b { |
260 | - font-weight: 600; | 260 | + font-weight: 600; |
261 | } | 261 | } |
262 | 262 | ||
263 | -.markdown > table { | ||
264 | - border-collapse: collapse; | ||
265 | - border-spacing: 0px; | ||
266 | - empty-cells: show; | ||
267 | - border: 1px solid #e9e9e9; | ||
268 | - width: 95%; | ||
269 | - margin-bottom: 24px; | 263 | +.markdown>table { |
264 | + border-collapse: collapse; | ||
265 | + border-spacing: 0px; | ||
266 | + empty-cells: show; | ||
267 | + border: 1px solid #e9e9e9; | ||
268 | + width: 95%; | ||
269 | + margin-bottom: 24px; | ||
270 | } | 270 | } |
271 | 271 | ||
272 | -.markdown > table th { | ||
273 | - white-space: nowrap; | ||
274 | - color: #333; | ||
275 | - font-weight: 600; | 272 | +.markdown>table th { |
273 | + white-space: nowrap; | ||
274 | + color: #333; | ||
275 | + font-weight: 600; | ||
276 | } | 276 | } |
277 | 277 | ||
278 | -.markdown > table th, | ||
279 | -.markdown > table td { | ||
280 | - border: 1px solid #e9e9e9; | ||
281 | - padding: 8px 16px; | ||
282 | - text-align: left; | 278 | +.markdown>table th, |
279 | +.markdown>table td { | ||
280 | + border: 1px solid #e9e9e9; | ||
281 | + padding: 8px 16px; | ||
282 | + text-align: left; | ||
283 | } | 283 | } |
284 | 284 | ||
285 | -.markdown > table th { | ||
286 | - background: #F7F7F7; | 285 | +.markdown>table th { |
286 | + background: #F7F7F7; | ||
287 | } | 287 | } |
288 | 288 | ||
289 | .markdown blockquote { | 289 | .markdown blockquote { |
290 | - font-size: 90%; | ||
291 | - color: #999; | ||
292 | - border-left: 4px solid #e9e9e9; | ||
293 | - padding-left: 0.8em; | ||
294 | - margin: 1em 0; | 290 | + font-size: 90%; |
291 | + color: #999; | ||
292 | + border-left: 4px solid #e9e9e9; | ||
293 | + padding-left: 0.8em; | ||
294 | + margin: 1em 0; | ||
295 | } | 295 | } |
296 | 296 | ||
297 | .markdown blockquote p { | 297 | .markdown blockquote p { |
298 | - margin: 0; | 298 | + margin: 0; |
299 | } | 299 | } |
300 | 300 | ||
301 | .markdown .anchor { | 301 | .markdown .anchor { |
302 | - opacity: 0; | ||
303 | - transition: opacity 0.3s ease; | ||
304 | - margin-left: 8px; | 302 | + opacity: 0; |
303 | + transition: opacity 0.3s ease; | ||
304 | + margin-left: 8px; | ||
305 | } | 305 | } |
306 | 306 | ||
307 | .markdown .waiting { | 307 | .markdown .waiting { |
308 | - color: #ccc; | 308 | + color: #ccc; |
309 | } | 309 | } |
310 | 310 | ||
311 | .markdown h1:hover .anchor, | 311 | .markdown h1:hover .anchor, |
@@ -314,27 +314,27 @@ | @@ -314,27 +314,27 @@ | ||
314 | .markdown h4:hover .anchor, | 314 | .markdown h4:hover .anchor, |
315 | .markdown h5:hover .anchor, | 315 | .markdown h5:hover .anchor, |
316 | .markdown h6:hover .anchor { | 316 | .markdown h6:hover .anchor { |
317 | - opacity: 1; | ||
318 | - display: inline-block; | 317 | + opacity: 1; |
318 | + display: inline-block; | ||
319 | } | 319 | } |
320 | 320 | ||
321 | -.markdown > br, | ||
322 | -.markdown > p > br { | ||
323 | - clear: both; | 321 | +.markdown>br, |
322 | +.markdown>p>br { | ||
323 | + clear: both; | ||
324 | } | 324 | } |
325 | 325 | ||
326 | 326 | ||
327 | .hljs { | 327 | .hljs { |
328 | - display: block; | ||
329 | - background: white; | ||
330 | - padding: 0.5em; | ||
331 | - color: #333333; | ||
332 | - overflow-x: auto; | 328 | + display: block; |
329 | + background: white; | ||
330 | + padding: 0.5em; | ||
331 | + color: #333333; | ||
332 | + overflow-x: auto; | ||
333 | } | 333 | } |
334 | 334 | ||
335 | .hljs-comment, | 335 | .hljs-comment, |
336 | .hljs-meta { | 336 | .hljs-meta { |
337 | - color: #969896; | 337 | + color: #969896; |
338 | } | 338 | } |
339 | 339 | ||
340 | .hljs-string, | 340 | .hljs-string, |
@@ -343,29 +343,29 @@ | @@ -343,29 +343,29 @@ | ||
343 | .hljs-strong, | 343 | .hljs-strong, |
344 | .hljs-emphasis, | 344 | .hljs-emphasis, |
345 | .hljs-quote { | 345 | .hljs-quote { |
346 | - color: #df5000; | 346 | + color: #df5000; |
347 | } | 347 | } |
348 | 348 | ||
349 | .hljs-keyword, | 349 | .hljs-keyword, |
350 | .hljs-selector-tag, | 350 | .hljs-selector-tag, |
351 | .hljs-type { | 351 | .hljs-type { |
352 | - color: #a71d5d; | 352 | + color: #a71d5d; |
353 | } | 353 | } |
354 | 354 | ||
355 | .hljs-literal, | 355 | .hljs-literal, |
356 | .hljs-symbol, | 356 | .hljs-symbol, |
357 | .hljs-bullet, | 357 | .hljs-bullet, |
358 | .hljs-attribute { | 358 | .hljs-attribute { |
359 | - color: #0086b3; | 359 | + color: #0086b3; |
360 | } | 360 | } |
361 | 361 | ||
362 | .hljs-section, | 362 | .hljs-section, |
363 | .hljs-name { | 363 | .hljs-name { |
364 | - color: #63a35c; | 364 | + color: #63a35c; |
365 | } | 365 | } |
366 | 366 | ||
367 | .hljs-tag { | 367 | .hljs-tag { |
368 | - color: #333333; | 368 | + color: #333333; |
369 | } | 369 | } |
370 | 370 | ||
371 | .hljs-title, | 371 | .hljs-title, |
@@ -374,21 +374,21 @@ | @@ -374,21 +374,21 @@ | ||
374 | .hljs-selector-class, | 374 | .hljs-selector-class, |
375 | .hljs-selector-attr, | 375 | .hljs-selector-attr, |
376 | .hljs-selector-pseudo { | 376 | .hljs-selector-pseudo { |
377 | - color: #795da3; | 377 | + color: #795da3; |
378 | } | 378 | } |
379 | 379 | ||
380 | .hljs-addition { | 380 | .hljs-addition { |
381 | - color: #55a532; | ||
382 | - background-color: #eaffea; | 381 | + color: #55a532; |
382 | + background-color: #eaffea; | ||
383 | } | 383 | } |
384 | 384 | ||
385 | .hljs-deletion { | 385 | .hljs-deletion { |
386 | - color: #bd2c00; | ||
387 | - background-color: #ffecec; | 386 | + color: #bd2c00; |
387 | + background-color: #ffecec; | ||
388 | } | 388 | } |
389 | 389 | ||
390 | .hljs-link { | 390 | .hljs-link { |
391 | - text-decoration: underline; | 391 | + text-decoration: underline; |
392 | } | 392 | } |
393 | 393 | ||
394 | /* 代码高亮 */ | 394 | /* 代码高亮 */ |
@@ -401,83 +401,83 @@ https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javasc | @@ -401,83 +401,83 @@ https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javasc | ||
401 | */ | 401 | */ |
402 | code[class*="language-"], | 402 | code[class*="language-"], |
403 | pre[class*="language-"] { | 403 | pre[class*="language-"] { |
404 | - color: black; | ||
405 | - background: none; | ||
406 | - text-shadow: 0 1px white; | ||
407 | - font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; | ||
408 | - text-align: left; | ||
409 | - white-space: pre; | ||
410 | - word-spacing: normal; | ||
411 | - word-break: normal; | ||
412 | - word-wrap: normal; | ||
413 | - line-height: 1.5; | ||
414 | - | ||
415 | - -moz-tab-size: 4; | ||
416 | - -o-tab-size: 4; | ||
417 | - tab-size: 4; | ||
418 | - | ||
419 | - -webkit-hyphens: none; | ||
420 | - -moz-hyphens: none; | ||
421 | - -ms-hyphens: none; | ||
422 | - hyphens: none; | 404 | + color: black; |
405 | + background: none; | ||
406 | + text-shadow: 0 1px white; | ||
407 | + font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; | ||
408 | + text-align: left; | ||
409 | + white-space: pre; | ||
410 | + word-spacing: normal; | ||
411 | + word-break: normal; | ||
412 | + word-wrap: normal; | ||
413 | + line-height: 1.5; | ||
414 | + | ||
415 | + -moz-tab-size: 4; | ||
416 | + -o-tab-size: 4; | ||
417 | + tab-size: 4; | ||
418 | + | ||
419 | + -webkit-hyphens: none; | ||
420 | + -moz-hyphens: none; | ||
421 | + -ms-hyphens: none; | ||
422 | + hyphens: none; | ||
423 | } | 423 | } |
424 | 424 | ||
425 | pre[class*="language-"]::-moz-selection, | 425 | pre[class*="language-"]::-moz-selection, |
426 | pre[class*="language-"] ::-moz-selection, | 426 | pre[class*="language-"] ::-moz-selection, |
427 | code[class*="language-"]::-moz-selection, | 427 | code[class*="language-"]::-moz-selection, |
428 | code[class*="language-"] ::-moz-selection { | 428 | code[class*="language-"] ::-moz-selection { |
429 | - text-shadow: none; | ||
430 | - background: #b3d4fc; | 429 | + text-shadow: none; |
430 | + background: #b3d4fc; | ||
431 | } | 431 | } |
432 | 432 | ||
433 | pre[class*="language-"]::selection, | 433 | pre[class*="language-"]::selection, |
434 | pre[class*="language-"] ::selection, | 434 | pre[class*="language-"] ::selection, |
435 | code[class*="language-"]::selection, | 435 | code[class*="language-"]::selection, |
436 | code[class*="language-"] ::selection { | 436 | code[class*="language-"] ::selection { |
437 | - text-shadow: none; | ||
438 | - background: #b3d4fc; | 437 | + text-shadow: none; |
438 | + background: #b3d4fc; | ||
439 | } | 439 | } |
440 | 440 | ||
441 | @media print { | 441 | @media print { |
442 | 442 | ||
443 | - code[class*="language-"], | ||
444 | - pre[class*="language-"] { | ||
445 | - text-shadow: none; | ||
446 | - } | 443 | + code[class*="language-"], |
444 | + pre[class*="language-"] { | ||
445 | + text-shadow: none; | ||
446 | + } | ||
447 | } | 447 | } |
448 | 448 | ||
449 | /* Code blocks */ | 449 | /* Code blocks */ |
450 | pre[class*="language-"] { | 450 | pre[class*="language-"] { |
451 | - padding: 1em; | ||
452 | - margin: .5em 0; | ||
453 | - overflow: auto; | 451 | + padding: 1em; |
452 | + margin: .5em 0; | ||
453 | + overflow: auto; | ||
454 | } | 454 | } |
455 | 455 | ||
456 | -:not(pre) > code[class*="language-"], | 456 | +:not(pre)>code[class*="language-"], |
457 | pre[class*="language-"] { | 457 | pre[class*="language-"] { |
458 | - background: #f5f2f0; | 458 | + background: #f5f2f0; |
459 | } | 459 | } |
460 | 460 | ||
461 | /* Inline code */ | 461 | /* Inline code */ |
462 | -:not(pre) > code[class*="language-"] { | ||
463 | - padding: .1em; | ||
464 | - border-radius: .3em; | ||
465 | - white-space: normal; | 462 | +:not(pre)>code[class*="language-"] { |
463 | + padding: .1em; | ||
464 | + border-radius: .3em; | ||
465 | + white-space: normal; | ||
466 | } | 466 | } |
467 | 467 | ||
468 | .token.comment, | 468 | .token.comment, |
469 | .token.prolog, | 469 | .token.prolog, |
470 | .token.doctype, | 470 | .token.doctype, |
471 | .token.cdata { | 471 | .token.cdata { |
472 | - color: slategray; | 472 | + color: slategray; |
473 | } | 473 | } |
474 | 474 | ||
475 | .token.punctuation { | 475 | .token.punctuation { |
476 | - color: #999; | 476 | + color: #999; |
477 | } | 477 | } |
478 | 478 | ||
479 | .namespace { | 479 | .namespace { |
480 | - opacity: .7; | 480 | + opacity: .7; |
481 | } | 481 | } |
482 | 482 | ||
483 | .token.property, | 483 | .token.property, |
@@ -487,7 +487,7 @@ pre[class*="language-"] { | @@ -487,7 +487,7 @@ pre[class*="language-"] { | ||
487 | .token.constant, | 487 | .token.constant, |
488 | .token.symbol, | 488 | .token.symbol, |
489 | .token.deleted { | 489 | .token.deleted { |
490 | - color: #905; | 490 | + color: #905; |
491 | } | 491 | } |
492 | 492 | ||
493 | .token.selector, | 493 | .token.selector, |
@@ -496,7 +496,7 @@ pre[class*="language-"] { | @@ -496,7 +496,7 @@ pre[class*="language-"] { | ||
496 | .token.char, | 496 | .token.char, |
497 | .token.builtin, | 497 | .token.builtin, |
498 | .token.inserted { | 498 | .token.inserted { |
499 | - color: #690; | 499 | + color: #690; |
500 | } | 500 | } |
501 | 501 | ||
502 | .token.operator, | 502 | .token.operator, |
@@ -504,36 +504,36 @@ pre[class*="language-"] { | @@ -504,36 +504,36 @@ pre[class*="language-"] { | ||
504 | .token.url, | 504 | .token.url, |
505 | .language-css .token.string, | 505 | .language-css .token.string, |
506 | .style .token.string { | 506 | .style .token.string { |
507 | - color: #9a6e3a; | ||
508 | - background: hsla(0, 0%, 100%, .5); | 507 | + color: #9a6e3a; |
508 | + background: hsla(0, 0%, 100%, .5); | ||
509 | } | 509 | } |
510 | 510 | ||
511 | .token.atrule, | 511 | .token.atrule, |
512 | .token.attr-value, | 512 | .token.attr-value, |
513 | .token.keyword { | 513 | .token.keyword { |
514 | - color: #07a; | 514 | + color: #07a; |
515 | } | 515 | } |
516 | 516 | ||
517 | .token.function, | 517 | .token.function, |
518 | .token.class-name { | 518 | .token.class-name { |
519 | - color: #DD4A68; | 519 | + color: #DD4A68; |
520 | } | 520 | } |
521 | 521 | ||
522 | .token.regex, | 522 | .token.regex, |
523 | .token.important, | 523 | .token.important, |
524 | .token.variable { | 524 | .token.variable { |
525 | - color: #e90; | 525 | + color: #e90; |
526 | } | 526 | } |
527 | 527 | ||
528 | .token.important, | 528 | .token.important, |
529 | .token.bold { | 529 | .token.bold { |
530 | - font-weight: bold; | 530 | + font-weight: bold; |
531 | } | 531 | } |
532 | 532 | ||
533 | .token.italic { | 533 | .token.italic { |
534 | - font-style: italic; | 534 | + font-style: italic; |
535 | } | 535 | } |
536 | 536 | ||
537 | .token.entity { | 537 | .token.entity { |
538 | - cursor: help; | 538 | + cursor: help; |
539 | } | 539 | } |
This diff could not be displayed because it is too large.
1 | @font-face { | 1 | @font-face { |
2 | - font-family: "iconfont"; /* Project id 2843738 */ | ||
3 | - src: url('iconfont.woff2?t=1639498542236') format('woff2'), | ||
4 | - url('iconfont.woff?t=1639498542236') format('woff'), | ||
5 | - url('iconfont.ttf?t=1639498542236') format('truetype'); | 2 | + font-family: "iconfont"; /* Project id 2843738 */ |
3 | + src: url('iconfont.woff2?t=1659325108758') format('woff2'), | ||
4 | + url('iconfont.woff?t=1659325108758') format('woff'), | ||
5 | + url('iconfont.ttf?t=1659325108758') format('truetype'); | ||
6 | } | 6 | } |
7 | 7 | ||
8 | .iconfont { | 8 | .iconfont { |
9 | - font-family: "iconfont" !important; | ||
10 | - font-size: 16px; | ||
11 | - font-style: normal; | ||
12 | - -webkit-font-smoothing: antialiased; | ||
13 | - -moz-osx-font-smoothing: grayscale; | 9 | + font-family: "iconfont" !important; |
10 | + font-size: 16px; | ||
11 | + font-style: normal; | ||
12 | + -webkit-font-smoothing: antialiased; | ||
13 | + -moz-osx-font-smoothing: grayscale; | ||
14 | +} | ||
15 | + | ||
16 | +.icon-tishi:before { | ||
17 | + content: "\e67c"; | ||
18 | +} | ||
19 | + | ||
20 | +.icon-dian:before { | ||
21 | + content: "\ec1e"; | ||
22 | +} | ||
23 | + | ||
24 | +.icon-gengduo-shuxiang:before { | ||
25 | + content: "\e8c4"; | ||
26 | +} | ||
27 | + | ||
28 | +.icon-weixin:before { | ||
29 | + content: "\e67b"; | ||
30 | +} | ||
31 | + | ||
32 | +.icon-youxiang:before { | ||
33 | + content: "\e908"; | ||
34 | +} | ||
35 | + | ||
36 | +.icon-duanxinqunfa:before { | ||
37 | + content: "\eb42"; | ||
38 | +} | ||
39 | + | ||
40 | +.icon-yewuziyuantuopu:before { | ||
41 | + content: "\ea6f"; | ||
14 | } | 42 | } |
15 | 43 | ||
16 | .icon-yibiaopan:before { | 44 | .icon-yibiaopan:before { |
17 | - content: "\eb67"; | 45 | + content: "\eb67"; |
18 | } | 46 | } |
19 | 47 | ||
20 | .icon-nginx:before { | 48 | .icon-nginx:before { |
21 | - content: "\e63e"; | 49 | + content: "\e63e"; |
22 | } | 50 | } |
23 | 51 | ||
24 | .icon-dianya:before { | 52 | .icon-dianya:before { |
25 | - content: "\e639"; | 53 | + content: "\e639"; |
26 | } | 54 | } |
27 | 55 | ||
28 | .icon-shujujiekou:before { | 56 | .icon-shujujiekou:before { |
29 | - content: "\e641"; | 57 | + content: "\e641"; |
30 | } | 58 | } |
31 | 59 | ||
32 | .icon-xudianchizu:before { | 60 | .icon-xudianchizu:before { |
33 | - content: "\e7df"; | 61 | + content: "\e7df"; |
34 | } | 62 | } |
35 | 63 | ||
36 | .icon-tomcat2:before { | 64 | .icon-tomcat2:before { |
37 | - content: "\e63a"; | 65 | + content: "\e63a"; |
38 | } | 66 | } |
39 | 67 | ||
40 | .icon-xiaoxingji:before { | 68 | .icon-xiaoxingji:before { |
41 | - content: "\e63b"; | 69 | + content: "\e63b"; |
42 | } | 70 | } |
43 | 71 | ||
44 | .icon-dianyabiao:before { | 72 | .icon-dianyabiao:before { |
45 | - content: "\e658"; | 73 | + content: "\e658"; |
46 | } | 74 | } |
47 | 75 | ||
48 | .icon-suzhuji:before { | 76 | .icon-suzhuji:before { |
49 | - content: "\e63f"; | 77 | + content: "\e63f"; |
50 | } | 78 | } |
51 | 79 | ||
52 | .icon-kongtiao1:before { | 80 | .icon-kongtiao1:before { |
53 | - content: "\e90d"; | 81 | + content: "\e90d"; |
54 | } | 82 | } |
55 | 83 | ||
56 | .icon-kaiguan:before { | 84 | .icon-kaiguan:before { |
57 | - content: "\e642"; | 85 | + content: "\e642"; |
58 | } | 86 | } |
59 | 87 | ||
60 | .icon-wenduji:before { | 88 | .icon-wenduji:before { |
61 | - content: "\e643"; | 89 | + content: "\e643"; |
62 | } | 90 | } |
63 | 91 | ||
64 | .icon-kaiguan1:before { | 92 | .icon-kaiguan1:before { |
65 | - content: "\eaf7"; | 93 | + content: "\eaf7"; |
66 | } | 94 | } |
67 | 95 | ||
68 | .icon-xuehua:before { | 96 | .icon-xuehua:before { |
69 | - content: "\e644"; | 97 | + content: "\e644"; |
70 | } | 98 | } |
71 | 99 | ||
72 | .icon-aliyun:before { | 100 | .icon-aliyun:before { |
73 | - content: "\e6aa"; | 101 | + content: "\e6aa"; |
74 | } | 102 | } |
75 | 103 | ||
76 | .icon-kongtiao2:before { | 104 | .icon-kongtiao2:before { |
77 | - content: "\e645"; | 105 | + content: "\e645"; |
78 | } | 106 | } |
79 | 107 | ||
80 | .icon-kaiguan2:before { | 108 | .icon-kaiguan2:before { |
81 | - content: "\ec76"; | 109 | + content: "\ec76"; |
82 | } | 110 | } |
83 | 111 | ||
84 | .icon-dianchizu:before { | 112 | .icon-dianchizu:before { |
85 | - content: "\e647"; | 113 | + content: "\e647"; |
86 | } | 114 | } |
87 | 115 | ||
88 | .icon-dianchizu1:before { | 116 | .icon-dianchizu1:before { |
89 | - content: "\e646"; | 117 | + content: "\e646"; |
90 | } | 118 | } |
91 | 119 | ||
92 | .icon-CADshezhi:before { | 120 | .icon-CADshezhi:before { |
93 | - content: "\e649"; | 121 | + content: "\e649"; |
94 | } | 122 | } |
95 | 123 | ||
96 | .icon-EPStubiao:before { | 124 | .icon-EPStubiao:before { |
97 | - content: "\e64a"; | 125 | + content: "\e64a"; |
98 | } | 126 | } |
99 | 127 | ||
100 | .icon-webLogic:before { | 128 | .icon-webLogic:before { |
101 | - content: "\e73a"; | 129 | + content: "\e73a"; |
102 | } | 130 | } |
103 | 131 | ||
104 | .icon-xiaoxingji1:before { | 132 | .icon-xiaoxingji1:before { |
105 | - content: "\e65a"; | 133 | + content: "\e65a"; |
106 | } | 134 | } |
107 | 135 | ||
108 | .icon-wenduji1:before { | 136 | .icon-wenduji1:before { |
109 | - content: "\e64b"; | 137 | + content: "\e64b"; |
110 | } | 138 | } |
111 | 139 | ||
112 | .icon-guangyuwang:before { | 140 | .icon-guangyuwang:before { |
113 | - content: "\e64c"; | 141 | + content: "\e64c"; |
114 | } | 142 | } |
115 | 143 | ||
116 | .icon-wangguanshezhi:before { | 144 | .icon-wangguanshezhi:before { |
117 | - content: "\e69f"; | 145 | + content: "\e69f"; |
118 | } | 146 | } |
119 | 147 | ||
120 | .icon-sanjiaohuanji:before { | 148 | .icon-sanjiaohuanji:before { |
121 | - content: "\e64d"; | 149 | + content: "\e64d"; |
122 | } | 150 | } |
123 | 151 | ||
124 | .icon-Redis1:before { | 152 | .icon-Redis1:before { |
125 | - content: "\e64e"; | 153 | + content: "\e64e"; |
126 | } | 154 | } |
127 | 155 | ||
128 | .icon-dianchi3:before { | 156 | .icon-dianchi3:before { |
129 | - content: "\e64f"; | 157 | + content: "\e64f"; |
130 | } | 158 | } |
131 | 159 | ||
132 | .icon-xiaoxingji2:before { | 160 | .icon-xiaoxingji2:before { |
133 | - content: "\e734"; | 161 | + content: "\e734"; |
134 | } | 162 | } |
135 | 163 | ||
136 | .icon-xiaoxingji3:before { | 164 | .icon-xiaoxingji3:before { |
137 | - content: "\e749"; | 165 | + content: "\e749"; |
138 | } | 166 | } |
139 | 167 | ||
140 | .icon-dns:before { | 168 | .icon-dns:before { |
141 | - content: "\e650"; | 169 | + content: "\e650"; |
142 | } | 170 | } |
143 | 171 | ||
144 | .icon-yangan:before { | 172 | .icon-yangan:before { |
145 | - content: "\e651"; | 173 | + content: "\e651"; |
146 | } | 174 | } |
147 | 175 | ||
148 | .icon-shujuku:before { | 176 | .icon-shujuku:before { |
149 | - content: "\e652"; | 177 | + content: "\e652"; |
150 | } | 178 | } |
151 | 179 | ||
152 | .icon-xuehua1:before { | 180 | .icon-xuehua1:before { |
153 | - content: "\e653"; | 181 | + content: "\e653"; |
154 | } | 182 | } |
155 | 183 | ||
156 | .icon-kongtiao3:before { | 184 | .icon-kongtiao3:before { |
157 | - content: "\e655"; | 185 | + content: "\e655"; |
158 | } | 186 | } |
159 | 187 | ||
160 | .icon-jifang:before { | 188 | .icon-jifang:before { |
161 | - content: "\e6ca"; | 189 | + content: "\e6ca"; |
162 | } | 190 | } |
163 | 191 | ||
164 | .icon-eps:before { | 192 | .icon-eps:before { |
165 | - content: "\e8ae"; | 193 | + content: "\e8ae"; |
166 | } | 194 | } |
167 | 195 | ||
168 | .icon-sharpicons_snowflake:before { | 196 | .icon-sharpicons_snowflake:before { |
169 | - content: "\e7c4"; | 197 | + content: "\e7c4"; |
170 | } | 198 | } |
171 | 199 | ||
172 | .icon-SANjiaohuanji:before { | 200 | .icon-SANjiaohuanji:before { |
173 | - content: "\e656"; | 201 | + content: "\e656"; |
174 | } | 202 | } |
175 | 203 | ||
176 | .icon-dianchi4:before { | 204 | .icon-dianchi4:before { |
177 | - content: "\e659"; | 205 | + content: "\e659"; |
178 | } | 206 | } |
179 | 207 | ||
180 | .icon-dianyabiao1:before { | 208 | .icon-dianyabiao1:before { |
181 | - content: "\e65f"; | 209 | + content: "\e65f"; |
182 | } | 210 | } |
183 | 211 | ||
184 | .icon-dianchizu2:before { | 212 | .icon-dianchizu2:before { |
185 | - content: "\e82b"; | 213 | + content: "\e82b"; |
186 | } | 214 | } |
187 | 215 | ||
188 | .icon-hengban-huaweiyun-quanbu:before { | 216 | .icon-hengban-huaweiyun-quanbu:before { |
189 | - content: "\e6c9"; | 217 | + content: "\e6c9"; |
190 | } | 218 | } |
191 | 219 | ||
192 | .icon-UPS:before { | 220 | .icon-UPS:before { |
193 | - content: "\e661"; | 221 | + content: "\e661"; |
194 | } | 222 | } |
195 | 223 | ||
196 | .icon-yangan1:before { | 224 | .icon-yangan1:before { |
197 | - content: "\e67e"; | 225 | + content: "\e67e"; |
198 | } | 226 | } |
199 | 227 | ||
200 | .icon-dianliu:before { | 228 | .icon-dianliu:before { |
201 | - content: "\e68a"; | 229 | + content: "\e68a"; |
202 | } | 230 | } |
203 | 231 | ||
204 | .icon-dianchi-wu:before { | 232 | .icon-dianchi-wu:before { |
205 | - content: "\e662"; | 233 | + content: "\e662"; |
206 | } | 234 | } |
207 | 235 | ||
208 | .icon-ecsyunfuwuqi:before { | 236 | .icon-ecsyunfuwuqi:before { |
209 | - content: "\e666"; | 237 | + content: "\e666"; |
210 | } | 238 | } |
211 | 239 | ||
212 | .icon-ups:before { | 240 | .icon-ups:before { |
213 | - content: "\e7b9"; | 241 | + content: "\e7b9"; |
214 | } | 242 | } |
215 | 243 | ||
216 | .icon-mysqlshujukumgrban:before { | 244 | .icon-mysqlshujukumgrban:before { |
217 | - content: "\e663"; | 245 | + content: "\e663"; |
218 | } | 246 | } |
219 | 247 | ||
220 | .icon-dianya1:before { | 248 | .icon-dianya1:before { |
221 | - content: "\e665"; | 249 | + content: "\e665"; |
222 | } | 250 | } |
223 | 251 | ||
224 | .icon-VMware:before { | 252 | .icon-VMware:before { |
225 | - content: "\e843"; | 253 | + content: "\e843"; |
226 | } | 254 | } |
227 | 255 | ||
228 | .icon-yibiaopan1:before { | 256 | .icon-yibiaopan1:before { |
229 | - content: "\e664"; | 257 | + content: "\e664"; |
230 | } | 258 | } |
231 | 259 | ||
232 | .icon-ecsyunfuwuqiECS:before { | 260 | .icon-ecsyunfuwuqiECS:before { |
233 | - content: "\e667"; | 261 | + content: "\e667"; |
234 | } | 262 | } |
235 | 263 | ||
236 | .icon-ecsyunfuwuqiECS1:before { | 264 | .icon-ecsyunfuwuqiECS1:before { |
237 | - content: "\e6e8"; | 265 | + content: "\e6e8"; |
238 | } | 266 | } |
239 | 267 | ||
240 | .icon-ruqinjiance1:before { | 268 | .icon-ruqinjiance1:before { |
241 | - content: "\e668"; | 269 | + content: "\e668"; |
242 | } | 270 | } |
243 | 271 | ||
244 | .icon-gongxiangcunchu:before { | 272 | .icon-gongxiangcunchu:before { |
245 | - content: "\e754"; | 273 | + content: "\e754"; |
246 | } | 274 | } |
247 | 275 | ||
248 | .icon-dianliu1:before { | 276 | .icon-dianliu1:before { |
249 | - content: "\e673"; | 277 | + content: "\e673"; |
250 | } | 278 | } |
251 | 279 | ||
252 | .icon-icon-huaweiyunxuniji:before { | 280 | .icon-icon-huaweiyunxuniji:before { |
253 | - content: "\e927"; | 281 | + content: "\e927"; |
254 | } | 282 | } |
255 | 283 | ||
256 | .icon-MySQLshujuku:before { | 284 | .icon-MySQLshujuku:before { |
257 | - content: "\e72a"; | 285 | + content: "\e72a"; |
258 | } | 286 | } |
259 | 287 | ||
260 | .icon-Internet-yunzhuangjiedian:before { | 288 | .icon-Internet-yunzhuangjiedian:before { |
261 | - content: "\e6ac"; | 289 | + content: "\e6ac"; |
262 | } | 290 | } |
263 | 291 | ||
264 | .icon-Internet-yunzhuangjiedian1:before { | 292 | .icon-Internet-yunzhuangjiedian1:before { |
265 | - content: "\e6b6"; | 293 | + content: "\e6b6"; |
266 | } | 294 | } |
267 | 295 | ||
268 | .icon-yangan2:before { | 296 | .icon-yangan2:before { |
269 | - content: "\e669"; | 297 | + content: "\e669"; |
270 | } | 298 | } |
271 | 299 | ||
272 | .icon-KAFAKA:before { | 300 | .icon-KAFAKA:before { |
273 | - content: "\e801"; | 301 | + content: "\e801"; |
274 | } | 302 | } |
275 | 303 | ||
276 | .icon-zhongjiqi:before { | 304 | .icon-zhongjiqi:before { |
277 | - content: "\e6b9"; | 305 | + content: "\e6b9"; |
278 | } | 306 | } |
279 | 307 | ||
280 | .icon-wangguan:before { | 308 | .icon-wangguan:before { |
281 | - content: "\e67a"; | 309 | + content: "\e67a"; |
282 | } | 310 | } |
283 | 311 | ||
284 | .icon-alarm-full:before { | 312 | .icon-alarm-full:before { |
285 | - content: "\e871"; | 313 | + content: "\e871"; |
286 | } | 314 | } |
287 | 315 | ||
288 | .icon-alarm:before { | 316 | .icon-alarm:before { |
289 | - content: "\e872"; | 317 | + content: "\e872"; |
290 | } | 318 | } |
291 | 319 | ||
292 | .icon-blood-full:before { | 320 | .icon-blood-full:before { |
293 | - content: "\e918"; | 321 | + content: "\e918"; |
294 | } | 322 | } |
295 | 323 | ||
296 | .icon-mianxingbaojingdengtubiao:before { | 324 | .icon-mianxingbaojingdengtubiao:before { |
297 | - content: "\e6a3"; | 325 | + content: "\e6a3"; |
298 | } | 326 | } |
299 | 327 | ||
300 | .icon-fuwuqi2:before { | 328 | .icon-fuwuqi2:before { |
301 | - content: "\e98e"; | 329 | + content: "\e98e"; |
302 | } | 330 | } |
303 | 331 | ||
304 | .icon-fenqu:before { | 332 | .icon-fenqu:before { |
305 | - content: "\e684"; | 333 | + content: "\e684"; |
306 | } | 334 | } |
307 | 335 | ||
308 | .icon-wenduji2:before { | 336 | .icon-wenduji2:before { |
309 | - content: "\e66a"; | 337 | + content: "\e66a"; |
310 | } | 338 | } |
311 | 339 | ||
312 | .icon-shujukucaozuo-chaxunmysqlshujuku:before { | 340 | .icon-shujukucaozuo-chaxunmysqlshujuku:before { |
313 | - content: "\e66b"; | 341 | + content: "\e66b"; |
314 | } | 342 | } |
315 | 343 | ||
316 | .icon-jifang1:before { | 344 | .icon-jifang1:before { |
317 | - content: "\e66c"; | 345 | + content: "\e66c"; |
318 | } | 346 | } |
319 | 347 | ||
320 | .icon-zhuanyongsuzhuji:before { | 348 | .icon-zhuanyongsuzhuji:before { |
321 | - content: "\e66d"; | 349 | + content: "\e66d"; |
322 | } | 350 | } |
323 | 351 | ||
324 | .icon-danxingwangka:before { | 352 | .icon-danxingwangka:before { |
325 | - content: "\e66e"; | 353 | + content: "\e66e"; |
326 | } | 354 | } |
327 | 355 | ||
328 | .icon-wuliwangkaduankou:before { | 356 | .icon-wuliwangkaduankou:before { |
329 | - content: "\e66f"; | 357 | + content: "\e66f"; |
330 | } | 358 | } |
331 | 359 | ||
332 | .icon-wangluoruqinjiance:before { | 360 | .icon-wangluoruqinjiance:before { |
333 | - content: "\e672"; | 361 | + content: "\e672"; |
334 | } | 362 | } |
335 | 363 | ||
336 | .icon-qiansuanxudianchizu:before { | 364 | .icon-qiansuanxudianchizu:before { |
337 | - content: "\e674"; | 365 | + content: "\e674"; |
338 | } | 366 | } |
339 | 367 | ||
340 | .icon-UPS1:before { | 368 | .icon-UPS1:before { |
341 | - content: "\e676"; | 369 | + content: "\e676"; |
342 | } | 370 | } |
343 | 371 | ||
344 | .icon-guangyuwangxianlu:before { | 372 | .icon-guangyuwangxianlu:before { |
345 | - content: "\e678"; | 373 | + content: "\e678"; |
346 | } | 374 | } |
347 | 375 | ||
348 | .icon-wuliwangka:before { | 376 | .icon-wuliwangka:before { |
349 | - content: "\e67f"; | 377 | + content: "\e67f"; |
350 | } | 378 | } |
351 | 379 | ||
352 | .icon-Nginx:before { | 380 | .icon-Nginx:before { |
353 | - content: "\e683"; | 381 | + content: "\e683"; |
354 | } | 382 | } |
355 | 383 | ||
356 | .icon-Weblogic:before { | 384 | .icon-Weblogic:before { |
357 | - content: "\e685"; | 385 | + content: "\e685"; |
358 | } | 386 | } |
359 | 387 | ||
360 | .icon-TOMCAT:before { | 388 | .icon-TOMCAT:before { |
361 | - content: "\e687"; | 389 | + content: "\e687"; |
362 | } | 390 | } |
363 | 391 | ||
364 | .icon-wulifuwuqi1:before { | 392 | .icon-wulifuwuqi1:before { |
365 | - content: "\e688"; | 393 | + content: "\e688"; |
366 | } | 394 | } |
367 | 395 | ||
368 | .icon-VMware1:before { | 396 | .icon-VMware1:before { |
369 | - content: "\e68b"; | 397 | + content: "\e68b"; |
370 | } | 398 | } |
371 | 399 | ||
372 | .icon-jiqun:before { | 400 | .icon-jiqun:before { |
373 | - content: "\e68c"; | 401 | + content: "\e68c"; |
374 | } | 402 | } |
375 | 403 | ||
376 | .icon-bianyuanjiaohuanji:before { | 404 | .icon-bianyuanjiaohuanji:before { |
377 | - content: "\e770"; | 405 | + content: "\e770"; |
378 | } | 406 | } |
379 | 407 | ||
380 | .icon-epsdaoru:before { | 408 | .icon-epsdaoru:before { |
381 | - content: "\ee23"; | 409 | + content: "\ee23"; |
382 | } | 410 | } |
383 | 411 | ||
384 | .icon-epsdaochu:before { | 412 | .icon-epsdaochu:before { |
385 | - content: "\ee24"; | 413 | + content: "\ee24"; |
386 | } | 414 | } |
387 | 415 | ||
388 | .icon-zhongjiqi1:before { | 416 | .icon-zhongjiqi1:before { |
389 | - content: "\e8e0"; | 417 | + content: "\e8e0"; |
390 | } | 418 | } |
391 | 419 | ||
392 | .icon-a-ziyuan117:before { | 420 | .icon-a-ziyuan117:before { |
393 | - content: "\e670"; | 421 | + content: "\e670"; |
394 | } | 422 | } |
395 | 423 | ||
396 | .icon-suzhuji1:before { | 424 | .icon-suzhuji1:before { |
397 | - content: "\e671"; | 425 | + content: "\e671"; |
398 | } | 426 | } |
399 | 427 | ||
400 | .icon-binghaitushi_shuizi:before { | 428 | .icon-binghaitushi_shuizi:before { |
401 | - content: "\e6a5"; | 429 | + content: "\e6a5"; |
402 | } | 430 | } |
403 | 431 | ||
404 | .icon-gongxiangcunchu1:before { | 432 | .icon-gongxiangcunchu1:before { |
405 | - content: "\e677"; | 433 | + content: "\e677"; |
406 | } | 434 | } |
407 | 435 | ||
408 | .icon-loudiandianliu-xian:before { | 436 | .icon-loudiandianliu-xian:before { |
409 | - content: "\e7de"; | 437 | + content: "\e7de"; |
410 | } | 438 | } |
411 | 439 | ||
412 | .icon-alarm-full1:before { | 440 | .icon-alarm-full1:before { |
413 | - content: "\e679"; | 441 | + content: "\e679"; |
414 | } | 442 | } |
415 | 443 | ||
416 | .icon-xiaoxingji4:before { | 444 | .icon-xiaoxingji4:before { |
417 | - content: "\e7c3"; | 445 | + content: "\e7c3"; |
418 | } | 446 | } |
419 | 447 | ||
420 | .icon-dianliu2:before { | 448 | .icon-dianliu2:before { |
421 | - content: "\e7b0"; | 449 | + content: "\e7b0"; |
422 | } | 450 | } |
423 | 451 | ||
424 | .icon-huaweiyun:before { | 452 | .icon-huaweiyun:before { |
425 | - content: "\e7ca"; | 453 | + content: "\e7ca"; |
426 | } | 454 | } |
427 | 455 | ||
428 | .icon-dianchi:before { | 456 | .icon-dianchi:before { |
429 | - content: "\e624"; | 457 | + content: "\e624"; |
430 | } | 458 | } |
431 | 459 | ||
432 | .icon-chongdian:before { | 460 | .icon-chongdian:before { |
433 | - content: "\e627"; | 461 | + content: "\e627"; |
434 | } | 462 | } |
435 | 463 | ||
436 | .icon-5:before { | 464 | .icon-5:before { |
437 | - content: "\e628"; | 465 | + content: "\e628"; |
438 | } | 466 | } |
439 | 467 | ||
440 | .icon-tomcat:before { | 468 | .icon-tomcat:before { |
441 | - content: "\e629"; | 469 | + content: "\e629"; |
442 | } | 470 | } |
443 | 471 | ||
444 | .icon-ids:before { | 472 | .icon-ids:before { |
445 | - content: "\e6db"; | 473 | + content: "\e6db"; |
446 | } | 474 | } |
447 | 475 | ||
448 | .icon-fuzaijunheng:before { | 476 | .icon-fuzaijunheng:before { |
449 | - content: "\e62b"; | 477 | + content: "\e62b"; |
450 | } | 478 | } |
451 | 479 | ||
452 | .icon-xuniips:before { | 480 | .icon-xuniips:before { |
453 | - content: "\ea5d"; | 481 | + content: "\ea5d"; |
454 | } | 482 | } |
455 | 483 | ||
456 | .icon-xuniips1:before { | 484 | .icon-xuniips1:before { |
457 | - content: "\ea67"; | 485 | + content: "\ea67"; |
458 | } | 486 | } |
459 | 487 | ||
460 | .icon-fanghuoqiang37:before { | 488 | .icon-fanghuoqiang37:before { |
461 | - content: "\e728"; | 489 | + content: "\e728"; |
462 | } | 490 | } |
463 | 491 | ||
464 | .icon-vlb:before { | 492 | .icon-vlb:before { |
465 | - content: "\e729"; | 493 | + content: "\e729"; |
466 | } | 494 | } |
467 | 495 | ||
468 | .icon-shouye:before { | 496 | .icon-shouye:before { |
469 | - content: "\e636"; | 497 | + content: "\e636"; |
470 | } | 498 | } |
471 | 499 | ||
472 | .icon-shuizisunshixian:before { | 500 | .icon-shuizisunshixian:before { |
473 | - content: "\e6d6"; | 501 | + content: "\e6d6"; |
474 | } | 502 | } |
475 | 503 | ||
476 | .icon-ruqinjiance:before { | 504 | .icon-ruqinjiance:before { |
477 | - content: "\e65c"; | 505 | + content: "\e65c"; |
478 | } | 506 | } |
479 | 507 | ||
480 | .icon-jiaohuanji:before { | 508 | .icon-jiaohuanji:before { |
481 | - content: "\e836"; | 509 | + content: "\e836"; |
482 | } | 510 | } |
483 | 511 | ||
484 | .icon-jingwuicon_svg-:before { | 512 | .icon-jingwuicon_svg-:before { |
485 | - content: "\e65b"; | 513 | + content: "\e65b"; |
486 | } | 514 | } |
487 | 515 | ||
488 | .icon-tomcat1:before { | 516 | .icon-tomcat1:before { |
489 | - content: "\e62c"; | 517 | + content: "\e62c"; |
490 | } | 518 | } |
491 | 519 | ||
492 | .icon-jiaohuanji1:before { | 520 | .icon-jiaohuanji1:before { |
493 | - content: "\e62f"; | 521 | + content: "\e62f"; |
494 | } | 522 | } |
495 | 523 | ||
496 | .icon-oracleshujuku:before { | 524 | .icon-oracleshujuku:before { |
497 | - content: "\e630"; | 525 | + content: "\e630"; |
498 | } | 526 | } |
499 | 527 | ||
500 | .icon-fanghuoqiang:before { | 528 | .icon-fanghuoqiang:before { |
501 | - content: "\e648"; | 529 | + content: "\e648"; |
502 | } | 530 | } |
503 | 531 | ||
504 | .icon-fuwuqi:before { | 532 | .icon-fuwuqi:before { |
505 | - content: "\e631"; | 533 | + content: "\e631"; |
506 | } | 534 | } |
507 | 535 | ||
508 | .icon-fuwuqi1:before { | 536 | .icon-fuwuqi1:before { |
509 | - content: "\e632"; | 537 | + content: "\e632"; |
510 | } | 538 | } |
511 | 539 | ||
512 | .icon-kongtiao:before { | 540 | .icon-kongtiao:before { |
513 | - content: "\e67d"; | 541 | + content: "\e67d"; |
514 | } | 542 | } |
515 | 543 | ||
516 | .icon-yunshujuku:before { | 544 | .icon-yunshujuku:before { |
517 | - content: "\e744"; | 545 | + content: "\e744"; |
518 | } | 546 | } |
519 | 547 | ||
520 | .icon-dianchi1:before { | 548 | .icon-dianchi1:before { |
521 | - content: "\e633"; | 549 | + content: "\e633"; |
522 | } | 550 | } |
523 | 551 | ||
524 | .icon-Redis:before { | 552 | .icon-Redis:before { |
525 | - content: "\e6a2"; | 553 | + content: "\e6a2"; |
526 | } | 554 | } |
527 | 555 | ||
528 | .icon-icon-current:before { | 556 | .icon-icon-current:before { |
529 | - content: "\e634"; | 557 | + content: "\e634"; |
530 | } | 558 | } |
531 | 559 | ||
532 | .icon-oracleshujuku1:before { | 560 | .icon-oracleshujuku1:before { |
533 | - content: "\e635"; | 561 | + content: "\e635"; |
534 | } | 562 | } |
535 | 563 | ||
536 | .icon-DNS-xiugai:before { | 564 | .icon-DNS-xiugai:before { |
537 | - content: "\e637"; | 565 | + content: "\e637"; |
538 | } | 566 | } |
539 | 567 | ||
540 | .icon-wulifuwuqi:before { | 568 | .icon-wulifuwuqi:before { |
541 | - content: "\e6a8"; | 569 | + content: "\e6a8"; |
542 | } | 570 | } |
543 | 571 | ||
544 | .icon-dianchi2:before { | 572 | .icon-dianchi2:before { |
545 | - content: "\e638"; | 573 | + content: "\e638"; |
546 | } | 574 | } |
547 | 575 | ||
548 | .icon-daochu:before { | 576 | .icon-daochu:before { |
549 | - content: "\eabf"; | 577 | + content: "\eabf"; |
550 | } | 578 | } |
551 | 579 | ||
552 | .icon-daochu1:before { | 580 | .icon-daochu1:before { |
553 | - content: "\e623"; | 581 | + content: "\e623"; |
554 | } | 582 | } |
555 | 583 | ||
556 | .icon-database:before { | 584 | .icon-database:before { |
557 | - content: "\e940"; | 585 | + content: "\e940"; |
558 | } | 586 | } |
559 | 587 | ||
560 | .icon-OPCtiaobanjiquanxianshenqing:before { | 588 | .icon-OPCtiaobanjiquanxianshenqing:before { |
561 | - content: "\e620"; | 589 | + content: "\e620"; |
562 | } | 590 | } |
563 | 591 | ||
564 | .icon-assets:before { | 592 | .icon-assets:before { |
565 | - content: "\e615"; | 593 | + content: "\e615"; |
566 | } | 594 | } |
567 | 595 | ||
568 | .icon-shoucang:before { | 596 | .icon-shoucang:before { |
569 | - content: "\e61f"; | 597 | + content: "\e61f"; |
570 | } | 598 | } |
571 | 599 | ||
572 | .icon-wangluotuopu:before { | 600 | .icon-wangluotuopu:before { |
573 | - content: "\e835"; | 601 | + content: "\e835"; |
574 | } | 602 | } |
575 | 603 | ||
576 | .icon-shoucang1:before { | 604 | .icon-shoucang1:before { |
577 | - content: "\e622"; | 605 | + content: "\e622"; |
578 | } | 606 | } |
579 | 607 | ||
580 | .icon-xunizhuomian:before { | 608 | .icon-xunizhuomian:before { |
581 | - content: "\e613"; | 609 | + content: "\e613"; |
582 | } | 610 | } |
583 | 611 | ||
584 | .icon-baoleiji:before { | 612 | .icon-baoleiji:before { |
585 | - content: "\e63c"; | 613 | + content: "\e63c"; |
586 | } | 614 | } |
587 | 615 | ||
588 | .icon-baoleijisas:before { | 616 | .icon-baoleijisas:before { |
589 | - content: "\e61a"; | 617 | + content: "\e61a"; |
590 | } | 618 | } |
591 | 619 | ||
592 | .icon-baoleijishouquanshenqingliucheng:before { | 620 | .icon-baoleijishouquanshenqingliucheng:before { |
593 | - content: "\e657"; | 621 | + content: "\e657"; |
594 | } | 622 | } |
595 | 623 | ||
596 | .icon-xunizhuomian1:before { | 624 | .icon-xunizhuomian1:before { |
597 | - content: "\e63d"; | 625 | + content: "\e63d"; |
598 | } | 626 | } |
599 | 627 | ||
600 | .icon-shuiba2:before { | 628 | .icon-shuiba2:before { |
601 | - content: "\e905"; | 629 | + content: "\e905"; |
602 | } | 630 | } |
603 | 631 | ||
604 | .icon-xunizhuomian2:before { | 632 | .icon-xunizhuomian2:before { |
605 | - content: "\e675"; | 633 | + content: "\e675"; |
606 | } | 634 | } |
607 | 635 | ||
608 | .icon-gunshuiba:before { | 636 | .icon-gunshuiba:before { |
609 | - content: "\e614"; | 637 | + content: "\e614"; |
610 | } | 638 | } |
611 | 639 | ||
612 | .icon-line1:before { | 640 | .icon-line1:before { |
613 | - content: "\ebde"; | 641 | + content: "\ebde"; |
614 | } | 642 | } |
615 | 643 | ||
616 | .icon-line:before { | 644 | .icon-line:before { |
617 | - content: "\e7fd"; | 645 | + content: "\e7fd"; |
618 | } | 646 | } |
619 | 647 | ||
620 | .icon-luyouqi:before { | 648 | .icon-luyouqi:before { |
621 | - content: "\ec62"; | 649 | + content: "\ec62"; |
622 | } | 650 | } |
623 | 651 | ||
624 | .icon-sousuo:before { | 652 | .icon-sousuo:before { |
625 | - content: "\e752"; | 653 | + content: "\e752"; |
626 | } | 654 | } |
627 | 655 | ||
628 | .icon-icon--mubiaoku:before { | 656 | .icon-icon--mubiaoku:before { |
629 | - content: "\e610"; | 657 | + content: "\e610"; |
630 | } | 658 | } |
631 | 659 | ||
632 | .icon-icon--download:before { | 660 | .icon-icon--download:before { |
633 | - content: "\e612"; | 661 | + content: "\e612"; |
634 | } | 662 | } |
635 | 663 | ||
636 | .icon-icon--shangchuan:before { | 664 | .icon-icon--shangchuan:before { |
637 | - content: "\e616"; | 665 | + content: "\e616"; |
638 | } | 666 | } |
639 | 667 | ||
640 | .icon-icon--tongji:before { | 668 | .icon-icon--tongji:before { |
641 | - content: "\e61b"; | 669 | + content: "\e61b"; |
642 | } | 670 | } |
643 | 671 | ||
644 | .icon-icon--quanxian:before { | 672 | .icon-icon--quanxian:before { |
645 | - content: "\e61c"; | 673 | + content: "\e61c"; |
646 | } | 674 | } |
647 | 675 | ||
648 | .icon-icon--yingbing:before { | 676 | .icon-icon--yingbing:before { |
649 | - content: "\e61d"; | 677 | + content: "\e61d"; |
650 | } | 678 | } |
651 | 679 | ||
652 | .icon-icon--yes:before { | 680 | .icon-icon--yes:before { |
653 | - content: "\e61e"; | 681 | + content: "\e61e"; |
654 | } | 682 | } |
655 | 683 | ||
656 | .icon-icon--shanchu:before { | 684 | .icon-icon--shanchu:before { |
657 | - content: "\e621"; | 685 | + content: "\e621"; |
658 | } | 686 | } |
659 | 687 | ||
660 | .icon-icon-rizhi:before { | 688 | .icon-icon-rizhi:before { |
661 | - content: "\e625"; | 689 | + content: "\e625"; |
662 | } | 690 | } |
663 | 691 | ||
664 | .icon-icon-gaojing:before { | 692 | .icon-icon-gaojing:before { |
665 | - content: "\e626"; | 693 | + content: "\e626"; |
666 | } | 694 | } |
667 | 695 | ||
668 | .icon-icon-liucheng:before { | 696 | .icon-icon-liucheng:before { |
669 | - content: "\e62e"; | 697 | + content: "\e62e"; |
670 | } | 698 | } |
671 | 699 | ||
672 | .icon-yuangongchelianglika:before { | 700 | .icon-yuangongchelianglika:before { |
673 | - content: "\e65d"; | 701 | + content: "\e65d"; |
674 | } | 702 | } |
675 | 703 | ||
676 | .icon-yuangongcheliangjinr:before { | 704 | .icon-yuangongcheliangjinr:before { |
677 | - content: "\e65e"; | 705 | + content: "\e65e"; |
678 | } | 706 | } |
679 | 707 | ||
680 | .icon-lunxun:before { | 708 | .icon-lunxun:before { |
681 | - content: "\e660"; | 709 | + content: "\e660"; |
682 | } | 710 | } |
683 | 711 | ||
684 | .icon-haoyou:before { | 712 | .icon-haoyou:before { |
685 | - content: "\e60f"; | 713 | + content: "\e60f"; |
686 | } | 714 | } |
687 | 715 | ||
688 | .icon-yonghu:before { | 716 | .icon-yonghu:before { |
689 | - content: "\e8c8"; | 717 | + content: "\e8c8"; |
690 | } | 718 | } |
691 | 719 | ||
692 | .icon-jiaoseguanli:before { | 720 | .icon-jiaoseguanli:before { |
693 | - content: "\ea62"; | 721 | + content: "\ea62"; |
694 | } | 722 | } |
695 | 723 | ||
696 | .icon-liebiaomoshi:before { | 724 | .icon-liebiaomoshi:before { |
697 | - content: "\e60d"; | 725 | + content: "\e60d"; |
698 | } | 726 | } |
699 | 727 | ||
700 | .icon-liebiao:before { | 728 | .icon-liebiao:before { |
701 | - content: "\e62d"; | 729 | + content: "\e62d"; |
702 | } | 730 | } |
703 | 731 | ||
704 | .icon-bt_duigou_B:before { | 732 | .icon-bt_duigou_B:before { |
705 | - content: "\e60c"; | 733 | + content: "\e60c"; |
706 | } | 734 | } |
707 | 735 | ||
708 | .icon-duigouxuanzhong:before { | 736 | .icon-duigouxuanzhong:before { |
709 | - content: "\e617"; | 737 | + content: "\e617"; |
710 | } | 738 | } |
711 | 739 | ||
712 | .icon-confirm-line:before { | 740 | .icon-confirm-line:before { |
713 | - content: "\e62a"; | 741 | + content: "\e62a"; |
714 | } | 742 | } |
715 | 743 | ||
716 | .icon-duigou_kuai:before { | 744 | .icon-duigou_kuai:before { |
717 | - content: "\e60e"; | 745 | + content: "\e60e"; |
718 | } | 746 | } |
719 | 747 | ||
720 | .icon-duigou3:before { | 748 | .icon-duigou3:before { |
721 | - content: "\e640"; | 749 | + content: "\e640"; |
722 | } | 750 | } |
723 | 751 | ||
724 | .icon-cha:before { | 752 | .icon-cha:before { |
725 | - content: "\e686"; | 753 | + content: "\e686"; |
726 | } | 754 | } |
727 | 755 | ||
728 | .icon-duigou4:before { | 756 | .icon-duigou4:before { |
729 | - content: "\e6e7"; | 757 | + content: "\e6e7"; |
730 | } | 758 | } |
731 | 759 | ||
732 | .icon-guifandaohanglancha:before { | 760 | .icon-guifandaohanglancha:before { |
733 | - content: "\e618"; | 761 | + content: "\e618"; |
734 | } | 762 | } |
735 | 763 | ||
736 | .icon-ziyuan:before { | 764 | .icon-ziyuan:before { |
737 | - content: "\e654"; | 765 | + content: "\e654"; |
738 | } | 766 | } |
739 | 767 | ||
740 | .icon-duigou:before { | 768 | .icon-duigou:before { |
741 | - content: "\e730"; | 769 | + content: "\e730"; |
742 | } | 770 | } |
743 | 771 | ||
744 | .icon-duigou1:before { | 772 | .icon-duigou1:before { |
745 | - content: "\e733"; | 773 | + content: "\e733"; |
746 | } | 774 | } |
747 | 775 | ||
748 | .icon-duigou2:before { | 776 | .icon-duigou2:before { |
749 | - content: "\e6b5"; | 777 | + content: "\e6b5"; |
750 | } | 778 | } |
751 | 779 | ||
752 | .icon-bt_duigou_a:before { | 780 | .icon-bt_duigou_a:before { |
753 | - content: "\e60b"; | 781 | + content: "\e60b"; |
754 | } | 782 | } |
755 | 783 | ||
756 | .icon-wenjian:before { | 784 | .icon-wenjian:before { |
757 | - content: "\e600"; | 785 | + content: "\e600"; |
758 | } | 786 | } |
759 | 787 | ||
760 | .icon-bianjiwenjian:before { | 788 | .icon-bianjiwenjian:before { |
761 | - content: "\e601"; | 789 | + content: "\e601"; |
762 | } | 790 | } |
763 | 791 | ||
764 | .icon-dengdaiwenjian:before { | 792 | .icon-dengdaiwenjian:before { |
765 | - content: "\e602"; | 793 | + content: "\e602"; |
766 | } | 794 | } |
767 | 795 | ||
768 | .icon-shanchuwenjian:before { | 796 | .icon-shanchuwenjian:before { |
769 | - content: "\e603"; | 797 | + content: "\e603"; |
770 | } | 798 | } |
771 | 799 | ||
772 | .icon-jianqiewenjian:before { | 800 | .icon-jianqiewenjian:before { |
773 | - content: "\e604"; | 801 | + content: "\e604"; |
774 | } | 802 | } |
775 | 803 | ||
776 | .icon-wenjianjia:before { | 804 | .icon-wenjianjia:before { |
777 | - content: "\e605"; | 805 | + content: "\e605"; |
778 | } | 806 | } |
779 | 807 | ||
780 | .icon-shanchuwenjianjia:before { | 808 | .icon-shanchuwenjianjia:before { |
781 | - content: "\e606"; | 809 | + content: "\e606"; |
782 | } | 810 | } |
783 | 811 | ||
784 | .icon-weidaqiadewenjianjia:before { | 812 | .icon-weidaqiadewenjianjia:before { |
785 | - content: "\e607"; | 813 | + content: "\e607"; |
786 | } | 814 | } |
787 | 815 | ||
788 | .icon-ziliaoku:before { | 816 | .icon-ziliaoku:before { |
789 | - content: "\e608"; | 817 | + content: "\e608"; |
790 | } | 818 | } |
791 | 819 | ||
792 | .icon-wenben:before { | 820 | .icon-wenben:before { |
793 | - content: "\e609"; | 821 | + content: "\e609"; |
794 | } | 822 | } |
795 | 823 | ||
796 | .icon-daimawenjian:before { | 824 | .icon-daimawenjian:before { |
797 | - content: "\e60a"; | 825 | + content: "\e60a"; |
798 | } | 826 | } |
799 | 827 | ||
800 | .icon-excel:before { | 828 | .icon-excel:before { |
801 | - content: "\e611"; | 829 | + content: "\e611"; |
802 | } | 830 | } |
803 | 831 | ||
804 | .icon-24gf-fileEmpty:before { | 832 | .icon-24gf-fileEmpty:before { |
805 | - content: "\eac3"; | 833 | + content: "\eac3"; |
806 | } | 834 | } |
807 | 835 | ||
808 | .icon-24gf-fileText:before { | 836 | .icon-24gf-fileText:before { |
809 | - content: "\eac4"; | 837 | + content: "\eac4"; |
810 | } | 838 | } |
811 | 839 | ||
812 | .icon-24gf-folderHeart:before { | 840 | .icon-24gf-folderHeart:before { |
813 | - content: "\eac5"; | 841 | + content: "\eac5"; |
814 | } | 842 | } |
815 | 843 | ||
816 | .icon-24gf-folderStar:before { | 844 | .icon-24gf-folderStar:before { |
817 | - content: "\eac6"; | 845 | + content: "\eac6"; |
818 | } | 846 | } |
819 | 847 | ||
820 | .icon-24gf-folderOpen:before { | 848 | .icon-24gf-folderOpen:before { |
821 | - content: "\eac7"; | 849 | + content: "\eac7"; |
822 | } | 850 | } |
823 | 851 | ||
824 | .icon-wenjian1:before { | 852 | .icon-wenjian1:before { |
825 | - content: "\e619"; | 853 | + content: "\e619"; |
826 | } | 854 | } |
827 | 855 | ||
828 | .icon-image:before { | 856 | .icon-image:before { |
829 | - content: "\ea40"; | 857 | + content: "\ea40"; |
830 | } | 858 | } |
831 | 859 | ||
832 | .icon-image-full:before { | 860 | .icon-image-full:before { |
833 | - content: "\ea41"; | 861 | + content: "\ea41"; |
834 | } | 862 | } |
835 | 863 | ||
836 | .icon-json-full:before { | 864 | .icon-json-full:before { |
837 | - content: "\ea42"; | 865 | + content: "\ea42"; |
838 | } | 866 | } |
839 | 867 | ||
840 | .icon-json:before { | 868 | .icon-json:before { |
841 | - content: "\ea43"; | 869 | + content: "\ea43"; |
842 | } | 870 | } |
843 | 871 | ||
844 | .icon-pdf:before { | 872 | .icon-pdf:before { |
845 | - content: "\ea44"; | 873 | + content: "\ea44"; |
846 | } | 874 | } |
847 | 875 | ||
848 | .icon-pdf-full:before { | 876 | .icon-pdf-full:before { |
849 | - content: "\ea45"; | 877 | + content: "\ea45"; |
850 | } | 878 | } |
851 | 879 | ||
852 | .icon-txt-full:before { | 880 | .icon-txt-full:before { |
853 | - content: "\ea46"; | 881 | + content: "\ea46"; |
854 | } | 882 | } |
855 | 883 | ||
856 | .icon-txt:before { | 884 | .icon-txt:before { |
857 | - content: "\ea47"; | 885 | + content: "\ea47"; |
858 | } | 886 | } |
859 | 887 | ||
860 | .icon-excel1:before { | 888 | .icon-excel1:before { |
861 | - content: "\ea48"; | 889 | + content: "\ea48"; |
862 | } | 890 | } |
863 | 891 | ||
864 | .icon-excel-full:before { | 892 | .icon-excel-full:before { |
865 | - content: "\ea49"; | 893 | + content: "\ea49"; |
866 | } | 894 | } |
867 | 895 | ||
868 | .icon-ppt:before { | 896 | .icon-ppt:before { |
869 | - content: "\ea4a"; | 897 | + content: "\ea4a"; |
870 | } | 898 | } |
871 | 899 | ||
872 | .icon-ppt-full:before { | 900 | .icon-ppt-full:before { |
873 | - content: "\ea4b"; | 901 | + content: "\ea4b"; |
874 | } | 902 | } |
875 | 903 | ||
876 | .icon-word-full:before { | 904 | .icon-word-full:before { |
877 | - content: "\ea4c"; | 905 | + content: "\ea4c"; |
878 | } | 906 | } |
879 | 907 | ||
880 | .icon-word:before { | 908 | .icon-word:before { |
881 | - content: "\ea4d"; | 909 | + content: "\ea4d"; |
882 | } | 910 | } |
883 | 911 | ||
884 | .icon-audio-full:before { | 912 | .icon-audio-full:before { |
885 | - content: "\ea4e"; | 913 | + content: "\ea4e"; |
886 | } | 914 | } |
887 | 915 | ||
888 | .icon-audio:before { | 916 | .icon-audio:before { |
889 | - content: "\ea4f"; | 917 | + content: "\ea4f"; |
890 | } | 918 | } |
891 | 919 | ||
892 | .icon-avi-full:before { | 920 | .icon-avi-full:before { |
893 | - content: "\ea50"; | 921 | + content: "\ea50"; |
894 | } | 922 | } |
895 | 923 | ||
896 | .icon-avi:before { | 924 | .icon-avi:before { |
897 | - content: "\ea51"; | 925 | + content: "\ea51"; |
898 | } | 926 | } |
899 | 927 | ||
900 | .icon-zip-full:before { | 928 | .icon-zip-full:before { |
901 | - content: "\ea52"; | 929 | + content: "\ea52"; |
902 | } | 930 | } |
903 | 931 | ||
904 | .icon-zip:before { | 932 | .icon-zip:before { |
905 | - content: "\ea53"; | 933 | + content: "\ea53"; |
906 | } | 934 | } |
907 | 935 |
This diff could not be displayed because it is too large.
@@ -6,6 +6,55 @@ | @@ -6,6 +6,55 @@ | ||
6 | "description": "", | 6 | "description": "", |
7 | "glyphs": [ | 7 | "glyphs": [ |
8 | { | 8 | { |
9 | + "icon_id": "577891", | ||
10 | + "name": "提示", | ||
11 | + "font_class": "tishi", | ||
12 | + "unicode": "e67c", | ||
13 | + "unicode_decimal": 59004 | ||
14 | + }, | ||
15 | + { | ||
16 | + "icon_id": "4933869", | ||
17 | + "name": "点", | ||
18 | + "font_class": "dian", | ||
19 | + "unicode": "ec1e", | ||
20 | + "unicode_decimal": 60446 | ||
21 | + }, | ||
22 | + { | ||
23 | + "icon_id": "1727447", | ||
24 | + "name": "216更多-竖向", | ||
25 | + "font_class": "gengduo-shuxiang", | ||
26 | + "unicode": "e8c4", | ||
27 | + "unicode_decimal": 59588 | ||
28 | + }, | ||
29 | + { | ||
30 | + "icon_id": "1206404", | ||
31 | + "name": "微信", | ||
32 | + "font_class": "weixin", | ||
33 | + "unicode": "e67b", | ||
34 | + "unicode_decimal": 59003 | ||
35 | + }, | ||
36 | + { | ||
37 | + "icon_id": "4552970", | ||
38 | + "name": "邮箱", | ||
39 | + "font_class": "youxiang", | ||
40 | + "unicode": "e908", | ||
41 | + "unicode_decimal": 59656 | ||
42 | + }, | ||
43 | + { | ||
44 | + "icon_id": "5387727", | ||
45 | + "name": "短信群发", | ||
46 | + "font_class": "duanxinqunfa", | ||
47 | + "unicode": "eb42", | ||
48 | + "unicode_decimal": 60226 | ||
49 | + }, | ||
50 | + { | ||
51 | + "icon_id": "742139", | ||
52 | + "name": "业务资源拓扑", | ||
53 | + "font_class": "yewuziyuantuopu", | ||
54 | + "unicode": "ea6f", | ||
55 | + "unicode_decimal": 60015 | ||
56 | + }, | ||
57 | + { | ||
9 | "icon_id": "3868284", | 58 | "icon_id": "3868284", |
10 | "name": "仪表盘", | 59 | "name": "仪表盘", |
11 | "font_class": "yibiaopan", | 60 | "font_class": "yibiaopan", |
No preview for this file type
No preview for this file type
No preview for this file type
-
Please register or login to post a comment