linkmore-design 1.0.34 → 1.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/dist/CardTable/utils.d.ts +1 -1
  2. package/dist/Cascader/demos/basic.d.ts +2 -0
  3. package/dist/Cascader/index.d.ts +4 -0
  4. package/dist/Cascader/style/index.d.ts +1 -0
  5. package/dist/Form/demos/basic.d.ts +2 -0
  6. package/dist/Form/demos/drawer1152-triple.d.ts +3 -0
  7. package/dist/Form/demos/drawer440-double.d.ts +3 -0
  8. package/dist/Form/demos/drawer440.d.ts +3 -0
  9. package/dist/Form/demos/drawer720-double.d.ts +3 -0
  10. package/dist/Form/demos/modal416.d.ts +3 -0
  11. package/dist/Form/demos/modal552-double.d.ts +3 -0
  12. package/dist/Form/index.d.ts +24 -0
  13. package/dist/Form/style/index.d.ts +1 -0
  14. package/dist/IconFont/font/iconfont.d.ts +0 -0
  15. package/dist/IconFont/index.d.ts +1 -1
  16. package/dist/Input/demos/after.d.ts +1 -1
  17. package/dist/Input/demos/base.d.ts +1 -1
  18. package/dist/Input/demos/basic.d.ts +1 -1
  19. package/dist/Input/demos/color.d.ts +1 -1
  20. package/dist/Input/demos/combination.d.ts +1 -1
  21. package/dist/Input/demos/import.d.ts +1 -1
  22. package/dist/Input/demos/line.d.ts +1 -1
  23. package/dist/Input/demos/password.d.ts +1 -1
  24. package/dist/Input/demos/size.d.ts +1 -1
  25. package/dist/Input/index.d.ts +10 -2
  26. package/dist/LmSelect/GhostSelect.d.ts +2 -0
  27. package/dist/LmSelect/NormalSelect.d.ts +11 -0
  28. package/dist/LmSelect/demos/basic.d.ts +2 -0
  29. package/dist/LmSelect/demos/checkbox.d.ts +2 -0
  30. package/dist/LmSelect/demos/ghost.d.ts +2 -0
  31. package/dist/LmSelect/index.d.ts +14 -0
  32. package/dist/LmSelect/style/index.d.ts +1 -0
  33. package/dist/LmSelect/useCheckboxOptions.d.ts +1 -0
  34. package/dist/LmSelect/utils.d.ts +10 -0
  35. package/dist/LmTable/demos/getData.d.ts +2 -0
  36. package/dist/Tooltip/demos/basic.d.ts +2 -0
  37. package/dist/Tooltip/index.d.ts +2 -0
  38. package/dist/Tooltip/style/index.d.ts +1 -0
  39. package/dist/Upload/demos/picture-card.d.ts +3 -0
  40. package/dist/Upload/demos/picture-style.d.ts +4 -0
  41. package/dist/Upload/index.d.ts +4 -0
  42. package/dist/VirtualList/index.d.ts +1 -1
  43. package/dist/hooks/index.d.ts +2 -0
  44. package/dist/hooks/useEvent/index.d.ts +2 -0
  45. package/dist/hooks/useFullscreen/demos/basic.d.ts +2 -0
  46. package/dist/hooks/useFullscreen/index.d.ts +15 -0
  47. package/dist/index.d.ts +5 -1
  48. package/dist/index.umd.js +1385 -278
  49. package/dist/index.umd.min.js +7 -7
  50. package/es/Cascader/index.d.ts +4 -0
  51. package/es/Cascader/index.js +37 -0
  52. package/es/Cascader/style/index.css +520 -0
  53. package/es/Cascader/style/index.d.ts +1 -0
  54. package/es/Cascader/style/index.js +1 -0
  55. package/es/CustomTableOption/columnsSort.js +42 -11
  56. package/es/CustomTableOption/filterSort.js +34 -4
  57. package/es/CustomTableOption/index.js +25 -8
  58. package/es/CustomTableOption/style/index.css +29 -0
  59. package/es/Dropdown/index.js +11 -1
  60. package/es/Dropdown/style/index.css +6 -0
  61. package/es/EditTable/EditTable.js +27 -4
  62. package/es/Form/index.d.ts +24 -0
  63. package/es/Form/index.js +56 -0
  64. package/es/Form/style/index.css +531 -0
  65. package/es/Form/style/index.d.ts +1 -0
  66. package/es/Form/style/index.js +1 -0
  67. package/es/IconFont/font/iconfont.css +1715 -0
  68. package/es/IconFont/font/iconfont.js +48 -0
  69. package/es/IconFont/font/iconfont.ttf +0 -0
  70. package/es/IconFont/font/iconfont.woff +0 -0
  71. package/es/IconFont/font/iconfont.woff2 +0 -0
  72. package/es/IconFont/index.js +2 -2
  73. package/es/Input/index.d.ts +11 -0
  74. package/es/Input/index.js +31 -37
  75. package/es/LmSelect/GhostSelect.d.ts +2 -0
  76. package/es/LmSelect/GhostSelect.js +523 -0
  77. package/es/LmSelect/NormalSelect.d.ts +11 -0
  78. package/es/LmSelect/NormalSelect.js +97 -0
  79. package/es/LmSelect/icon_placeholder.png +0 -0
  80. package/es/LmSelect/index.d.ts +14 -0
  81. package/es/LmSelect/index.js +34 -0
  82. package/es/LmSelect/style/index.css +751 -0
  83. package/es/LmSelect/style/index.d.ts +1 -0
  84. package/es/LmSelect/style/index.js +1 -0
  85. package/es/LmSelect/useCheckboxOptions.d.ts +1 -0
  86. package/es/LmSelect/useCheckboxOptions.js +120 -0
  87. package/es/LmSelect/utils.d.ts +10 -0
  88. package/es/LmSelect/utils.js +66 -0
  89. package/es/LmTable/Table.js +29 -26
  90. package/es/Radio/index.js +3 -2
  91. package/es/Radio/style/style.css +4 -0
  92. package/es/Tooltip/index.d.ts +2 -0
  93. package/es/Tooltip/index.js +3 -0
  94. package/es/Tooltip/style/index.css +505 -0
  95. package/es/Tooltip/style/index.d.ts +1 -0
  96. package/es/Tooltip/style/index.js +1 -0
  97. package/es/Upload/index.d.ts +4 -0
  98. package/es/Upload/index.js +6 -3
  99. package/es/VirtualList/index.js +2 -1
  100. package/es/hooks/index.d.ts +2 -0
  101. package/es/hooks/index.js +2 -0
  102. package/es/hooks/useEvent/index.d.ts +2 -0
  103. package/es/hooks/useEvent/index.js +16 -0
  104. package/es/hooks/useFullscreen/index.d.ts +15 -0
  105. package/es/hooks/useFullscreen/index.js +99 -0
  106. package/es/index.d.ts +5 -1
  107. package/es/index.js +5 -1
  108. package/lib/Cascader/index.d.ts +4 -0
  109. package/lib/Cascader/index.js +50 -0
  110. package/lib/Cascader/style/index.css +520 -0
  111. package/lib/Cascader/style/index.d.ts +1 -0
  112. package/lib/Cascader/style/index.js +3 -0
  113. package/lib/CustomTableOption/columnsSort.js +42 -10
  114. package/lib/CustomTableOption/filterSort.js +33 -3
  115. package/lib/CustomTableOption/index.js +24 -7
  116. package/lib/CustomTableOption/style/index.css +29 -0
  117. package/lib/Dropdown/index.js +12 -1
  118. package/lib/Dropdown/style/index.css +6 -0
  119. package/lib/EditTable/EditTable.js +27 -4
  120. package/lib/Form/index.d.ts +24 -0
  121. package/lib/Form/index.js +75 -0
  122. package/lib/Form/style/index.css +531 -0
  123. package/lib/Form/style/index.d.ts +1 -0
  124. package/lib/Form/style/index.js +3 -0
  125. package/lib/IconFont/font/iconfont.css +1715 -0
  126. package/lib/IconFont/font/iconfont.js +48 -0
  127. package/lib/IconFont/font/iconfont.ttf +0 -0
  128. package/lib/IconFont/font/iconfont.woff +0 -0
  129. package/lib/IconFont/font/iconfont.woff2 +0 -0
  130. package/lib/IconFont/index.js +2 -2
  131. package/lib/Input/index.d.ts +11 -0
  132. package/lib/Input/index.js +24 -15
  133. package/lib/LmSelect/GhostSelect.d.ts +2 -0
  134. package/lib/LmSelect/GhostSelect.js +545 -0
  135. package/lib/LmSelect/NormalSelect.d.ts +11 -0
  136. package/lib/LmSelect/NormalSelect.js +116 -0
  137. package/lib/LmSelect/icon_placeholder.png +0 -0
  138. package/lib/LmSelect/index.d.ts +14 -0
  139. package/lib/LmSelect/index.js +50 -0
  140. package/lib/LmSelect/style/index.css +751 -0
  141. package/lib/LmSelect/style/index.d.ts +1 -0
  142. package/lib/LmSelect/style/index.js +3 -0
  143. package/lib/LmSelect/useCheckboxOptions.d.ts +1 -0
  144. package/lib/LmSelect/useCheckboxOptions.js +139 -0
  145. package/lib/LmSelect/utils.d.ts +10 -0
  146. package/lib/LmSelect/utils.js +103 -0
  147. package/lib/LmTable/Table.js +29 -26
  148. package/lib/Radio/index.js +3 -2
  149. package/lib/Radio/style/style.css +4 -0
  150. package/lib/Tooltip/index.d.ts +2 -0
  151. package/lib/Tooltip/index.js +15 -0
  152. package/lib/Tooltip/style/index.css +505 -0
  153. package/lib/Tooltip/style/index.d.ts +1 -0
  154. package/lib/Tooltip/style/index.js +3 -0
  155. package/lib/Upload/index.d.ts +4 -0
  156. package/lib/Upload/index.js +6 -3
  157. package/lib/VirtualList/index.js +2 -1
  158. package/lib/hooks/index.d.ts +2 -0
  159. package/lib/hooks/index.js +23 -0
  160. package/lib/hooks/useEvent/index.d.ts +2 -0
  161. package/lib/hooks/useEvent/index.js +25 -0
  162. package/lib/hooks/useFullscreen/index.d.ts +15 -0
  163. package/lib/hooks/useFullscreen/index.js +113 -0
  164. package/lib/index.d.ts +5 -1
  165. package/lib/index.js +33 -1
  166. package/package.json +5 -4
  167. package/typings/index.d.ts +1 -1
@@ -0,0 +1,1715 @@
1
+ @font-face {
2
+ font-family: "iconfont"; /* Project id 2966019 */
3
+ src: url('iconfont.woff2?t=1658815891548') format('woff2'),
4
+ url('iconfont.woff?t=1658815891548') format('woff'),
5
+ url('iconfont.ttf?t=1658815891548') format('truetype');
6
+ }
7
+
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;
14
+ }
15
+
16
+ .lmweb-icon_m_Import:before {
17
+ content: "\e6a7";
18
+ }
19
+
20
+ .lmweb-icon_m_export:before {
21
+ content: "\e6a8";
22
+ }
23
+
24
+ .lmweb-icon_s_down:before {
25
+ content: "\e6a6";
26
+ }
27
+
28
+ .lmweb-icon_s_right:before {
29
+ content: "\e6a5";
30
+ }
31
+
32
+ .lmweb-yuanxing-gengduo:before {
33
+ content: "\e670";
34
+ }
35
+
36
+ .lmweb-gengduo:before {
37
+ content: "\e66f";
38
+ }
39
+
40
+ .lmweb-a-chaosongrenchaosongyonghu-02:before {
41
+ content: "\e685";
42
+ }
43
+
44
+ .lmweb-biangeng:before {
45
+ content: "\e653";
46
+ }
47
+
48
+ .lmweb-icon-s-receipt:before {
49
+ content: "\e656";
50
+ }
51
+
52
+ .lmweb-chuangjiandayangxuqiu:before {
53
+ content: "\e60f";
54
+ }
55
+
56
+ .lmweb-lingqu:before {
57
+ content: "\e60e";
58
+ }
59
+
60
+ .lmweb-huowudui:before {
61
+ content: "\e60d";
62
+ }
63
+
64
+ .lmweb-LinkHub_wenzi:before {
65
+ content: "\e60c";
66
+ }
67
+
68
+ .lmweb-logo:before {
69
+ content: "\e60b";
70
+ }
71
+
72
+ .lmweb-linhub_permission:before {
73
+ content: "\e6a3";
74
+ }
75
+
76
+ .lmweb-linkhub_platform:before {
77
+ content: "\e6a4";
78
+ }
79
+
80
+ .lmweb-inbox:before {
81
+ content: "\e60a";
82
+ }
83
+
84
+ .lmweb-icon_Hook:before {
85
+ content: "\e6a0";
86
+ }
87
+
88
+ .lmweb-icon_fork:before {
89
+ content: "\e6a2";
90
+ }
91
+
92
+ .lmweb-icon_toppest:before {
93
+ content: "\e69f";
94
+ }
95
+
96
+ .lmweb-tuiguangyaoqing:before {
97
+ content: "\e609";
98
+ }
99
+
100
+ .lmweb-shouqi:before {
101
+ content: "\e659";
102
+ }
103
+
104
+ .lmweb-zhedie:before {
105
+ content: "\e65a";
106
+ }
107
+
108
+ .lmweb-gengduotianchong:before {
109
+ content: "\e67f";
110
+ }
111
+
112
+ .lmweb-jihua:before {
113
+ content: "\e643";
114
+ }
115
+
116
+ .lmweb-xueshengdangan:before {
117
+ content: "\e608";
118
+ }
119
+
120
+ .lmweb-changshangzhunru:before {
121
+ content: "\e621";
122
+ }
123
+
124
+ .lmweb-weibiaoti--:before {
125
+ content: "\e620";
126
+ }
127
+
128
+ .lmweb-hezuoguanxi-xianxing:before {
129
+ content: "\e8c2";
130
+ }
131
+
132
+ .lmweb-fenpeijiaose:before {
133
+ content: "\e607";
134
+ }
135
+
136
+ .lmweb-shenpi:before {
137
+ content: "\e6a1";
138
+ }
139
+
140
+ .lmweb-a-mengbanzu87732:before {
141
+ content: "\e606";
142
+ }
143
+
144
+ .lmweb-shejiwenjian:before {
145
+ content: "\e605";
146
+ }
147
+
148
+ .lmweb-ziliaobao:before {
149
+ content: "\e604";
150
+ }
151
+
152
+ .lmweb-a-mengbanzu87731:before {
153
+ content: "\e603";
154
+ }
155
+
156
+ .lmweb-sheji:before {
157
+ content: "\e602";
158
+ }
159
+
160
+ .lmweb-dengdai:before {
161
+ content: "\e601";
162
+ }
163
+
164
+ .lmweb-a-mengbanzu8773:before {
165
+ content: "\e600";
166
+ }
167
+
168
+ .lmweb-line:before {
169
+ content: "\e813";
170
+ }
171
+
172
+ .lmweb-minus:before {
173
+ content: "\e815";
174
+ }
175
+
176
+ .lmweb-question:before {
177
+ content: "\e84b";
178
+ }
179
+
180
+ .lmweb-rollback:before {
181
+ content: "\e84c";
182
+ }
183
+
184
+ .lmweb-small-dash:before {
185
+ content: "\e84d";
186
+ }
187
+
188
+ .lmweb-pause:before {
189
+ content: "\e84e";
190
+ }
191
+
192
+ .lmweb-bg-colors:before {
193
+ content: "\e84f";
194
+ }
195
+
196
+ .lmweb-crown:before {
197
+ content: "\e850";
198
+ }
199
+
200
+ .lmweb-drag:before {
201
+ content: "\e851";
202
+ }
203
+
204
+ .lmweb-desktop:before {
205
+ content: "\e852";
206
+ }
207
+
208
+ .lmweb-gift:before {
209
+ content: "\e853";
210
+ }
211
+
212
+ .lmweb-stop:before {
213
+ content: "\e854";
214
+ }
215
+
216
+ .lmweb-fire:before {
217
+ content: "\e855";
218
+ }
219
+
220
+ .lmweb-thunderbolt:before {
221
+ content: "\e856";
222
+ }
223
+
224
+ .lmweb-check-circle-fill:before {
225
+ content: "\e857";
226
+ }
227
+
228
+ .lmweb-left-circle-fill:before {
229
+ content: "\e858";
230
+ }
231
+
232
+ .lmweb-down-circle-fill:before {
233
+ content: "\e859";
234
+ }
235
+
236
+ .lmweb-minus-circle-fill:before {
237
+ content: "\e85a";
238
+ }
239
+
240
+ .lmweb-close-circle-fill:before {
241
+ content: "\e85b";
242
+ }
243
+
244
+ .lmweb-info-circle-fill:before {
245
+ content: "\e85c";
246
+ }
247
+
248
+ .lmweb-up-circle-fill:before {
249
+ content: "\e85d";
250
+ }
251
+
252
+ .lmweb-right-circle-fill:before {
253
+ content: "\e85e";
254
+ }
255
+
256
+ .lmweb-plus-circle-fill:before {
257
+ content: "\e85f";
258
+ }
259
+
260
+ .lmweb-question-circle-fill:before {
261
+ content: "\e860";
262
+ }
263
+
264
+ .lmweb-poweroff-circle-fill:before {
265
+ content: "\e861";
266
+ }
267
+
268
+ .lmweb-play-circle-fill:before {
269
+ content: "\e862";
270
+ }
271
+
272
+ .lmweb-stop-fill:before {
273
+ content: "\e863";
274
+ }
275
+
276
+ .lmweb-warning-circle-fill:before {
277
+ content: "\e864";
278
+ }
279
+
280
+ .lmweb-time-circle-fill:before {
281
+ content: "\e865";
282
+ }
283
+
284
+ .lmweb-YUAN-circle-fill:before {
285
+ content: "\e866";
286
+ }
287
+
288
+ .lmweb-piechart-circle-fil:before {
289
+ content: "\e868";
290
+ }
291
+
292
+ .lmweb-message-fill:before {
293
+ content: "\e869";
294
+ }
295
+
296
+ .lmweb-check-square-fill:before {
297
+ content: "\e86b";
298
+ }
299
+
300
+ .lmweb-down-square-fill:before {
301
+ content: "\e86c";
302
+ }
303
+
304
+ .lmweb-minus-square-fill:before {
305
+ content: "\e86d";
306
+ }
307
+
308
+ .lmweb-close-square-fill:before {
309
+ content: "\e86e";
310
+ }
311
+
312
+ .lmweb-codelibrary-fill:before {
313
+ content: "\e86f";
314
+ }
315
+
316
+ .lmweb-left-square-fill:before {
317
+ content: "\e870";
318
+ }
319
+
320
+ .lmweb-play-square-fill:before {
321
+ content: "\e871";
322
+ }
323
+
324
+ .lmweb-up-square-fill:before {
325
+ content: "\e872";
326
+ }
327
+
328
+ .lmweb-right-square-fill:before {
329
+ content: "\e873";
330
+ }
331
+
332
+ .lmweb-plus-square-fill:before {
333
+ content: "\e874";
334
+ }
335
+
336
+ .lmweb-accountbook-fill:before {
337
+ content: "\e875";
338
+ }
339
+
340
+ .lmweb-carryout-fill:before {
341
+ content: "\e876";
342
+ }
343
+
344
+ .lmweb-calendar-fill:before {
345
+ content: "\e877";
346
+ }
347
+
348
+ .lmweb-calculator-fill:before {
349
+ content: "\e878";
350
+ }
351
+
352
+ .lmweb-interation-fill:before {
353
+ content: "\e879";
354
+ }
355
+
356
+ .lmweb-project-fill:before {
357
+ content: "\e87a";
358
+ }
359
+
360
+ .lmweb-detail-fill:before {
361
+ content: "\e87b";
362
+ }
363
+
364
+ .lmweb-save-fill:before {
365
+ content: "\e87c";
366
+ }
367
+
368
+ .lmweb-wallet-fill:before {
369
+ content: "\e87d";
370
+ }
371
+
372
+ .lmweb-control-fill:before {
373
+ content: "\e87e";
374
+ }
375
+
376
+ .lmweb-layout-fill:before {
377
+ content: "\e87f";
378
+ }
379
+
380
+ .lmweb-appstore-fill:before {
381
+ content: "\e880";
382
+ }
383
+
384
+ .lmweb-mobile-fill:before {
385
+ content: "\e881";
386
+ }
387
+
388
+ .lmweb-tablet-fill:before {
389
+ content: "\e882";
390
+ }
391
+
392
+ .lmweb-book-fill:before {
393
+ content: "\e883";
394
+ }
395
+
396
+ .lmweb-redenvelope-fill:before {
397
+ content: "\e884";
398
+ }
399
+
400
+ .lmweb-safetycertificate-f:before {
401
+ content: "\e885";
402
+ }
403
+
404
+ .lmweb-propertysafety-fill:before {
405
+ content: "\e886";
406
+ }
407
+
408
+ .lmweb-insurance-fill:before {
409
+ content: "\e887";
410
+ }
411
+
412
+ .lmweb-securityscan-fill:before {
413
+ content: "\e888";
414
+ }
415
+
416
+ .lmweb-file-exclamation-fil:before {
417
+ content: "\e889";
418
+ }
419
+
420
+ .lmweb-file-add-fill:before {
421
+ content: "\e88a";
422
+ }
423
+
424
+ .lmweb-file-fill:before {
425
+ content: "\e88b";
426
+ }
427
+
428
+ .lmweb-file-excel-fill:before {
429
+ content: "\e88c";
430
+ }
431
+
432
+ .lmweb-file-markdown-fill:before {
433
+ content: "\e88d";
434
+ }
435
+
436
+ .lmweb-file-text-fill:before {
437
+ content: "\e88e";
438
+ }
439
+
440
+ .lmweb-file-ppt-fill:before {
441
+ content: "\e88f";
442
+ }
443
+
444
+ .lmweb-file-unknown-fill:before {
445
+ content: "\e890";
446
+ }
447
+
448
+ .lmweb-file-word-fill:before {
449
+ content: "\e891";
450
+ }
451
+
452
+ .lmweb-file-zip-fill:before {
453
+ content: "\e892";
454
+ }
455
+
456
+ .lmweb-file-pdf-fill:before {
457
+ content: "\e893";
458
+ }
459
+
460
+ .lmweb-file-image-fill:before {
461
+ content: "\e894";
462
+ }
463
+
464
+ .lmweb-diff-fill:before {
465
+ content: "\e895";
466
+ }
467
+
468
+ .lmweb-file-copy-fill:before {
469
+ content: "\e896";
470
+ }
471
+
472
+ .lmweb-snippets-fill:before {
473
+ content: "\e897";
474
+ }
475
+
476
+ .lmweb-batchfolding-fill:before {
477
+ content: "\e898";
478
+ }
479
+
480
+ .lmweb-reconciliation-fill:before {
481
+ content: "\e899";
482
+ }
483
+
484
+ .lmweb-folder-add-fill:before {
485
+ content: "\e89a";
486
+ }
487
+
488
+ .lmweb-folder-fill:before {
489
+ content: "\e89b";
490
+ }
491
+
492
+ .lmweb-folder-open-fill:before {
493
+ content: "\e89c";
494
+ }
495
+
496
+ .lmweb-database-fill:before {
497
+ content: "\e89d";
498
+ }
499
+
500
+ .lmweb-container-fill:before {
501
+ content: "\e89e";
502
+ }
503
+
504
+ .lmweb-sever-fill:before {
505
+ content: "\e89f";
506
+ }
507
+
508
+ .lmweb-calendar-check-fill:before {
509
+ content: "\e8a0";
510
+ }
511
+
512
+ .lmweb-image-fill:before {
513
+ content: "\e8a1";
514
+ }
515
+
516
+ .lmweb-idcard-fill:before {
517
+ content: "\e8a2";
518
+ }
519
+
520
+ .lmweb-creditcard-fill:before {
521
+ content: "\e8a3";
522
+ }
523
+
524
+ .lmweb-fund-fill:before {
525
+ content: "\e8a4";
526
+ }
527
+
528
+ .lmweb-read-fill:before {
529
+ content: "\e8a5";
530
+ }
531
+
532
+ .lmweb-contacts-fill:before {
533
+ content: "\e8a6";
534
+ }
535
+
536
+ .lmweb-delete-fill:before {
537
+ content: "\e8a7";
538
+ }
539
+
540
+ .lmweb-notification-fill:before {
541
+ content: "\e8a8";
542
+ }
543
+
544
+ .lmweb-flag-fill:before {
545
+ content: "\e8a9";
546
+ }
547
+
548
+ .lmweb-moneycollect-fill:before {
549
+ content: "\e8aa";
550
+ }
551
+
552
+ .lmweb-medicinebox-fill:before {
553
+ content: "\e8ab";
554
+ }
555
+
556
+ .lmweb-rest-fill:before {
557
+ content: "\e8ac";
558
+ }
559
+
560
+ .lmweb-shopping-fill:before {
561
+ content: "\e8ad";
562
+ }
563
+
564
+ .lmweb-skin-fill:before {
565
+ content: "\e8ae";
566
+ }
567
+
568
+ .lmweb-video-fill:before {
569
+ content: "\e8af";
570
+ }
571
+
572
+ .lmweb-sound-fill:before {
573
+ content: "\e8b0";
574
+ }
575
+
576
+ .lmweb-bulb-fill:before {
577
+ content: "\e8b1";
578
+ }
579
+
580
+ .lmweb-bell-fill:before {
581
+ content: "\e8b2";
582
+ }
583
+
584
+ .lmweb-filter-fill:before {
585
+ content: "\e8b3";
586
+ }
587
+
588
+ .lmweb-fire-fill:before {
589
+ content: "\e8b4";
590
+ }
591
+
592
+ .lmweb-funnelplot-fill:before {
593
+ content: "\e8b5";
594
+ }
595
+
596
+ .lmweb-gift-fill:before {
597
+ content: "\e8b6";
598
+ }
599
+
600
+ .lmweb-hourglass-fill:before {
601
+ content: "\e8b7";
602
+ }
603
+
604
+ .lmweb-home-fill:before {
605
+ content: "\e8b8";
606
+ }
607
+
608
+ .lmweb-trophy-fill:before {
609
+ content: "\e8b9";
610
+ }
611
+
612
+ .lmweb-location-fill:before {
613
+ content: "\e8ba";
614
+ }
615
+
616
+ .lmweb-cloud-fill:before {
617
+ content: "\e8bb";
618
+ }
619
+
620
+ .lmweb-customerservice-fill:before {
621
+ content: "\e8bc";
622
+ }
623
+
624
+ .lmweb-experiment-fill:before {
625
+ content: "\e8bd";
626
+ }
627
+
628
+ .lmweb-eye-fill:before {
629
+ content: "\e8be";
630
+ }
631
+
632
+ .lmweb-like-fill:before {
633
+ content: "\e8bf";
634
+ }
635
+
636
+ .lmweb-lock-fill:before {
637
+ content: "\e8c0";
638
+ }
639
+
640
+ .lmweb-unlike-fill:before {
641
+ content: "\e8c1";
642
+ }
643
+
644
+ .lmweb-unlock-fill:before {
645
+ content: "\e8c3";
646
+ }
647
+
648
+ .lmweb-alert-fill:before {
649
+ content: "\e8c4";
650
+ }
651
+
652
+ .lmweb-api-fill:before {
653
+ content: "\e8c5";
654
+ }
655
+
656
+ .lmweb-highlight-fill:before {
657
+ content: "\e8c6";
658
+ }
659
+
660
+ .lmweb-phone-fill:before {
661
+ content: "\e8c7";
662
+ }
663
+
664
+ .lmweb-edit-fill:before {
665
+ content: "\e8c8";
666
+ }
667
+
668
+ .lmweb-pushpin-fill:before {
669
+ content: "\e8c9";
670
+ }
671
+
672
+ .lmweb-rocket-fill:before {
673
+ content: "\e8ca";
674
+ }
675
+
676
+ .lmweb-thunderbolt-fill:before {
677
+ content: "\e8cb";
678
+ }
679
+
680
+ .lmweb-tag-fill:before {
681
+ content: "\e8cc";
682
+ }
683
+
684
+ .lmweb-wrench-fill:before {
685
+ content: "\e8cd";
686
+ }
687
+
688
+ .lmweb-tags-fill:before {
689
+ content: "\e8ce";
690
+ }
691
+
692
+ .lmweb-bank-fill:before {
693
+ content: "\e8cf";
694
+ }
695
+
696
+ .lmweb-camera-fill:before {
697
+ content: "\e8d0";
698
+ }
699
+
700
+ .lmweb-error-fill:before {
701
+ content: "\e8d1";
702
+ }
703
+
704
+ .lmweb-crown-fill:before {
705
+ content: "\e8d2";
706
+ }
707
+
708
+ .lmweb-mail-fill:before {
709
+ content: "\e8d3";
710
+ }
711
+
712
+ .lmweb-car-fill:before {
713
+ content: "\e8d4";
714
+ }
715
+
716
+ .lmweb-printer-fill:before {
717
+ content: "\e8d5";
718
+ }
719
+
720
+ .lmweb-shop-fill:before {
721
+ content: "\e8d6";
722
+ }
723
+
724
+ .lmweb-setting-fill:before {
725
+ content: "\e8d7";
726
+ }
727
+
728
+ .lmweb-USB-fill:before {
729
+ content: "\e8d8";
730
+ }
731
+
732
+ .lmweb-sliders-fill:before {
733
+ content: "\e8d9";
734
+ }
735
+
736
+ .lmweb-audio:before {
737
+ content: "\e8da";
738
+ }
739
+
740
+ .lmweb-audio-fill:before {
741
+ content: "\e8db";
742
+ }
743
+
744
+ .lmweb-zoomin:before {
745
+ content: "\e8dc";
746
+ }
747
+
748
+ .lmweb-audiostatic:before {
749
+ content: "\e8e8";
750
+ }
751
+
752
+ .lmweb-signal-fill:before {
753
+ content: "\e8eb";
754
+ }
755
+
756
+ .lmweb-verified:before {
757
+ content: "\e8ec";
758
+ }
759
+
760
+ .lmweb-videocameraadd:before {
761
+ content: "\e8ed";
762
+ }
763
+
764
+ .lmweb-switchuser:before {
765
+ content: "\e8ee";
766
+ }
767
+
768
+ .lmweb-appstoreadd:before {
769
+ content: "\e8f0";
770
+ }
771
+
772
+ .lmweb-caret-down:before {
773
+ content: "\e8f1";
774
+ }
775
+
776
+ .lmweb-backward:before {
777
+ content: "\e8f2";
778
+ }
779
+
780
+ .lmweb-caret-up:before {
781
+ content: "\e8f3";
782
+ }
783
+
784
+ .lmweb-caret-right:before {
785
+ content: "\e8f4";
786
+ }
787
+
788
+ .lmweb-caret-left:before {
789
+ content: "\e8f5";
790
+ }
791
+
792
+ .lmweb-fast-backward:before {
793
+ content: "\e8f6";
794
+ }
795
+
796
+ .lmweb-forward:before {
797
+ content: "\e8f7";
798
+ }
799
+
800
+ .lmweb-fast-forward:before {
801
+ content: "\e8f8";
802
+ }
803
+
804
+ .lmweb-search:before {
805
+ content: "\e8f9";
806
+ }
807
+
808
+ .lmweb-retweet:before {
809
+ content: "\e8fa";
810
+ }
811
+
812
+ .lmweb-login:before {
813
+ content: "\e8fb";
814
+ }
815
+
816
+ .lmweb-step-backward:before {
817
+ content: "\e8fc";
818
+ }
819
+
820
+ .lmweb-step-forward:before {
821
+ content: "\e8fd";
822
+ }
823
+
824
+ .lmweb-swap-right:before {
825
+ content: "\e8fe";
826
+ }
827
+
828
+ .lmweb-swap-left:before {
829
+ content: "\e8ff";
830
+ }
831
+
832
+ .lmweb-woman:before {
833
+ content: "\e900";
834
+ }
835
+
836
+ .lmweb-plus:before {
837
+ content: "\e901";
838
+ }
839
+
840
+ .lmweb-eyeclose-fill:before {
841
+ content: "\e902";
842
+ }
843
+
844
+ .lmweb-eye-close:before {
845
+ content: "\e903";
846
+ }
847
+
848
+ .lmweb-clear:before {
849
+ content: "\e904";
850
+ }
851
+
852
+ .lmweb-rotate-left:before {
853
+ content: "\e905";
854
+ }
855
+
856
+ .lmweb-rotate-right:before {
857
+ content: "\e906";
858
+ }
859
+
860
+ .lmweb-solit-cells:before {
861
+ content: "\e907";
862
+ }
863
+
864
+ .lmweb-formatpainter:before {
865
+ content: "\e908";
866
+ }
867
+
868
+ .lmweb-formatpainter-fill:before {
869
+ content: "\e909";
870
+ }
871
+
872
+ .lmweb-translate:before {
873
+ content: "\e90a";
874
+ }
875
+
876
+ .lmweb-Field-time:before {
877
+ content: "\e90e";
878
+ }
879
+
880
+ .lmweb-Storedprocedure:before {
881
+ content: "\e910";
882
+ }
883
+
884
+ .lmweb-compress:before {
885
+ content: "\e914";
886
+ }
887
+
888
+ .lmweb-expend:before {
889
+ content: "\e915";
890
+ }
891
+
892
+ .lmweb-send:before {
893
+ content: "\e916";
894
+ }
895
+
896
+ .lmweb-Report:before {
897
+ content: "\e917";
898
+ }
899
+
900
+ .lmweb-plus-circle:before {
901
+ content: "\e783";
902
+ }
903
+
904
+ .lmweb-play-circle:before {
905
+ content: "\e784";
906
+ }
907
+
908
+ .lmweb-question-circle:before {
909
+ content: "\e785";
910
+ }
911
+
912
+ .lmweb-right-circle:before {
913
+ content: "\e786";
914
+ }
915
+
916
+ .lmweb-time-circle:before {
917
+ content: "\e787";
918
+ }
919
+
920
+ .lmweb-timeout:before {
921
+ content: "\e788";
922
+ }
923
+
924
+ .lmweb-earth:before {
925
+ content: "\e789";
926
+ }
927
+
928
+ .lmweb-YUAN:before {
929
+ content: "\e78a";
930
+ }
931
+
932
+ .lmweb-up-circle:before {
933
+ content: "\e78b";
934
+ }
935
+
936
+ .lmweb-warning-circle:before {
937
+ content: "\e78c";
938
+ }
939
+
940
+ .lmweb-sync:before {
941
+ content: "\e78f";
942
+ }
943
+
944
+ .lmweb-transaction:before {
945
+ content: "\e790";
946
+ }
947
+
948
+ .lmweb-undo:before {
949
+ content: "\e791";
950
+ }
951
+
952
+ .lmweb-redo:before {
953
+ content: "\e792";
954
+ }
955
+
956
+ .lmweb-reload:before {
957
+ content: "\e793";
958
+ }
959
+
960
+ .lmweb-reloadtime:before {
961
+ content: "\e794";
962
+ }
963
+
964
+ .lmweb-issuesclose:before {
965
+ content: "\e796";
966
+ }
967
+
968
+ .lmweb-piechart:before {
969
+ content: "\e799";
970
+ }
971
+
972
+ .lmweb-eye:before {
973
+ content: "\e79b";
974
+ }
975
+
976
+ .lmweb-location:before {
977
+ content: "\e79c";
978
+ }
979
+
980
+ .lmweb-edit-square:before {
981
+ content: "\e79d";
982
+ }
983
+
984
+ .lmweb-export:before {
985
+ content: "\e79e";
986
+ }
987
+
988
+ .lmweb-save:before {
989
+ content: "\e79f";
990
+ }
991
+
992
+ .lmweb-Import:before {
993
+ content: "\e7a0";
994
+ }
995
+
996
+ .lmweb-appstore:before {
997
+ content: "\e7a1";
998
+ }
999
+
1000
+ .lmweb-close-square:before {
1001
+ content: "\e7a2";
1002
+ }
1003
+
1004
+ .lmweb-down-square:before {
1005
+ content: "\e7a3";
1006
+ }
1007
+
1008
+ .lmweb-layout:before {
1009
+ content: "\e7a4";
1010
+ }
1011
+
1012
+ .lmweb-left-square:before {
1013
+ content: "\e7a5";
1014
+ }
1015
+
1016
+ .lmweb-control:before {
1017
+ content: "\e7a6";
1018
+ }
1019
+
1020
+ .lmweb-detail:before {
1021
+ content: "\e7a7";
1022
+ }
1023
+
1024
+ .lmweb-minus-square:before {
1025
+ content: "\e7a8";
1026
+ }
1027
+
1028
+ .lmweb-plus-square:before {
1029
+ content: "\e7a9";
1030
+ }
1031
+
1032
+ .lmweb-right-square:before {
1033
+ content: "\e7aa";
1034
+ }
1035
+
1036
+ .lmweb-project:before {
1037
+ content: "\e7ab";
1038
+ }
1039
+
1040
+ .lmweb-wallet:before {
1041
+ content: "\e7ac";
1042
+ }
1043
+
1044
+ .lmweb-up-square:before {
1045
+ content: "\e7ad";
1046
+ }
1047
+
1048
+ .lmweb-calculator:before {
1049
+ content: "\e7ae";
1050
+ }
1051
+
1052
+ .lmweb-interation:before {
1053
+ content: "\e7af";
1054
+ }
1055
+
1056
+ .lmweb-check-square:before {
1057
+ content: "\e7b0";
1058
+ }
1059
+
1060
+ .lmweb-border:before {
1061
+ content: "\e7b1";
1062
+ }
1063
+
1064
+ .lmweb-adduser:before {
1065
+ content: "\e7b2";
1066
+ }
1067
+
1068
+ .lmweb-deleteteam:before {
1069
+ content: "\e7b3";
1070
+ }
1071
+
1072
+ .lmweb-deleteuser:before {
1073
+ content: "\e7b4";
1074
+ }
1075
+
1076
+ .lmweb-addteam:before {
1077
+ content: "\e7b5";
1078
+ }
1079
+
1080
+ .lmweb-user:before {
1081
+ content: "\e7b6";
1082
+ }
1083
+
1084
+ .lmweb-team:before {
1085
+ content: "\e7b7";
1086
+ }
1087
+
1088
+ .lmweb-container:before {
1089
+ content: "\e7b8";
1090
+ }
1091
+
1092
+ .lmweb-database:before {
1093
+ content: "\e7b9";
1094
+ }
1095
+
1096
+ .lmweb-sever:before {
1097
+ content: "\e7ba";
1098
+ }
1099
+
1100
+ .lmweb-mobile:before {
1101
+ content: "\e7bb";
1102
+ }
1103
+
1104
+ .lmweb-tablet:before {
1105
+ content: "\e7bc";
1106
+ }
1107
+
1108
+ .lmweb-redenvelope:before {
1109
+ content: "\e7bd";
1110
+ }
1111
+
1112
+ .lmweb-book:before {
1113
+ content: "\e7be";
1114
+ }
1115
+
1116
+ .lmweb-filedone:before {
1117
+ content: "\e7bf";
1118
+ }
1119
+
1120
+ .lmweb-reconciliation:before {
1121
+ content: "\e7c0";
1122
+ }
1123
+
1124
+ .lmweb-file-exception:before {
1125
+ content: "\e7c1";
1126
+ }
1127
+
1128
+ .lmweb-filesync:before {
1129
+ content: "\e7c2";
1130
+ }
1131
+
1132
+ .lmweb-filesearch:before {
1133
+ content: "\e7c3";
1134
+ }
1135
+
1136
+ .lmweb-solution:before {
1137
+ content: "\e7c5";
1138
+ }
1139
+
1140
+ .lmweb-fileprotect:before {
1141
+ content: "\e7c7";
1142
+ }
1143
+
1144
+ .lmweb-file-add:before {
1145
+ content: "\e7c8";
1146
+ }
1147
+
1148
+ .lmweb-file-excel:before {
1149
+ content: "\e7c9";
1150
+ }
1151
+
1152
+ .lmweb-file-exclamation:before {
1153
+ content: "\e7cb";
1154
+ }
1155
+
1156
+ .lmweb-file-pdf:before {
1157
+ content: "\e7cc";
1158
+ }
1159
+
1160
+ .lmweb-file-image:before {
1161
+ content: "\e7cd";
1162
+ }
1163
+
1164
+ .lmweb-file-markdown:before {
1165
+ content: "\e7ce";
1166
+ }
1167
+
1168
+ .lmweb-file-unknown:before {
1169
+ content: "\e7cf";
1170
+ }
1171
+
1172
+ .lmweb-file-ppt:before {
1173
+ content: "\e7d0";
1174
+ }
1175
+
1176
+ .lmweb-file-word:before {
1177
+ content: "\e7d1";
1178
+ }
1179
+
1180
+ .lmweb-file:before {
1181
+ content: "\e7d2";
1182
+ }
1183
+
1184
+ .lmweb-file-zip:before {
1185
+ content: "\e7d3";
1186
+ }
1187
+
1188
+ .lmweb-file-text:before {
1189
+ content: "\e7d4";
1190
+ }
1191
+
1192
+ .lmweb-file-copy:before {
1193
+ content: "\e7d5";
1194
+ }
1195
+
1196
+ .lmweb-snippets:before {
1197
+ content: "\e7d6";
1198
+ }
1199
+
1200
+ .lmweb-audit:before {
1201
+ content: "\e7d7";
1202
+ }
1203
+
1204
+ .lmweb-diff:before {
1205
+ content: "\e7d8";
1206
+ }
1207
+
1208
+ .lmweb-Batchfolding:before {
1209
+ content: "\e7d9";
1210
+ }
1211
+
1212
+ .lmweb-securityscan:before {
1213
+ content: "\e7da";
1214
+ }
1215
+
1216
+ .lmweb-propertysafety:before {
1217
+ content: "\e7db";
1218
+ }
1219
+
1220
+ .lmweb-safetycertificate:before {
1221
+ content: "\e7dc";
1222
+ }
1223
+
1224
+ .lmweb-insurance:before {
1225
+ content: "\e7dd";
1226
+ }
1227
+
1228
+ .lmweb-alert:before {
1229
+ content: "\e7de";
1230
+ }
1231
+
1232
+ .lmweb-delete:before {
1233
+ content: "\e7df";
1234
+ }
1235
+
1236
+ .lmweb-hourglass:before {
1237
+ content: "\e7e1";
1238
+ }
1239
+
1240
+ .lmweb-bulb:before {
1241
+ content: "\e7e2";
1242
+ }
1243
+
1244
+ .lmweb-rest:before {
1245
+ content: "\e7e4";
1246
+ }
1247
+
1248
+ .lmweb-USB:before {
1249
+ content: "\e7e5";
1250
+ }
1251
+
1252
+ .lmweb-skin:before {
1253
+ content: "\e7e6";
1254
+ }
1255
+
1256
+ .lmweb-bank:before {
1257
+ content: "\e7e8";
1258
+ }
1259
+
1260
+ .lmweb-filter:before {
1261
+ content: "\e7e9";
1262
+ }
1263
+
1264
+ .lmweb-funnelplot:before {
1265
+ content: "\e7ea";
1266
+ }
1267
+
1268
+ .lmweb-like:before {
1269
+ content: "\e7eb";
1270
+ }
1271
+
1272
+ .lmweb-unlike:before {
1273
+ content: "\e7ec";
1274
+ }
1275
+
1276
+ .lmweb-unlock:before {
1277
+ content: "\e7ed";
1278
+ }
1279
+
1280
+ .lmweb-lock:before {
1281
+ content: "\e7ee";
1282
+ }
1283
+
1284
+ .lmweb-flag:before {
1285
+ content: "\e7f0";
1286
+ }
1287
+
1288
+ .lmweb-moneycollect:before {
1289
+ content: "\e7f1";
1290
+ }
1291
+
1292
+ .lmweb-medicinebox:before {
1293
+ content: "\e7f2";
1294
+ }
1295
+
1296
+ .lmweb-shop:before {
1297
+ content: "\e7f3";
1298
+ }
1299
+
1300
+ .lmweb-rocket:before {
1301
+ content: "\e7f4";
1302
+ }
1303
+
1304
+ .lmweb-shopping:before {
1305
+ content: "\e7f5";
1306
+ }
1307
+
1308
+ .lmweb-folder:before {
1309
+ content: "\e7f6";
1310
+ }
1311
+
1312
+ .lmweb-folder-open:before {
1313
+ content: "\e7f7";
1314
+ }
1315
+
1316
+ .lmweb-folder-add:before {
1317
+ content: "\e7f8";
1318
+ }
1319
+
1320
+ .lmweb-accountbook:before {
1321
+ content: "\e7f9";
1322
+ }
1323
+
1324
+ .lmweb-carryout:before {
1325
+ content: "\e7fa";
1326
+ }
1327
+
1328
+ .lmweb-calendar-check:before {
1329
+ content: "\e7fb";
1330
+ }
1331
+
1332
+ .lmweb-calendar:before {
1333
+ content: "\e7fd";
1334
+ }
1335
+
1336
+ .lmweb-scan:before {
1337
+ content: "\e7fe";
1338
+ }
1339
+
1340
+ .lmweb-select:before {
1341
+ content: "\e7ff";
1342
+ }
1343
+
1344
+ .lmweb-sliders:before {
1345
+ content: "\e800";
1346
+ }
1347
+
1348
+ .lmweb-laptop:before {
1349
+ content: "\e801";
1350
+ }
1351
+
1352
+ .lmweb-camera:before {
1353
+ content: "\e802";
1354
+ }
1355
+
1356
+ .lmweb-printer:before {
1357
+ content: "\e803";
1358
+ }
1359
+
1360
+ .lmweb-read:before {
1361
+ content: "\e804";
1362
+ }
1363
+
1364
+ .lmweb-cloud-server:before {
1365
+ content: "\e805";
1366
+ }
1367
+
1368
+ .lmweb-cloud-upload:before {
1369
+ content: "\e806";
1370
+ }
1371
+
1372
+ .lmweb-cloud:before {
1373
+ content: "\e807";
1374
+ }
1375
+
1376
+ .lmweb-cloud-download:before {
1377
+ content: "\e808";
1378
+ }
1379
+
1380
+ .lmweb-cloud-sync:before {
1381
+ content: "\e809";
1382
+ }
1383
+
1384
+ .lmweb-video:before {
1385
+ content: "\e80a";
1386
+ }
1387
+
1388
+ .lmweb-notification:before {
1389
+ content: "\e80b";
1390
+ }
1391
+
1392
+ .lmweb-sound:before {
1393
+ content: "\e80c";
1394
+ }
1395
+
1396
+ .lmweb-qrcode:before {
1397
+ content: "\e80d";
1398
+ }
1399
+
1400
+ .lmweb-fund:before {
1401
+ content: "\e80e";
1402
+ }
1403
+
1404
+ .lmweb-image:before {
1405
+ content: "\e80f";
1406
+ }
1407
+
1408
+ .lmweb-mail:before {
1409
+ content: "\e810";
1410
+ }
1411
+
1412
+ .lmweb-idcard:before {
1413
+ content: "\e811";
1414
+ }
1415
+
1416
+ .lmweb-creditcard:before {
1417
+ content: "\e812";
1418
+ }
1419
+
1420
+ .lmweb-error:before {
1421
+ content: "\e814";
1422
+ }
1423
+
1424
+ .lmweb-wifi:before {
1425
+ content: "\e816";
1426
+ }
1427
+
1428
+ .lmweb-attachment:before {
1429
+ content: "\e817";
1430
+ }
1431
+
1432
+ .lmweb-edit:before {
1433
+ content: "\e818";
1434
+ }
1435
+
1436
+ .lmweb-key:before {
1437
+ content: "\e819";
1438
+ }
1439
+
1440
+ .lmweb-api:before {
1441
+ content: "\e81a";
1442
+ }
1443
+
1444
+ .lmweb-disconnect:before {
1445
+ content: "\e81b";
1446
+ }
1447
+
1448
+ .lmweb-monitor:before {
1449
+ content: "\e81c";
1450
+ }
1451
+
1452
+ .lmweb-link:before {
1453
+ content: "\e81d";
1454
+ }
1455
+
1456
+ .lmweb-man:before {
1457
+ content: "\e81e";
1458
+ }
1459
+
1460
+ .lmweb-percentage:before {
1461
+ content: "\e81f";
1462
+ }
1463
+
1464
+ .lmweb-pushpin:before {
1465
+ content: "\e820";
1466
+ }
1467
+
1468
+ .lmweb-phone:before {
1469
+ content: "\e821";
1470
+ }
1471
+
1472
+ .lmweb-shake:before {
1473
+ content: "\e822";
1474
+ }
1475
+
1476
+ .lmweb-tag:before {
1477
+ content: "\e823";
1478
+ }
1479
+
1480
+ .lmweb-wrench:before {
1481
+ content: "\e824";
1482
+ }
1483
+
1484
+ .lmweb-tags:before {
1485
+ content: "\e825";
1486
+ }
1487
+
1488
+ .lmweb-scissor:before {
1489
+ content: "\e826";
1490
+ }
1491
+
1492
+ .lmweb-shrink:before {
1493
+ content: "\e827";
1494
+ }
1495
+
1496
+ .lmweb-arrawsalt:before {
1497
+ content: "\e828";
1498
+ }
1499
+
1500
+ .lmweb-verticalright:before {
1501
+ content: "\e829";
1502
+ }
1503
+
1504
+ .lmweb-verticalleft:before {
1505
+ content: "\e82a";
1506
+ }
1507
+
1508
+ .lmweb-right:before {
1509
+ content: "\e82b";
1510
+ }
1511
+
1512
+ .lmweb-left:before {
1513
+ content: "\e82c";
1514
+ }
1515
+
1516
+ .lmweb-up:before {
1517
+ content: "\e82d";
1518
+ }
1519
+
1520
+ .lmweb-down:before {
1521
+ content: "\e82e";
1522
+ }
1523
+
1524
+ .lmweb-fullscreen:before {
1525
+ content: "\e82f";
1526
+ }
1527
+
1528
+ .lmweb-fullscreen-exit:before {
1529
+ content: "\e830";
1530
+ }
1531
+
1532
+ .lmweb-doubleleft:before {
1533
+ content: "\e831";
1534
+ }
1535
+
1536
+ .lmweb-doubleright:before {
1537
+ content: "\e832";
1538
+ }
1539
+
1540
+ .lmweb-arrowright:before {
1541
+ content: "\e833";
1542
+ }
1543
+
1544
+ .lmweb-arrowup:before {
1545
+ content: "\e834";
1546
+ }
1547
+
1548
+ .lmweb-arrowleft:before {
1549
+ content: "\e835";
1550
+ }
1551
+
1552
+ .lmweb-arrowdown:before {
1553
+ content: "\e836";
1554
+ }
1555
+
1556
+ .lmweb-upload:before {
1557
+ content: "\e837";
1558
+ }
1559
+
1560
+ .lmweb-colum-height:before {
1561
+ content: "\e838";
1562
+ }
1563
+
1564
+ .lmweb-vertical-align-botto:before {
1565
+ content: "\e839";
1566
+ }
1567
+
1568
+ .lmweb-vertical-align-middl:before {
1569
+ content: "\e83a";
1570
+ }
1571
+
1572
+ .lmweb-totop:before {
1573
+ content: "\e83b";
1574
+ }
1575
+
1576
+ .lmweb-vertical-align-top:before {
1577
+ content: "\e83c";
1578
+ }
1579
+
1580
+ .lmweb-download:before {
1581
+ content: "\e83d";
1582
+ }
1583
+
1584
+ .lmweb-swap:before {
1585
+ content: "\e83e";
1586
+ }
1587
+
1588
+ .lmweb-stock:before {
1589
+ content: "\e83f";
1590
+ }
1591
+
1592
+ .lmweb-rise:before {
1593
+ content: "\e840";
1594
+ }
1595
+
1596
+ .lmweb-indent:before {
1597
+ content: "\e841";
1598
+ }
1599
+
1600
+ .lmweb-outdent:before {
1601
+ content: "\e842";
1602
+ }
1603
+
1604
+ .lmweb-menu:before {
1605
+ content: "\e843";
1606
+ }
1607
+
1608
+ .lmweb-unorderedlist:before {
1609
+ content: "\e844";
1610
+ }
1611
+
1612
+ .lmweb-orderedlist:before {
1613
+ content: "\e845";
1614
+ }
1615
+
1616
+ .lmweb-align-right:before {
1617
+ content: "\e846";
1618
+ }
1619
+
1620
+ .lmweb-align-center:before {
1621
+ content: "\e847";
1622
+ }
1623
+
1624
+ .lmweb-align-left:before {
1625
+ content: "\e848";
1626
+ }
1627
+
1628
+ .lmweb-pic-center:before {
1629
+ content: "\e849";
1630
+ }
1631
+
1632
+ .lmweb-pic-right:before {
1633
+ content: "\e84a";
1634
+ }
1635
+
1636
+ .lmweb-check-circle:before {
1637
+ content: "\e77d";
1638
+ }
1639
+
1640
+ .lmweb-close-circle:before {
1641
+ content: "\e77e";
1642
+ }
1643
+
1644
+ .lmweb-info-circle:before {
1645
+ content: "\e77f";
1646
+ }
1647
+
1648
+ .lmweb-left-circle:before {
1649
+ content: "\e780";
1650
+ }
1651
+
1652
+ .lmweb-down-circle:before {
1653
+ content: "\e781";
1654
+ }
1655
+
1656
+ .lmweb-minus-circle:before {
1657
+ content: "\e782";
1658
+ }
1659
+
1660
+ .lmweb-star-fill:before {
1661
+ content: "\e86a";
1662
+ }
1663
+
1664
+ .lmweb-bell:before {
1665
+ content: "\e7c4";
1666
+ }
1667
+
1668
+ .lmweb-message:before {
1669
+ content: "\e78a";
1670
+ }
1671
+
1672
+ .lmweb-poweroff:before {
1673
+ content: "\e78c";
1674
+ }
1675
+
1676
+ .lmweb-logout:before {
1677
+ content: "\e78d";
1678
+ }
1679
+
1680
+ .lmweb-setting:before {
1681
+ content: "\e78e";
1682
+ }
1683
+
1684
+ .lmweb-home:before {
1685
+ content: "\e7c6";
1686
+ }
1687
+
1688
+ .lmweb-customerservice:before {
1689
+ content: "\e7ca";
1690
+ }
1691
+
1692
+ .lmweb-heart:before {
1693
+ content: "\e7df";
1694
+ }
1695
+
1696
+ .lmweb-star:before {
1697
+ content: "\e7e0";
1698
+ }
1699
+
1700
+ .lmweb-close1:before {
1701
+ content: "\e7fc";
1702
+ }
1703
+
1704
+ .lmweb-heart-fill:before {
1705
+ content: "\e849";
1706
+ }
1707
+
1708
+ .lmweb-comment:before {
1709
+ content: "\e8e8";
1710
+ }
1711
+
1712
+ .lmweb-whatsapp:before {
1713
+ content: "\e8ea";
1714
+ }
1715
+