large-model-component 1.0.1 → 1.0.3

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 (62) hide show
  1. package/README.md +1 -1
  2. package/dist/img/blue_tip.2d17b827.png +0 -0
  3. package/dist/large-model-component.common.js +8927 -141151
  4. package/dist/large-model-component.common.js.map +1 -1
  5. package/dist/large-model-component.css +1 -1
  6. package/dist/large-model-component.umd.js +8931 -141155
  7. package/dist/large-model-component.umd.js.map +1 -1
  8. package/dist/large-model-component.umd.min.js +6 -31
  9. package/dist/large-model-component.umd.min.js.map +1 -1
  10. package/docs/comps/README.md +1 -1
  11. package/package.json +10 -16
  12. package/packages/footer/footer.vue +346 -0
  13. package/packages/footer/index.js +2 -0
  14. package/packages/header/header.vue +516 -0
  15. package/packages/header/index.js +3 -0
  16. package/packages/index.js +7 -3
  17. package/packages/model/index.js +3 -0
  18. package/packages/{largeModel/index.vue → model/model.vue} +26 -65
  19. package/packages/upload/index.js +2 -0
  20. package/packages/upload/src/ajax.js +156 -0
  21. package/packages/upload/src/index.vue +329 -0
  22. package/packages/upload/src/upload-dragger.vue +70 -0
  23. package/packages/upload/src/upload-list.vue +94 -0
  24. package/packages/upload/src/upload.vue +274 -0
  25. package/src/App.vue +240 -2
  26. package/src/assets/blue_tip.png +0 -0
  27. package/src/assets/gray_tip.png +0 -0
  28. package/src/assets/logo.png +0 -0
  29. package/src/components/HelloWorld.vue +59 -0
  30. package/{packages/largeModel → src/components}/contentFold.vue +13 -0
  31. package/src/main.js +0 -5
  32. package/src/utils/request.js +3 -11
  33. package/tests/unit/example.spec.js +12 -0
  34. package/vue.config.js +3 -0
  35. package/.env +0 -2
  36. package/.env.development +0 -2
  37. package/.env.production +0 -2
  38. package/dist/css/107.3716bdaf.css +0 -1
  39. package/dist/css/644.3716bdaf.css +0 -1
  40. package/dist/css/848.e455a0b7.css +0 -1
  41. package/dist/img/ai-chart.167a7713.png +0 -0
  42. package/dist/img/scrol-bg.f446933a.png +0 -0
  43. package/dist/img/zhijing-model.6a81c5a7.png +0 -0
  44. package/dist/large-model-component.common.644.js +0 -73
  45. package/dist/large-model-component.common.644.js.map +0 -1
  46. package/dist/large-model-component.umd.107.js +0 -73
  47. package/dist/large-model-component.umd.107.js.map +0 -1
  48. package/dist/large-model-component.umd.min.848.js +0 -2
  49. package/dist/large-model-component.umd.min.848.js.map +0 -1
  50. package/packages/largeModel/index.js +0 -2
  51. package/src/assets/css/app.css +0 -3255
  52. package/src/assets/css/chunk-vendors.css +0 -2071
  53. package/src/assets/css/github-markdown.css +0 -985
  54. package/src/router/index.js +0 -20
  55. package/src/store/index.js +0 -26
  56. package/src/utils/auth.js +0 -48
  57. package/src/utils/index.js +0 -111
  58. package/src/utils/spceialistConfig.js +0 -44
  59. package/src/utils/tool.js +0 -4
  60. package/src/utils/validate.js +0 -20
  61. /package/{packages/largeModel → src/utils}/pubsub.js +0 -0
  62. /package/{packages/largeModel → src/utils}/wsconnecter.js +0 -0
@@ -1,3255 +0,0 @@
1
- /*!
2
- * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3
- * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
- */
5
- @font-face {
6
- font-family: FontAwesome;
7
- src: url(../fonts/fontawesome-webfont.674f50d2.eot);
8
- src: url(../fonts/fontawesome-webfont.674f50d2.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.af7ae505.woff2) format("woff2"), url(../fonts/fontawesome-webfont.fee66e71.woff) format("woff"), url(../fonts/fontawesome-webfont.b06871f2.ttf) format("truetype"), url(../img/fontawesome-webfont.912ec66d.svg#fontawesomeregular) format("svg");
9
- font-weight: 400;
10
- font-style: normal
11
- }
12
-
13
- .fa {
14
- display: inline-block;
15
- font: normal normal normal 14px/1 FontAwesome;
16
- font-size: inherit;
17
- text-rendering: auto;
18
- -webkit-font-smoothing: antialiased;
19
- -moz-osx-font-smoothing: grayscale
20
- }
21
-
22
- .fa-lg {
23
- font-size: 1.33333333em;
24
- line-height: .75em;
25
- vertical-align: -15%
26
- }
27
-
28
- .fa-2x {
29
- font-size: 2em
30
- }
31
-
32
- .fa-3x {
33
- font-size: 3em
34
- }
35
-
36
- .fa-4x {
37
- font-size: 4em
38
- }
39
-
40
- .fa-5x {
41
- font-size: 5em
42
- }
43
-
44
- .fa-fw {
45
- width: 1.28571429em;
46
- text-align: center
47
- }
48
-
49
- .fa-ul {
50
- padding-left: 0;
51
- margin-left: 2.14285714em;
52
- list-style-type: none
53
- }
54
-
55
- .fa-ul > li {
56
- position: relative
57
- }
58
-
59
- .fa-li {
60
- position: absolute;
61
- left: -2.14285714em;
62
- width: 2.14285714em;
63
- top: .14285714em;
64
- text-align: center
65
- }
66
-
67
- .fa-li.fa-lg {
68
- left: -1.85714286em
69
- }
70
-
71
- .fa-border {
72
- padding: .2em .25em .15em;
73
- border: .08em solid #eee;
74
- border-radius: .1em
75
- }
76
-
77
- .fa-pull-left {
78
- float: left
79
- }
80
-
81
- .fa-pull-right {
82
- float: right
83
- }
84
-
85
- .fa.fa-pull-left {
86
- margin-right: .3em
87
- }
88
-
89
- .fa.fa-pull-right {
90
- margin-left: .3em
91
- }
92
-
93
- .pull-right {
94
- float: right
95
- }
96
-
97
- .pull-left {
98
- float: left
99
- }
100
-
101
- .fa.pull-left {
102
- margin-right: .3em
103
- }
104
-
105
- .fa.pull-right {
106
- margin-left: .3em
107
- }
108
-
109
- .fa-spin {
110
- -webkit-animation: fa-spin 2s linear infinite;
111
- animation: fa-spin 2s linear infinite
112
- }
113
-
114
- .fa-pulse {
115
- -webkit-animation: fa-spin 1s steps(8) infinite;
116
- animation: fa-spin 1s steps(8) infinite
117
- }
118
-
119
- @-webkit-keyframes fa-spin {
120
- 0% {
121
- -webkit-transform: rotate(0deg);
122
- transform: rotate(0deg)
123
- }
124
- to {
125
- -webkit-transform: rotate(359deg);
126
- transform: rotate(359deg)
127
- }
128
- }
129
-
130
- @keyframes fa-spin {
131
- 0% {
132
- -webkit-transform: rotate(0deg);
133
- transform: rotate(0deg)
134
- }
135
- to {
136
- -webkit-transform: rotate(359deg);
137
- transform: rotate(359deg)
138
- }
139
- }
140
-
141
- .fa-rotate-90 {
142
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
143
- -webkit-transform: rotate(90deg);
144
- transform: rotate(90deg)
145
- }
146
-
147
- .fa-rotate-180 {
148
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
149
- -webkit-transform: rotate(180deg);
150
- transform: rotate(180deg)
151
- }
152
-
153
- .fa-rotate-270 {
154
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
155
- -webkit-transform: rotate(270deg);
156
- transform: rotate(270deg)
157
- }
158
-
159
- .fa-flip-horizontal {
160
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
161
- -webkit-transform: scaleX(-1);
162
- transform: scaleX(-1)
163
- }
164
-
165
- .fa-flip-vertical {
166
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
167
- -webkit-transform: scaleY(-1);
168
- transform: scaleY(-1)
169
- }
170
-
171
- :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
172
- -webkit-filter: none;
173
- filter: none
174
- }
175
-
176
- .fa-stack {
177
- position: relative;
178
- display: inline-block;
179
- width: 2em;
180
- height: 2em;
181
- line-height: 2em;
182
- vertical-align: middle
183
- }
184
-
185
- .fa-stack-1x, .fa-stack-2x {
186
- position: absolute;
187
- left: 0;
188
- width: 100%;
189
- text-align: center
190
- }
191
-
192
- .fa-stack-1x {
193
- line-height: inherit
194
- }
195
-
196
- .fa-stack-2x {
197
- font-size: 2em
198
- }
199
-
200
- .fa-inverse {
201
- color: #fff
202
- }
203
-
204
- .fa-glass:before {
205
- content: "\f000"
206
- }
207
-
208
- .fa-music:before {
209
- content: "\f001"
210
- }
211
-
212
- .fa-search:before {
213
- content: "\f002"
214
- }
215
-
216
- .fa-envelope-o:before {
217
- content: "\f003"
218
- }
219
-
220
- .fa-heart:before {
221
- content: "\f004"
222
- }
223
-
224
- .fa-star:before {
225
- content: "\f005"
226
- }
227
-
228
- .fa-star-o:before {
229
- content: "\f006"
230
- }
231
-
232
- .fa-user:before {
233
- content: "\f007"
234
- }
235
-
236
- .fa-film:before {
237
- content: "\f008"
238
- }
239
-
240
- .fa-th-large:before {
241
- content: "\f009"
242
- }
243
-
244
- .fa-th:before {
245
- content: "\f00a"
246
- }
247
-
248
- .fa-th-list:before {
249
- content: "\f00b"
250
- }
251
-
252
- .fa-check:before {
253
- content: "\f00c"
254
- }
255
-
256
- .fa-close:before, .fa-remove:before, .fa-times:before {
257
- content: "\f00d"
258
- }
259
-
260
- .fa-search-plus:before {
261
- content: "\f00e"
262
- }
263
-
264
- .fa-search-minus:before {
265
- content: "\f010"
266
- }
267
-
268
- .fa-power-off:before {
269
- content: "\f011"
270
- }
271
-
272
- .fa-signal:before {
273
- content: "\f012"
274
- }
275
-
276
- .fa-cog:before, .fa-gear:before {
277
- content: "\f013"
278
- }
279
-
280
- .fa-trash-o:before {
281
- content: "\f014"
282
- }
283
-
284
- .fa-home:before {
285
- content: "\f015"
286
- }
287
-
288
- .fa-file-o:before {
289
- content: "\f016"
290
- }
291
-
292
- .fa-clock-o:before {
293
- content: "\f017"
294
- }
295
-
296
- .fa-road:before {
297
- content: "\f018"
298
- }
299
-
300
- .fa-download:before {
301
- content: "\f019"
302
- }
303
-
304
- .fa-arrow-circle-o-down:before {
305
- content: "\f01a"
306
- }
307
-
308
- .fa-arrow-circle-o-up:before {
309
- content: "\f01b"
310
- }
311
-
312
- .fa-inbox:before {
313
- content: "\f01c"
314
- }
315
-
316
- .fa-play-circle-o:before {
317
- content: "\f01d"
318
- }
319
-
320
- .fa-repeat:before, .fa-rotate-right:before {
321
- content: "\f01e"
322
- }
323
-
324
- .fa-refresh:before {
325
- content: "\f021"
326
- }
327
-
328
- .fa-list-alt:before {
329
- content: "\f022"
330
- }
331
-
332
- .fa-lock:before {
333
- content: "\f023"
334
- }
335
-
336
- .fa-flag:before {
337
- content: "\f024"
338
- }
339
-
340
- .fa-headphones:before {
341
- content: "\f025"
342
- }
343
-
344
- .fa-volume-off:before {
345
- content: "\f026"
346
- }
347
-
348
- .fa-volume-down:before {
349
- content: "\f027"
350
- }
351
-
352
- .fa-volume-up:before {
353
- content: "\f028"
354
- }
355
-
356
- .fa-qrcode:before {
357
- content: "\f029"
358
- }
359
-
360
- .fa-barcode:before {
361
- content: "\f02a"
362
- }
363
-
364
- .fa-tag:before {
365
- content: "\f02b"
366
- }
367
-
368
- .fa-tags:before {
369
- content: "\f02c"
370
- }
371
-
372
- .fa-book:before {
373
- content: "\f02d"
374
- }
375
-
376
- .fa-bookmark:before {
377
- content: "\f02e"
378
- }
379
-
380
- .fa-print:before {
381
- content: "\f02f"
382
- }
383
-
384
- .fa-camera:before {
385
- content: "\f030"
386
- }
387
-
388
- .fa-font:before {
389
- content: "\f031"
390
- }
391
-
392
- .fa-bold:before {
393
- content: "\f032"
394
- }
395
-
396
- .fa-italic:before {
397
- content: "\f033"
398
- }
399
-
400
- .fa-text-height:before {
401
- content: "\f034"
402
- }
403
-
404
- .fa-text-width:before {
405
- content: "\f035"
406
- }
407
-
408
- .fa-align-left:before {
409
- content: "\f036"
410
- }
411
-
412
- .fa-align-center:before {
413
- content: "\f037"
414
- }
415
-
416
- .fa-align-right:before {
417
- content: "\f038"
418
- }
419
-
420
- .fa-align-justify:before {
421
- content: "\f039"
422
- }
423
-
424
- .fa-list:before {
425
- content: "\f03a"
426
- }
427
-
428
- .fa-dedent:before, .fa-outdent:before {
429
- content: "\f03b"
430
- }
431
-
432
- .fa-indent:before {
433
- content: "\f03c"
434
- }
435
-
436
- .fa-video-camera:before {
437
- content: "\f03d"
438
- }
439
-
440
- .fa-image:before, .fa-photo:before, .fa-picture-o:before {
441
- content: "\f03e"
442
- }
443
-
444
- .fa-pencil:before {
445
- content: "\f040"
446
- }
447
-
448
- .fa-map-marker:before {
449
- content: "\f041"
450
- }
451
-
452
- .fa-adjust:before {
453
- content: "\f042"
454
- }
455
-
456
- .fa-tint:before {
457
- content: "\f043"
458
- }
459
-
460
- .fa-edit:before, .fa-pencil-square-o:before {
461
- content: "\f044"
462
- }
463
-
464
- .fa-share-square-o:before {
465
- content: "\f045"
466
- }
467
-
468
- .fa-check-square-o:before {
469
- content: "\f046"
470
- }
471
-
472
- .fa-arrows:before {
473
- content: "\f047"
474
- }
475
-
476
- .fa-step-backward:before {
477
- content: "\f048"
478
- }
479
-
480
- .fa-fast-backward:before {
481
- content: "\f049"
482
- }
483
-
484
- .fa-backward:before {
485
- content: "\f04a"
486
- }
487
-
488
- .fa-play:before {
489
- content: "\f04b"
490
- }
491
-
492
- .fa-pause:before {
493
- content: "\f04c"
494
- }
495
-
496
- .fa-stop:before {
497
- content: "\f04d"
498
- }
499
-
500
- .fa-forward:before {
501
- content: "\f04e"
502
- }
503
-
504
- .fa-fast-forward:before {
505
- content: "\f050"
506
- }
507
-
508
- .fa-step-forward:before {
509
- content: "\f051"
510
- }
511
-
512
- .fa-eject:before {
513
- content: "\f052"
514
- }
515
-
516
- .fa-chevron-left:before {
517
- content: "\f053"
518
- }
519
-
520
- .fa-chevron-right:before {
521
- content: "\f054"
522
- }
523
-
524
- .fa-plus-circle:before {
525
- content: "\f055"
526
- }
527
-
528
- .fa-minus-circle:before {
529
- content: "\f056"
530
- }
531
-
532
- .fa-times-circle:before {
533
- content: "\f057"
534
- }
535
-
536
- .fa-check-circle:before {
537
- content: "\f058"
538
- }
539
-
540
- .fa-question-circle:before {
541
- content: "\f059"
542
- }
543
-
544
- .fa-info-circle:before {
545
- content: "\f05a"
546
- }
547
-
548
- .fa-crosshairs:before {
549
- content: "\f05b"
550
- }
551
-
552
- .fa-times-circle-o:before {
553
- content: "\f05c"
554
- }
555
-
556
- .fa-check-circle-o:before {
557
- content: "\f05d"
558
- }
559
-
560
- .fa-ban:before {
561
- content: "\f05e"
562
- }
563
-
564
- .fa-arrow-left:before {
565
- content: "\f060"
566
- }
567
-
568
- .fa-arrow-right:before {
569
- content: "\f061"
570
- }
571
-
572
- .fa-arrow-up:before {
573
- content: "\f062"
574
- }
575
-
576
- .fa-arrow-down:before {
577
- content: "\f063"
578
- }
579
-
580
- .fa-mail-forward:before, .fa-share:before {
581
- content: "\f064"
582
- }
583
-
584
- .fa-expand:before {
585
- content: "\f065"
586
- }
587
-
588
- .fa-compress:before {
589
- content: "\f066"
590
- }
591
-
592
- .fa-plus:before {
593
- content: "\f067"
594
- }
595
-
596
- .fa-minus:before {
597
- content: "\f068"
598
- }
599
-
600
- .fa-asterisk:before {
601
- content: "\f069"
602
- }
603
-
604
- .fa-exclamation-circle:before {
605
- content: "\f06a"
606
- }
607
-
608
- .fa-gift:before {
609
- content: "\f06b"
610
- }
611
-
612
- .fa-leaf:before {
613
- content: "\f06c"
614
- }
615
-
616
- .fa-fire:before {
617
- content: "\f06d"
618
- }
619
-
620
- .fa-eye:before {
621
- content: "\f06e"
622
- }
623
-
624
- .fa-eye-slash:before {
625
- content: "\f070"
626
- }
627
-
628
- .fa-exclamation-triangle:before, .fa-warning:before {
629
- content: "\f071"
630
- }
631
-
632
- .fa-plane:before {
633
- content: "\f072"
634
- }
635
-
636
- .fa-calendar:before {
637
- content: "\f073"
638
- }
639
-
640
- .fa-random:before {
641
- content: "\f074"
642
- }
643
-
644
- .fa-comment:before {
645
- content: "\f075"
646
- }
647
-
648
- .fa-magnet:before {
649
- content: "\f076"
650
- }
651
-
652
- .fa-chevron-up:before {
653
- content: "\f077"
654
- }
655
-
656
- .fa-chevron-down:before {
657
- content: "\f078"
658
- }
659
-
660
- .fa-retweet:before {
661
- content: "\f079"
662
- }
663
-
664
- .fa-shopping-cart:before {
665
- content: "\f07a"
666
- }
667
-
668
- .fa-folder:before {
669
- content: "\f07b"
670
- }
671
-
672
- .fa-folder-open:before {
673
- content: "\f07c"
674
- }
675
-
676
- .fa-arrows-v:before {
677
- content: "\f07d"
678
- }
679
-
680
- .fa-arrows-h:before {
681
- content: "\f07e"
682
- }
683
-
684
- .fa-bar-chart-o:before, .fa-bar-chart:before {
685
- content: "\f080"
686
- }
687
-
688
- .fa-twitter-square:before {
689
- content: "\f081"
690
- }
691
-
692
- .fa-facebook-square:before {
693
- content: "\f082"
694
- }
695
-
696
- .fa-camera-retro:before {
697
- content: "\f083"
698
- }
699
-
700
- .fa-key:before {
701
- content: "\f084"
702
- }
703
-
704
- .fa-cogs:before, .fa-gears:before {
705
- content: "\f085"
706
- }
707
-
708
- .fa-comments:before {
709
- content: "\f086"
710
- }
711
-
712
- .fa-thumbs-o-up:before {
713
- content: "\f087"
714
- }
715
-
716
- .fa-thumbs-o-down:before {
717
- content: "\f088"
718
- }
719
-
720
- .fa-star-half:before {
721
- content: "\f089"
722
- }
723
-
724
- .fa-heart-o:before {
725
- content: "\f08a"
726
- }
727
-
728
- .fa-sign-out:before {
729
- content: "\f08b"
730
- }
731
-
732
- .fa-linkedin-square:before {
733
- content: "\f08c"
734
- }
735
-
736
- .fa-thumb-tack:before {
737
- content: "\f08d"
738
- }
739
-
740
- .fa-external-link:before {
741
- content: "\f08e"
742
- }
743
-
744
- .fa-sign-in:before {
745
- content: "\f090"
746
- }
747
-
748
- .fa-trophy:before {
749
- content: "\f091"
750
- }
751
-
752
- .fa-github-square:before {
753
- content: "\f092"
754
- }
755
-
756
- .fa-upload:before {
757
- content: "\f093"
758
- }
759
-
760
- .fa-lemon-o:before {
761
- content: "\f094"
762
- }
763
-
764
- .fa-phone:before {
765
- content: "\f095"
766
- }
767
-
768
- .fa-square-o:before {
769
- content: "\f096"
770
- }
771
-
772
- .fa-bookmark-o:before {
773
- content: "\f097"
774
- }
775
-
776
- .fa-phone-square:before {
777
- content: "\f098"
778
- }
779
-
780
- .fa-twitter:before {
781
- content: "\f099"
782
- }
783
-
784
- .fa-facebook-f:before, .fa-facebook:before {
785
- content: "\f09a"
786
- }
787
-
788
- .fa-github:before {
789
- content: "\f09b"
790
- }
791
-
792
- .fa-unlock:before {
793
- content: "\f09c"
794
- }
795
-
796
- .fa-credit-card:before {
797
- content: "\f09d"
798
- }
799
-
800
- .fa-feed:before, .fa-rss:before {
801
- content: "\f09e"
802
- }
803
-
804
- .fa-hdd-o:before {
805
- content: "\f0a0"
806
- }
807
-
808
- .fa-bullhorn:before {
809
- content: "\f0a1"
810
- }
811
-
812
- .fa-bell:before {
813
- content: "\f0f3"
814
- }
815
-
816
- .fa-certificate:before {
817
- content: "\f0a3"
818
- }
819
-
820
- .fa-hand-o-right:before {
821
- content: "\f0a4"
822
- }
823
-
824
- .fa-hand-o-left:before {
825
- content: "\f0a5"
826
- }
827
-
828
- .fa-hand-o-up:before {
829
- content: "\f0a6"
830
- }
831
-
832
- .fa-hand-o-down:before {
833
- content: "\f0a7"
834
- }
835
-
836
- .fa-arrow-circle-left:before {
837
- content: "\f0a8"
838
- }
839
-
840
- .fa-arrow-circle-right:before {
841
- content: "\f0a9"
842
- }
843
-
844
- .fa-arrow-circle-up:before {
845
- content: "\f0aa"
846
- }
847
-
848
- .fa-arrow-circle-down:before {
849
- content: "\f0ab"
850
- }
851
-
852
- .fa-globe:before {
853
- content: "\f0ac"
854
- }
855
-
856
- .fa-wrench:before {
857
- content: "\f0ad"
858
- }
859
-
860
- .fa-tasks:before {
861
- content: "\f0ae"
862
- }
863
-
864
- .fa-filter:before {
865
- content: "\f0b0"
866
- }
867
-
868
- .fa-briefcase:before {
869
- content: "\f0b1"
870
- }
871
-
872
- .fa-arrows-alt:before {
873
- content: "\f0b2"
874
- }
875
-
876
- .fa-group:before, .fa-users:before {
877
- content: "\f0c0"
878
- }
879
-
880
- .fa-chain:before, .fa-link:before {
881
- content: "\f0c1"
882
- }
883
-
884
- .fa-cloud:before {
885
- content: "\f0c2"
886
- }
887
-
888
- .fa-flask:before {
889
- content: "\f0c3"
890
- }
891
-
892
- .fa-cut:before, .fa-scissors:before {
893
- content: "\f0c4"
894
- }
895
-
896
- .fa-copy:before, .fa-files-o:before {
897
- content: "\f0c5"
898
- }
899
-
900
- .fa-paperclip:before {
901
- content: "\f0c6"
902
- }
903
-
904
- .fa-floppy-o:before, .fa-save:before {
905
- content: "\f0c7"
906
- }
907
-
908
- .fa-square:before {
909
- content: "\f0c8"
910
- }
911
-
912
- .fa-bars:before, .fa-navicon:before, .fa-reorder:before {
913
- content: "\f0c9"
914
- }
915
-
916
- .fa-list-ul:before {
917
- content: "\f0ca"
918
- }
919
-
920
- .fa-list-ol:before {
921
- content: "\f0cb"
922
- }
923
-
924
- .fa-strikethrough:before {
925
- content: "\f0cc"
926
- }
927
-
928
- .fa-underline:before {
929
- content: "\f0cd"
930
- }
931
-
932
- .fa-table:before {
933
- content: "\f0ce"
934
- }
935
-
936
- .fa-magic:before {
937
- content: "\f0d0"
938
- }
939
-
940
- .fa-truck:before {
941
- content: "\f0d1"
942
- }
943
-
944
- .fa-pinterest:before {
945
- content: "\f0d2"
946
- }
947
-
948
- .fa-pinterest-square:before {
949
- content: "\f0d3"
950
- }
951
-
952
- .fa-google-plus-square:before {
953
- content: "\f0d4"
954
- }
955
-
956
- .fa-google-plus:before {
957
- content: "\f0d5"
958
- }
959
-
960
- .fa-money:before {
961
- content: "\f0d6"
962
- }
963
-
964
- .fa-caret-down:before {
965
- content: "\f0d7"
966
- }
967
-
968
- .fa-caret-up:before {
969
- content: "\f0d8"
970
- }
971
-
972
- .fa-caret-left:before {
973
- content: "\f0d9"
974
- }
975
-
976
- .fa-caret-right:before {
977
- content: "\f0da"
978
- }
979
-
980
- .fa-columns:before {
981
- content: "\f0db"
982
- }
983
-
984
- .fa-sort:before, .fa-unsorted:before {
985
- content: "\f0dc"
986
- }
987
-
988
- .fa-sort-desc:before, .fa-sort-down:before {
989
- content: "\f0dd"
990
- }
991
-
992
- .fa-sort-asc:before, .fa-sort-up:before {
993
- content: "\f0de"
994
- }
995
-
996
- .fa-envelope:before {
997
- content: "\f0e0"
998
- }
999
-
1000
- .fa-linkedin:before {
1001
- content: "\f0e1"
1002
- }
1003
-
1004
- .fa-rotate-left:before, .fa-undo:before {
1005
- content: "\f0e2"
1006
- }
1007
-
1008
- .fa-gavel:before, .fa-legal:before {
1009
- content: "\f0e3"
1010
- }
1011
-
1012
- .fa-dashboard:before, .fa-tachometer:before {
1013
- content: "\f0e4"
1014
- }
1015
-
1016
- .fa-comment-o:before {
1017
- content: "\f0e5"
1018
- }
1019
-
1020
- .fa-comments-o:before {
1021
- content: "\f0e6"
1022
- }
1023
-
1024
- .fa-bolt:before, .fa-flash:before {
1025
- content: "\f0e7"
1026
- }
1027
-
1028
- .fa-sitemap:before {
1029
- content: "\f0e8"
1030
- }
1031
-
1032
- .fa-umbrella:before {
1033
- content: "\f0e9"
1034
- }
1035
-
1036
- .fa-clipboard:before, .fa-paste:before {
1037
- content: "\f0ea"
1038
- }
1039
-
1040
- .fa-lightbulb-o:before {
1041
- content: "\f0eb"
1042
- }
1043
-
1044
- .fa-exchange:before {
1045
- content: "\f0ec"
1046
- }
1047
-
1048
- .fa-cloud-download:before {
1049
- content: "\f0ed"
1050
- }
1051
-
1052
- .fa-cloud-upload:before {
1053
- content: "\f0ee"
1054
- }
1055
-
1056
- .fa-user-md:before {
1057
- content: "\f0f0"
1058
- }
1059
-
1060
- .fa-stethoscope:before {
1061
- content: "\f0f1"
1062
- }
1063
-
1064
- .fa-suitcase:before {
1065
- content: "\f0f2"
1066
- }
1067
-
1068
- .fa-bell-o:before {
1069
- content: "\f0a2"
1070
- }
1071
-
1072
- .fa-coffee:before {
1073
- content: "\f0f4"
1074
- }
1075
-
1076
- .fa-cutlery:before {
1077
- content: "\f0f5"
1078
- }
1079
-
1080
- .fa-file-text-o:before {
1081
- content: "\f0f6"
1082
- }
1083
-
1084
- .fa-building-o:before {
1085
- content: "\f0f7"
1086
- }
1087
-
1088
- .fa-hospital-o:before {
1089
- content: "\f0f8"
1090
- }
1091
-
1092
- .fa-ambulance:before {
1093
- content: "\f0f9"
1094
- }
1095
-
1096
- .fa-medkit:before {
1097
- content: "\f0fa"
1098
- }
1099
-
1100
- .fa-fighter-jet:before {
1101
- content: "\f0fb"
1102
- }
1103
-
1104
- .fa-beer:before {
1105
- content: "\f0fc"
1106
- }
1107
-
1108
- .fa-h-square:before {
1109
- content: "\f0fd"
1110
- }
1111
-
1112
- .fa-plus-square:before {
1113
- content: "\f0fe"
1114
- }
1115
-
1116
- .fa-angle-double-left:before {
1117
- content: "\f100"
1118
- }
1119
-
1120
- .fa-angle-double-right:before {
1121
- content: "\f101"
1122
- }
1123
-
1124
- .fa-angle-double-up:before {
1125
- content: "\f102"
1126
- }
1127
-
1128
- .fa-angle-double-down:before {
1129
- content: "\f103"
1130
- }
1131
-
1132
- .fa-angle-left:before {
1133
- content: "\f104"
1134
- }
1135
-
1136
- .fa-angle-right:before {
1137
- content: "\f105"
1138
- }
1139
-
1140
- .fa-angle-up:before {
1141
- content: "\f106"
1142
- }
1143
-
1144
- .fa-angle-down:before {
1145
- content: "\f107"
1146
- }
1147
-
1148
- .fa-desktop:before {
1149
- content: "\f108"
1150
- }
1151
-
1152
- .fa-laptop:before {
1153
- content: "\f109"
1154
- }
1155
-
1156
- .fa-tablet:before {
1157
- content: "\f10a"
1158
- }
1159
-
1160
- .fa-mobile-phone:before, .fa-mobile:before {
1161
- content: "\f10b"
1162
- }
1163
-
1164
- .fa-circle-o:before {
1165
- content: "\f10c"
1166
- }
1167
-
1168
- .fa-quote-left:before {
1169
- content: "\f10d"
1170
- }
1171
-
1172
- .fa-quote-right:before {
1173
- content: "\f10e"
1174
- }
1175
-
1176
- .fa-spinner:before {
1177
- content: "\f110"
1178
- }
1179
-
1180
- .fa-circle:before {
1181
- content: "\f111"
1182
- }
1183
-
1184
- .fa-mail-reply:before, .fa-reply:before {
1185
- content: "\f112"
1186
- }
1187
-
1188
- .fa-github-alt:before {
1189
- content: "\f113"
1190
- }
1191
-
1192
- .fa-folder-o:before {
1193
- content: "\f114"
1194
- }
1195
-
1196
- .fa-folder-open-o:before {
1197
- content: "\f115"
1198
- }
1199
-
1200
- .fa-smile-o:before {
1201
- content: "\f118"
1202
- }
1203
-
1204
- .fa-frown-o:before {
1205
- content: "\f119"
1206
- }
1207
-
1208
- .fa-meh-o:before {
1209
- content: "\f11a"
1210
- }
1211
-
1212
- .fa-gamepad:before {
1213
- content: "\f11b"
1214
- }
1215
-
1216
- .fa-keyboard-o:before {
1217
- content: "\f11c"
1218
- }
1219
-
1220
- .fa-flag-o:before {
1221
- content: "\f11d"
1222
- }
1223
-
1224
- .fa-flag-checkered:before {
1225
- content: "\f11e"
1226
- }
1227
-
1228
- .fa-terminal:before {
1229
- content: "\f120"
1230
- }
1231
-
1232
- .fa-code:before {
1233
- content: "\f121"
1234
- }
1235
-
1236
- .fa-mail-reply-all:before, .fa-reply-all:before {
1237
- content: "\f122"
1238
- }
1239
-
1240
- .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
1241
- content: "\f123"
1242
- }
1243
-
1244
- .fa-location-arrow:before {
1245
- content: "\f124"
1246
- }
1247
-
1248
- .fa-crop:before {
1249
- content: "\f125"
1250
- }
1251
-
1252
- .fa-code-fork:before {
1253
- content: "\f126"
1254
- }
1255
-
1256
- .fa-chain-broken:before, .fa-unlink:before {
1257
- content: "\f127"
1258
- }
1259
-
1260
- .fa-question:before {
1261
- content: "\f128"
1262
- }
1263
-
1264
- .fa-info:before {
1265
- content: "\f129"
1266
- }
1267
-
1268
- .fa-exclamation:before {
1269
- content: "\f12a"
1270
- }
1271
-
1272
- .fa-superscript:before {
1273
- content: "\f12b"
1274
- }
1275
-
1276
- .fa-subscript:before {
1277
- content: "\f12c"
1278
- }
1279
-
1280
- .fa-eraser:before {
1281
- content: "\f12d"
1282
- }
1283
-
1284
- .fa-puzzle-piece:before {
1285
- content: "\f12e"
1286
- }
1287
-
1288
- .fa-microphone:before {
1289
- content: "\f130"
1290
- }
1291
-
1292
- .fa-microphone-slash:before {
1293
- content: "\f131"
1294
- }
1295
-
1296
- .fa-shield:before {
1297
- content: "\f132"
1298
- }
1299
-
1300
- .fa-calendar-o:before {
1301
- content: "\f133"
1302
- }
1303
-
1304
- .fa-fire-extinguisher:before {
1305
- content: "\f134"
1306
- }
1307
-
1308
- .fa-rocket:before {
1309
- content: "\f135"
1310
- }
1311
-
1312
- .fa-maxcdn:before {
1313
- content: "\f136"
1314
- }
1315
-
1316
- .fa-chevron-circle-left:before {
1317
- content: "\f137"
1318
- }
1319
-
1320
- .fa-chevron-circle-right:before {
1321
- content: "\f138"
1322
- }
1323
-
1324
- .fa-chevron-circle-up:before {
1325
- content: "\f139"
1326
- }
1327
-
1328
- .fa-chevron-circle-down:before {
1329
- content: "\f13a"
1330
- }
1331
-
1332
- .fa-html5:before {
1333
- content: "\f13b"
1334
- }
1335
-
1336
- .fa-css3:before {
1337
- content: "\f13c"
1338
- }
1339
-
1340
- .fa-anchor:before {
1341
- content: "\f13d"
1342
- }
1343
-
1344
- .fa-unlock-alt:before {
1345
- content: "\f13e"
1346
- }
1347
-
1348
- .fa-bullseye:before {
1349
- content: "\f140"
1350
- }
1351
-
1352
- .fa-ellipsis-h:before {
1353
- content: "\f141"
1354
- }
1355
-
1356
- .fa-ellipsis-v:before {
1357
- content: "\f142"
1358
- }
1359
-
1360
- .fa-rss-square:before {
1361
- content: "\f143"
1362
- }
1363
-
1364
- .fa-play-circle:before {
1365
- content: "\f144"
1366
- }
1367
-
1368
- .fa-ticket:before {
1369
- content: "\f145"
1370
- }
1371
-
1372
- .fa-minus-square:before {
1373
- content: "\f146"
1374
- }
1375
-
1376
- .fa-minus-square-o:before {
1377
- content: "\f147"
1378
- }
1379
-
1380
- .fa-level-up:before {
1381
- content: "\f148"
1382
- }
1383
-
1384
- .fa-level-down:before {
1385
- content: "\f149"
1386
- }
1387
-
1388
- .fa-check-square:before {
1389
- content: "\f14a"
1390
- }
1391
-
1392
- .fa-pencil-square:before {
1393
- content: "\f14b"
1394
- }
1395
-
1396
- .fa-external-link-square:before {
1397
- content: "\f14c"
1398
- }
1399
-
1400
- .fa-share-square:before {
1401
- content: "\f14d"
1402
- }
1403
-
1404
- .fa-compass:before {
1405
- content: "\f14e"
1406
- }
1407
-
1408
- .fa-caret-square-o-down:before, .fa-toggle-down:before {
1409
- content: "\f150"
1410
- }
1411
-
1412
- .fa-caret-square-o-up:before, .fa-toggle-up:before {
1413
- content: "\f151"
1414
- }
1415
-
1416
- .fa-caret-square-o-right:before, .fa-toggle-right:before {
1417
- content: "\f152"
1418
- }
1419
-
1420
- .fa-eur:before, .fa-euro:before {
1421
- content: "\f153"
1422
- }
1423
-
1424
- .fa-gbp:before {
1425
- content: "\f154"
1426
- }
1427
-
1428
- .fa-dollar:before, .fa-usd:before {
1429
- content: "\f155"
1430
- }
1431
-
1432
- .fa-inr:before, .fa-rupee:before {
1433
- content: "\f156"
1434
- }
1435
-
1436
- .fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
1437
- content: "\f157"
1438
- }
1439
-
1440
- .fa-rouble:before, .fa-rub:before, .fa-ruble:before {
1441
- content: "\f158"
1442
- }
1443
-
1444
- .fa-krw:before, .fa-won:before {
1445
- content: "\f159"
1446
- }
1447
-
1448
- .fa-bitcoin:before, .fa-btc:before {
1449
- content: "\f15a"
1450
- }
1451
-
1452
- .fa-file:before {
1453
- content: "\f15b"
1454
- }
1455
-
1456
- .fa-file-text:before {
1457
- content: "\f15c"
1458
- }
1459
-
1460
- .fa-sort-alpha-asc:before {
1461
- content: "\f15d"
1462
- }
1463
-
1464
- .fa-sort-alpha-desc:before {
1465
- content: "\f15e"
1466
- }
1467
-
1468
- .fa-sort-amount-asc:before {
1469
- content: "\f160"
1470
- }
1471
-
1472
- .fa-sort-amount-desc:before {
1473
- content: "\f161"
1474
- }
1475
-
1476
- .fa-sort-numeric-asc:before {
1477
- content: "\f162"
1478
- }
1479
-
1480
- .fa-sort-numeric-desc:before {
1481
- content: "\f163"
1482
- }
1483
-
1484
- .fa-thumbs-up:before {
1485
- content: "\f164"
1486
- }
1487
-
1488
- .fa-thumbs-down:before {
1489
- content: "\f165"
1490
- }
1491
-
1492
- .fa-youtube-square:before {
1493
- content: "\f166"
1494
- }
1495
-
1496
- .fa-youtube:before {
1497
- content: "\f167"
1498
- }
1499
-
1500
- .fa-xing:before {
1501
- content: "\f168"
1502
- }
1503
-
1504
- .fa-xing-square:before {
1505
- content: "\f169"
1506
- }
1507
-
1508
- .fa-youtube-play:before {
1509
- content: "\f16a"
1510
- }
1511
-
1512
- .fa-dropbox:before {
1513
- content: "\f16b"
1514
- }
1515
-
1516
- .fa-stack-overflow:before {
1517
- content: "\f16c"
1518
- }
1519
-
1520
- .fa-instagram:before {
1521
- content: "\f16d"
1522
- }
1523
-
1524
- .fa-flickr:before {
1525
- content: "\f16e"
1526
- }
1527
-
1528
- .fa-adn:before {
1529
- content: "\f170"
1530
- }
1531
-
1532
- .fa-bitbucket:before {
1533
- content: "\f171"
1534
- }
1535
-
1536
- .fa-bitbucket-square:before {
1537
- content: "\f172"
1538
- }
1539
-
1540
- .fa-tumblr:before {
1541
- content: "\f173"
1542
- }
1543
-
1544
- .fa-tumblr-square:before {
1545
- content: "\f174"
1546
- }
1547
-
1548
- .fa-long-arrow-down:before {
1549
- content: "\f175"
1550
- }
1551
-
1552
- .fa-long-arrow-up:before {
1553
- content: "\f176"
1554
- }
1555
-
1556
- .fa-long-arrow-left:before {
1557
- content: "\f177"
1558
- }
1559
-
1560
- .fa-long-arrow-right:before {
1561
- content: "\f178"
1562
- }
1563
-
1564
- .fa-apple:before {
1565
- content: "\f179"
1566
- }
1567
-
1568
- .fa-windows:before {
1569
- content: "\f17a"
1570
- }
1571
-
1572
- .fa-android:before {
1573
- content: "\f17b"
1574
- }
1575
-
1576
- .fa-linux:before {
1577
- content: "\f17c"
1578
- }
1579
-
1580
- .fa-dribbble:before {
1581
- content: "\f17d"
1582
- }
1583
-
1584
- .fa-skype:before {
1585
- content: "\f17e"
1586
- }
1587
-
1588
- .fa-foursquare:before {
1589
- content: "\f180"
1590
- }
1591
-
1592
- .fa-trello:before {
1593
- content: "\f181"
1594
- }
1595
-
1596
- .fa-female:before {
1597
- content: "\f182"
1598
- }
1599
-
1600
- .fa-male:before {
1601
- content: "\f183"
1602
- }
1603
-
1604
- .fa-gittip:before, .fa-gratipay:before {
1605
- content: "\f184"
1606
- }
1607
-
1608
- .fa-sun-o:before {
1609
- content: "\f185"
1610
- }
1611
-
1612
- .fa-moon-o:before {
1613
- content: "\f186"
1614
- }
1615
-
1616
- .fa-archive:before {
1617
- content: "\f187"
1618
- }
1619
-
1620
- .fa-bug:before {
1621
- content: "\f188"
1622
- }
1623
-
1624
- .fa-vk:before {
1625
- content: "\f189"
1626
- }
1627
-
1628
- .fa-weibo:before {
1629
- content: "\f18a"
1630
- }
1631
-
1632
- .fa-renren:before {
1633
- content: "\f18b"
1634
- }
1635
-
1636
- .fa-pagelines:before {
1637
- content: "\f18c"
1638
- }
1639
-
1640
- .fa-stack-exchange:before {
1641
- content: "\f18d"
1642
- }
1643
-
1644
- .fa-arrow-circle-o-right:before {
1645
- content: "\f18e"
1646
- }
1647
-
1648
- .fa-arrow-circle-o-left:before {
1649
- content: "\f190"
1650
- }
1651
-
1652
- .fa-caret-square-o-left:before, .fa-toggle-left:before {
1653
- content: "\f191"
1654
- }
1655
-
1656
- .fa-dot-circle-o:before {
1657
- content: "\f192"
1658
- }
1659
-
1660
- .fa-wheelchair:before {
1661
- content: "\f193"
1662
- }
1663
-
1664
- .fa-vimeo-square:before {
1665
- content: "\f194"
1666
- }
1667
-
1668
- .fa-try:before, .fa-turkish-lira:before {
1669
- content: "\f195"
1670
- }
1671
-
1672
- .fa-plus-square-o:before {
1673
- content: "\f196"
1674
- }
1675
-
1676
- .fa-space-shuttle:before {
1677
- content: "\f197"
1678
- }
1679
-
1680
- .fa-slack:before {
1681
- content: "\f198"
1682
- }
1683
-
1684
- .fa-envelope-square:before {
1685
- content: "\f199"
1686
- }
1687
-
1688
- .fa-wordpress:before {
1689
- content: "\f19a"
1690
- }
1691
-
1692
- .fa-openid:before {
1693
- content: "\f19b"
1694
- }
1695
-
1696
- .fa-bank:before, .fa-institution:before, .fa-university:before {
1697
- content: "\f19c"
1698
- }
1699
-
1700
- .fa-graduation-cap:before, .fa-mortar-board:before {
1701
- content: "\f19d"
1702
- }
1703
-
1704
- .fa-yahoo:before {
1705
- content: "\f19e"
1706
- }
1707
-
1708
- .fa-google:before {
1709
- content: "\f1a0"
1710
- }
1711
-
1712
- .fa-reddit:before {
1713
- content: "\f1a1"
1714
- }
1715
-
1716
- .fa-reddit-square:before {
1717
- content: "\f1a2"
1718
- }
1719
-
1720
- .fa-stumbleupon-circle:before {
1721
- content: "\f1a3"
1722
- }
1723
-
1724
- .fa-stumbleupon:before {
1725
- content: "\f1a4"
1726
- }
1727
-
1728
- .fa-delicious:before {
1729
- content: "\f1a5"
1730
- }
1731
-
1732
- .fa-digg:before {
1733
- content: "\f1a6"
1734
- }
1735
-
1736
- .fa-pied-piper-pp:before {
1737
- content: "\f1a7"
1738
- }
1739
-
1740
- .fa-pied-piper-alt:before {
1741
- content: "\f1a8"
1742
- }
1743
-
1744
- .fa-drupal:before {
1745
- content: "\f1a9"
1746
- }
1747
-
1748
- .fa-joomla:before {
1749
- content: "\f1aa"
1750
- }
1751
-
1752
- .fa-language:before {
1753
- content: "\f1ab"
1754
- }
1755
-
1756
- .fa-fax:before {
1757
- content: "\f1ac"
1758
- }
1759
-
1760
- .fa-building:before {
1761
- content: "\f1ad"
1762
- }
1763
-
1764
- .fa-child:before {
1765
- content: "\f1ae"
1766
- }
1767
-
1768
- .fa-paw:before {
1769
- content: "\f1b0"
1770
- }
1771
-
1772
- .fa-spoon:before {
1773
- content: "\f1b1"
1774
- }
1775
-
1776
- .fa-cube:before {
1777
- content: "\f1b2"
1778
- }
1779
-
1780
- .fa-cubes:before {
1781
- content: "\f1b3"
1782
- }
1783
-
1784
- .fa-behance:before {
1785
- content: "\f1b4"
1786
- }
1787
-
1788
- .fa-behance-square:before {
1789
- content: "\f1b5"
1790
- }
1791
-
1792
- .fa-steam:before {
1793
- content: "\f1b6"
1794
- }
1795
-
1796
- .fa-steam-square:before {
1797
- content: "\f1b7"
1798
- }
1799
-
1800
- .fa-recycle:before {
1801
- content: "\f1b8"
1802
- }
1803
-
1804
- .fa-automobile:before, .fa-car:before {
1805
- content: "\f1b9"
1806
- }
1807
-
1808
- .fa-cab:before, .fa-taxi:before {
1809
- content: "\f1ba"
1810
- }
1811
-
1812
- .fa-tree:before {
1813
- content: "\f1bb"
1814
- }
1815
-
1816
- .fa-spotify:before {
1817
- content: "\f1bc"
1818
- }
1819
-
1820
- .fa-deviantart:before {
1821
- content: "\f1bd"
1822
- }
1823
-
1824
- .fa-soundcloud:before {
1825
- content: "\f1be"
1826
- }
1827
-
1828
- .fa-database:before {
1829
- content: "\f1c0"
1830
- }
1831
-
1832
- .fa-file-pdf-o:before {
1833
- content: "\f1c1"
1834
- }
1835
-
1836
- .fa-file-word-o:before {
1837
- content: "\f1c2"
1838
- }
1839
-
1840
- .fa-file-excel-o:before {
1841
- content: "\f1c3"
1842
- }
1843
-
1844
- .fa-file-powerpoint-o:before {
1845
- content: "\f1c4"
1846
- }
1847
-
1848
- .fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
1849
- content: "\f1c5"
1850
- }
1851
-
1852
- .fa-file-archive-o:before, .fa-file-zip-o:before {
1853
- content: "\f1c6"
1854
- }
1855
-
1856
- .fa-file-audio-o:before, .fa-file-sound-o:before {
1857
- content: "\f1c7"
1858
- }
1859
-
1860
- .fa-file-movie-o:before, .fa-file-video-o:before {
1861
- content: "\f1c8"
1862
- }
1863
-
1864
- .fa-file-code-o:before {
1865
- content: "\f1c9"
1866
- }
1867
-
1868
- .fa-vine:before {
1869
- content: "\f1ca"
1870
- }
1871
-
1872
- .fa-codepen:before {
1873
- content: "\f1cb"
1874
- }
1875
-
1876
- .fa-jsfiddle:before {
1877
- content: "\f1cc"
1878
- }
1879
-
1880
- .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
1881
- content: "\f1cd"
1882
- }
1883
-
1884
- .fa-circle-o-notch:before {
1885
- content: "\f1ce"
1886
- }
1887
-
1888
- .fa-ra:before, .fa-rebel:before, .fa-resistance:before {
1889
- content: "\f1d0"
1890
- }
1891
-
1892
- .fa-empire:before, .fa-ge:before {
1893
- content: "\f1d1"
1894
- }
1895
-
1896
- .fa-git-square:before {
1897
- content: "\f1d2"
1898
- }
1899
-
1900
- .fa-git:before {
1901
- content: "\f1d3"
1902
- }
1903
-
1904
- .fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
1905
- content: "\f1d4"
1906
- }
1907
-
1908
- .fa-tencent-weibo:before {
1909
- content: "\f1d5"
1910
- }
1911
-
1912
- .fa-qq:before {
1913
- content: "\f1d6"
1914
- }
1915
-
1916
- .fa-wechat:before, .fa-weixin:before {
1917
- content: "\f1d7"
1918
- }
1919
-
1920
- .fa-paper-plane:before, .fa-send:before {
1921
- content: "\f1d8"
1922
- }
1923
-
1924
- .fa-paper-plane-o:before, .fa-send-o:before {
1925
- content: "\f1d9"
1926
- }
1927
-
1928
- .fa-history:before {
1929
- content: "\f1da"
1930
- }
1931
-
1932
- .fa-circle-thin:before {
1933
- content: "\f1db"
1934
- }
1935
-
1936
- .fa-header:before {
1937
- content: "\f1dc"
1938
- }
1939
-
1940
- .fa-paragraph:before {
1941
- content: "\f1dd"
1942
- }
1943
-
1944
- .fa-sliders:before {
1945
- content: "\f1de"
1946
- }
1947
-
1948
- .fa-share-alt:before {
1949
- content: "\f1e0"
1950
- }
1951
-
1952
- .fa-share-alt-square:before {
1953
- content: "\f1e1"
1954
- }
1955
-
1956
- .fa-bomb:before {
1957
- content: "\f1e2"
1958
- }
1959
-
1960
- .fa-futbol-o:before, .fa-soccer-ball-o:before {
1961
- content: "\f1e3"
1962
- }
1963
-
1964
- .fa-tty:before {
1965
- content: "\f1e4"
1966
- }
1967
-
1968
- .fa-binoculars:before {
1969
- content: "\f1e5"
1970
- }
1971
-
1972
- .fa-plug:before {
1973
- content: "\f1e6"
1974
- }
1975
-
1976
- .fa-slideshare:before {
1977
- content: "\f1e7"
1978
- }
1979
-
1980
- .fa-twitch:before {
1981
- content: "\f1e8"
1982
- }
1983
-
1984
- .fa-yelp:before {
1985
- content: "\f1e9"
1986
- }
1987
-
1988
- .fa-newspaper-o:before {
1989
- content: "\f1ea"
1990
- }
1991
-
1992
- .fa-wifi:before {
1993
- content: "\f1eb"
1994
- }
1995
-
1996
- .fa-calculator:before {
1997
- content: "\f1ec"
1998
- }
1999
-
2000
- .fa-paypal:before {
2001
- content: "\f1ed"
2002
- }
2003
-
2004
- .fa-google-wallet:before {
2005
- content: "\f1ee"
2006
- }
2007
-
2008
- .fa-cc-visa:before {
2009
- content: "\f1f0"
2010
- }
2011
-
2012
- .fa-cc-mastercard:before {
2013
- content: "\f1f1"
2014
- }
2015
-
2016
- .fa-cc-discover:before {
2017
- content: "\f1f2"
2018
- }
2019
-
2020
- .fa-cc-amex:before {
2021
- content: "\f1f3"
2022
- }
2023
-
2024
- .fa-cc-paypal:before {
2025
- content: "\f1f4"
2026
- }
2027
-
2028
- .fa-cc-stripe:before {
2029
- content: "\f1f5"
2030
- }
2031
-
2032
- .fa-bell-slash:before {
2033
- content: "\f1f6"
2034
- }
2035
-
2036
- .fa-bell-slash-o:before {
2037
- content: "\f1f7"
2038
- }
2039
-
2040
- .fa-trash:before {
2041
- content: "\f1f8"
2042
- }
2043
-
2044
- .fa-copyright:before {
2045
- content: "\f1f9"
2046
- }
2047
-
2048
- .fa-at:before {
2049
- content: "\f1fa"
2050
- }
2051
-
2052
- .fa-eyedropper:before {
2053
- content: "\f1fb"
2054
- }
2055
-
2056
- .fa-paint-brush:before {
2057
- content: "\f1fc"
2058
- }
2059
-
2060
- .fa-birthday-cake:before {
2061
- content: "\f1fd"
2062
- }
2063
-
2064
- .fa-area-chart:before {
2065
- content: "\f1fe"
2066
- }
2067
-
2068
- .fa-pie-chart:before {
2069
- content: "\f200"
2070
- }
2071
-
2072
- .fa-line-chart:before {
2073
- content: "\f201"
2074
- }
2075
-
2076
- .fa-lastfm:before {
2077
- content: "\f202"
2078
- }
2079
-
2080
- .fa-lastfm-square:before {
2081
- content: "\f203"
2082
- }
2083
-
2084
- .fa-toggle-off:before {
2085
- content: "\f204"
2086
- }
2087
-
2088
- .fa-toggle-on:before {
2089
- content: "\f205"
2090
- }
2091
-
2092
- .fa-bicycle:before {
2093
- content: "\f206"
2094
- }
2095
-
2096
- .fa-bus:before {
2097
- content: "\f207"
2098
- }
2099
-
2100
- .fa-ioxhost:before {
2101
- content: "\f208"
2102
- }
2103
-
2104
- .fa-angellist:before {
2105
- content: "\f209"
2106
- }
2107
-
2108
- .fa-cc:before {
2109
- content: "\f20a"
2110
- }
2111
-
2112
- .fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
2113
- content: "\f20b"
2114
- }
2115
-
2116
- .fa-meanpath:before {
2117
- content: "\f20c"
2118
- }
2119
-
2120
- .fa-buysellads:before {
2121
- content: "\f20d"
2122
- }
2123
-
2124
- .fa-connectdevelop:before {
2125
- content: "\f20e"
2126
- }
2127
-
2128
- .fa-dashcube:before {
2129
- content: "\f210"
2130
- }
2131
-
2132
- .fa-forumbee:before {
2133
- content: "\f211"
2134
- }
2135
-
2136
- .fa-leanpub:before {
2137
- content: "\f212"
2138
- }
2139
-
2140
- .fa-sellsy:before {
2141
- content: "\f213"
2142
- }
2143
-
2144
- .fa-shirtsinbulk:before {
2145
- content: "\f214"
2146
- }
2147
-
2148
- .fa-simplybuilt:before {
2149
- content: "\f215"
2150
- }
2151
-
2152
- .fa-skyatlas:before {
2153
- content: "\f216"
2154
- }
2155
-
2156
- .fa-cart-plus:before {
2157
- content: "\f217"
2158
- }
2159
-
2160
- .fa-cart-arrow-down:before {
2161
- content: "\f218"
2162
- }
2163
-
2164
- .fa-diamond:before {
2165
- content: "\f219"
2166
- }
2167
-
2168
- .fa-ship:before {
2169
- content: "\f21a"
2170
- }
2171
-
2172
- .fa-user-secret:before {
2173
- content: "\f21b"
2174
- }
2175
-
2176
- .fa-motorcycle:before {
2177
- content: "\f21c"
2178
- }
2179
-
2180
- .fa-street-view:before {
2181
- content: "\f21d"
2182
- }
2183
-
2184
- .fa-heartbeat:before {
2185
- content: "\f21e"
2186
- }
2187
-
2188
- .fa-venus:before {
2189
- content: "\f221"
2190
- }
2191
-
2192
- .fa-mars:before {
2193
- content: "\f222"
2194
- }
2195
-
2196
- .fa-mercury:before {
2197
- content: "\f223"
2198
- }
2199
-
2200
- .fa-intersex:before, .fa-transgender:before {
2201
- content: "\f224"
2202
- }
2203
-
2204
- .fa-transgender-alt:before {
2205
- content: "\f225"
2206
- }
2207
-
2208
- .fa-venus-double:before {
2209
- content: "\f226"
2210
- }
2211
-
2212
- .fa-mars-double:before {
2213
- content: "\f227"
2214
- }
2215
-
2216
- .fa-venus-mars:before {
2217
- content: "\f228"
2218
- }
2219
-
2220
- .fa-mars-stroke:before {
2221
- content: "\f229"
2222
- }
2223
-
2224
- .fa-mars-stroke-v:before {
2225
- content: "\f22a"
2226
- }
2227
-
2228
- .fa-mars-stroke-h:before {
2229
- content: "\f22b"
2230
- }
2231
-
2232
- .fa-neuter:before {
2233
- content: "\f22c"
2234
- }
2235
-
2236
- .fa-genderless:before {
2237
- content: "\f22d"
2238
- }
2239
-
2240
- .fa-facebook-official:before {
2241
- content: "\f230"
2242
- }
2243
-
2244
- .fa-pinterest-p:before {
2245
- content: "\f231"
2246
- }
2247
-
2248
- .fa-whatsapp:before {
2249
- content: "\f232"
2250
- }
2251
-
2252
- .fa-server:before {
2253
- content: "\f233"
2254
- }
2255
-
2256
- .fa-user-plus:before {
2257
- content: "\f234"
2258
- }
2259
-
2260
- .fa-user-times:before {
2261
- content: "\f235"
2262
- }
2263
-
2264
- .fa-bed:before, .fa-hotel:before {
2265
- content: "\f236"
2266
- }
2267
-
2268
- .fa-viacoin:before {
2269
- content: "\f237"
2270
- }
2271
-
2272
- .fa-train:before {
2273
- content: "\f238"
2274
- }
2275
-
2276
- .fa-subway:before {
2277
- content: "\f239"
2278
- }
2279
-
2280
- .fa-medium:before {
2281
- content: "\f23a"
2282
- }
2283
-
2284
- .fa-y-combinator:before, .fa-yc:before {
2285
- content: "\f23b"
2286
- }
2287
-
2288
- .fa-optin-monster:before {
2289
- content: "\f23c"
2290
- }
2291
-
2292
- .fa-opencart:before {
2293
- content: "\f23d"
2294
- }
2295
-
2296
- .fa-expeditedssl:before {
2297
- content: "\f23e"
2298
- }
2299
-
2300
- .fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
2301
- content: "\f240"
2302
- }
2303
-
2304
- .fa-battery-3:before, .fa-battery-three-quarters:before {
2305
- content: "\f241"
2306
- }
2307
-
2308
- .fa-battery-2:before, .fa-battery-half:before {
2309
- content: "\f242"
2310
- }
2311
-
2312
- .fa-battery-1:before, .fa-battery-quarter:before {
2313
- content: "\f243"
2314
- }
2315
-
2316
- .fa-battery-0:before, .fa-battery-empty:before {
2317
- content: "\f244"
2318
- }
2319
-
2320
- .fa-mouse-pointer:before {
2321
- content: "\f245"
2322
- }
2323
-
2324
- .fa-i-cursor:before {
2325
- content: "\f246"
2326
- }
2327
-
2328
- .fa-object-group:before {
2329
- content: "\f247"
2330
- }
2331
-
2332
- .fa-object-ungroup:before {
2333
- content: "\f248"
2334
- }
2335
-
2336
- .fa-sticky-note:before {
2337
- content: "\f249"
2338
- }
2339
-
2340
- .fa-sticky-note-o:before {
2341
- content: "\f24a"
2342
- }
2343
-
2344
- .fa-cc-jcb:before {
2345
- content: "\f24b"
2346
- }
2347
-
2348
- .fa-cc-diners-club:before {
2349
- content: "\f24c"
2350
- }
2351
-
2352
- .fa-clone:before {
2353
- content: "\f24d"
2354
- }
2355
-
2356
- .fa-balance-scale:before {
2357
- content: "\f24e"
2358
- }
2359
-
2360
- .fa-hourglass-o:before {
2361
- content: "\f250"
2362
- }
2363
-
2364
- .fa-hourglass-1:before, .fa-hourglass-start:before {
2365
- content: "\f251"
2366
- }
2367
-
2368
- .fa-hourglass-2:before, .fa-hourglass-half:before {
2369
- content: "\f252"
2370
- }
2371
-
2372
- .fa-hourglass-3:before, .fa-hourglass-end:before {
2373
- content: "\f253"
2374
- }
2375
-
2376
- .fa-hourglass:before {
2377
- content: "\f254"
2378
- }
2379
-
2380
- .fa-hand-grab-o:before, .fa-hand-rock-o:before {
2381
- content: "\f255"
2382
- }
2383
-
2384
- .fa-hand-paper-o:before, .fa-hand-stop-o:before {
2385
- content: "\f256"
2386
- }
2387
-
2388
- .fa-hand-scissors-o:before {
2389
- content: "\f257"
2390
- }
2391
-
2392
- .fa-hand-lizard-o:before {
2393
- content: "\f258"
2394
- }
2395
-
2396
- .fa-hand-spock-o:before {
2397
- content: "\f259"
2398
- }
2399
-
2400
- .fa-hand-pointer-o:before {
2401
- content: "\f25a"
2402
- }
2403
-
2404
- .fa-hand-peace-o:before {
2405
- content: "\f25b"
2406
- }
2407
-
2408
- .fa-trademark:before {
2409
- content: "\f25c"
2410
- }
2411
-
2412
- .fa-registered:before {
2413
- content: "\f25d"
2414
- }
2415
-
2416
- .fa-creative-commons:before {
2417
- content: "\f25e"
2418
- }
2419
-
2420
- .fa-gg:before {
2421
- content: "\f260"
2422
- }
2423
-
2424
- .fa-gg-circle:before {
2425
- content: "\f261"
2426
- }
2427
-
2428
- .fa-tripadvisor:before {
2429
- content: "\f262"
2430
- }
2431
-
2432
- .fa-odnoklassniki:before {
2433
- content: "\f263"
2434
- }
2435
-
2436
- .fa-odnoklassniki-square:before {
2437
- content: "\f264"
2438
- }
2439
-
2440
- .fa-get-pocket:before {
2441
- content: "\f265"
2442
- }
2443
-
2444
- .fa-wikipedia-w:before {
2445
- content: "\f266"
2446
- }
2447
-
2448
- .fa-safari:before {
2449
- content: "\f267"
2450
- }
2451
-
2452
- .fa-chrome:before {
2453
- content: "\f268"
2454
- }
2455
-
2456
- .fa-firefox:before {
2457
- content: "\f269"
2458
- }
2459
-
2460
- .fa-opera:before {
2461
- content: "\f26a"
2462
- }
2463
-
2464
- .fa-internet-explorer:before {
2465
- content: "\f26b"
2466
- }
2467
-
2468
- .fa-television:before, .fa-tv:before {
2469
- content: "\f26c"
2470
- }
2471
-
2472
- .fa-contao:before {
2473
- content: "\f26d"
2474
- }
2475
-
2476
- .fa-500px:before {
2477
- content: "\f26e"
2478
- }
2479
-
2480
- .fa-amazon:before {
2481
- content: "\f270"
2482
- }
2483
-
2484
- .fa-calendar-plus-o:before {
2485
- content: "\f271"
2486
- }
2487
-
2488
- .fa-calendar-minus-o:before {
2489
- content: "\f272"
2490
- }
2491
-
2492
- .fa-calendar-times-o:before {
2493
- content: "\f273"
2494
- }
2495
-
2496
- .fa-calendar-check-o:before {
2497
- content: "\f274"
2498
- }
2499
-
2500
- .fa-industry:before {
2501
- content: "\f275"
2502
- }
2503
-
2504
- .fa-map-pin:before {
2505
- content: "\f276"
2506
- }
2507
-
2508
- .fa-map-signs:before {
2509
- content: "\f277"
2510
- }
2511
-
2512
- .fa-map-o:before {
2513
- content: "\f278"
2514
- }
2515
-
2516
- .fa-map:before {
2517
- content: "\f279"
2518
- }
2519
-
2520
- .fa-commenting:before {
2521
- content: "\f27a"
2522
- }
2523
-
2524
- .fa-commenting-o:before {
2525
- content: "\f27b"
2526
- }
2527
-
2528
- .fa-houzz:before {
2529
- content: "\f27c"
2530
- }
2531
-
2532
- .fa-vimeo:before {
2533
- content: "\f27d"
2534
- }
2535
-
2536
- .fa-black-tie:before {
2537
- content: "\f27e"
2538
- }
2539
-
2540
- .fa-fonticons:before {
2541
- content: "\f280"
2542
- }
2543
-
2544
- .fa-reddit-alien:before {
2545
- content: "\f281"
2546
- }
2547
-
2548
- .fa-edge:before {
2549
- content: "\f282"
2550
- }
2551
-
2552
- .fa-credit-card-alt:before {
2553
- content: "\f283"
2554
- }
2555
-
2556
- .fa-codiepie:before {
2557
- content: "\f284"
2558
- }
2559
-
2560
- .fa-modx:before {
2561
- content: "\f285"
2562
- }
2563
-
2564
- .fa-fort-awesome:before {
2565
- content: "\f286"
2566
- }
2567
-
2568
- .fa-usb:before {
2569
- content: "\f287"
2570
- }
2571
-
2572
- .fa-product-hunt:before {
2573
- content: "\f288"
2574
- }
2575
-
2576
- .fa-mixcloud:before {
2577
- content: "\f289"
2578
- }
2579
-
2580
- .fa-scribd:before {
2581
- content: "\f28a"
2582
- }
2583
-
2584
- .fa-pause-circle:before {
2585
- content: "\f28b"
2586
- }
2587
-
2588
- .fa-pause-circle-o:before {
2589
- content: "\f28c"
2590
- }
2591
-
2592
- .fa-stop-circle:before {
2593
- content: "\f28d"
2594
- }
2595
-
2596
- .fa-stop-circle-o:before {
2597
- content: "\f28e"
2598
- }
2599
-
2600
- .fa-shopping-bag:before {
2601
- content: "\f290"
2602
- }
2603
-
2604
- .fa-shopping-basket:before {
2605
- content: "\f291"
2606
- }
2607
-
2608
- .fa-hashtag:before {
2609
- content: "\f292"
2610
- }
2611
-
2612
- .fa-bluetooth:before {
2613
- content: "\f293"
2614
- }
2615
-
2616
- .fa-bluetooth-b:before {
2617
- content: "\f294"
2618
- }
2619
-
2620
- .fa-percent:before {
2621
- content: "\f295"
2622
- }
2623
-
2624
- .fa-gitlab:before {
2625
- content: "\f296"
2626
- }
2627
-
2628
- .fa-wpbeginner:before {
2629
- content: "\f297"
2630
- }
2631
-
2632
- .fa-wpforms:before {
2633
- content: "\f298"
2634
- }
2635
-
2636
- .fa-envira:before {
2637
- content: "\f299"
2638
- }
2639
-
2640
- .fa-universal-access:before {
2641
- content: "\f29a"
2642
- }
2643
-
2644
- .fa-wheelchair-alt:before {
2645
- content: "\f29b"
2646
- }
2647
-
2648
- .fa-question-circle-o:before {
2649
- content: "\f29c"
2650
- }
2651
-
2652
- .fa-blind:before {
2653
- content: "\f29d"
2654
- }
2655
-
2656
- .fa-audio-description:before {
2657
- content: "\f29e"
2658
- }
2659
-
2660
- .fa-volume-control-phone:before {
2661
- content: "\f2a0"
2662
- }
2663
-
2664
- .fa-braille:before {
2665
- content: "\f2a1"
2666
- }
2667
-
2668
- .fa-assistive-listening-systems:before {
2669
- content: "\f2a2"
2670
- }
2671
-
2672
- .fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
2673
- content: "\f2a3"
2674
- }
2675
-
2676
- .fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
2677
- content: "\f2a4"
2678
- }
2679
-
2680
- .fa-glide:before {
2681
- content: "\f2a5"
2682
- }
2683
-
2684
- .fa-glide-g:before {
2685
- content: "\f2a6"
2686
- }
2687
-
2688
- .fa-sign-language:before, .fa-signing:before {
2689
- content: "\f2a7"
2690
- }
2691
-
2692
- .fa-low-vision:before {
2693
- content: "\f2a8"
2694
- }
2695
-
2696
- .fa-viadeo:before {
2697
- content: "\f2a9"
2698
- }
2699
-
2700
- .fa-viadeo-square:before {
2701
- content: "\f2aa"
2702
- }
2703
-
2704
- .fa-snapchat:before {
2705
- content: "\f2ab"
2706
- }
2707
-
2708
- .fa-snapchat-ghost:before {
2709
- content: "\f2ac"
2710
- }
2711
-
2712
- .fa-snapchat-square:before {
2713
- content: "\f2ad"
2714
- }
2715
-
2716
- .fa-pied-piper:before {
2717
- content: "\f2ae"
2718
- }
2719
-
2720
- .fa-first-order:before {
2721
- content: "\f2b0"
2722
- }
2723
-
2724
- .fa-yoast:before {
2725
- content: "\f2b1"
2726
- }
2727
-
2728
- .fa-themeisle:before {
2729
- content: "\f2b2"
2730
- }
2731
-
2732
- .fa-google-plus-circle:before, .fa-google-plus-official:before {
2733
- content: "\f2b3"
2734
- }
2735
-
2736
- .fa-fa:before, .fa-font-awesome:before {
2737
- content: "\f2b4"
2738
- }
2739
-
2740
- .fa-handshake-o:before {
2741
- content: "\f2b5"
2742
- }
2743
-
2744
- .fa-envelope-open:before {
2745
- content: "\f2b6"
2746
- }
2747
-
2748
- .fa-envelope-open-o:before {
2749
- content: "\f2b7"
2750
- }
2751
-
2752
- .fa-linode:before {
2753
- content: "\f2b8"
2754
- }
2755
-
2756
- .fa-address-book:before {
2757
- content: "\f2b9"
2758
- }
2759
-
2760
- .fa-address-book-o:before {
2761
- content: "\f2ba"
2762
- }
2763
-
2764
- .fa-address-card:before, .fa-vcard:before {
2765
- content: "\f2bb"
2766
- }
2767
-
2768
- .fa-address-card-o:before, .fa-vcard-o:before {
2769
- content: "\f2bc"
2770
- }
2771
-
2772
- .fa-user-circle:before {
2773
- content: "\f2bd"
2774
- }
2775
-
2776
- .fa-user-circle-o:before {
2777
- content: "\f2be"
2778
- }
2779
-
2780
- .fa-user-o:before {
2781
- content: "\f2c0"
2782
- }
2783
-
2784
- .fa-id-badge:before {
2785
- content: "\f2c1"
2786
- }
2787
-
2788
- .fa-drivers-license:before, .fa-id-card:before {
2789
- content: "\f2c2"
2790
- }
2791
-
2792
- .fa-drivers-license-o:before, .fa-id-card-o:before {
2793
- content: "\f2c3"
2794
- }
2795
-
2796
- .fa-quora:before {
2797
- content: "\f2c4"
2798
- }
2799
-
2800
- .fa-free-code-camp:before {
2801
- content: "\f2c5"
2802
- }
2803
-
2804
- .fa-telegram:before {
2805
- content: "\f2c6"
2806
- }
2807
-
2808
- .fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
2809
- content: "\f2c7"
2810
- }
2811
-
2812
- .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
2813
- content: "\f2c8"
2814
- }
2815
-
2816
- .fa-thermometer-2:before, .fa-thermometer-half:before {
2817
- content: "\f2c9"
2818
- }
2819
-
2820
- .fa-thermometer-1:before, .fa-thermometer-quarter:before {
2821
- content: "\f2ca"
2822
- }
2823
-
2824
- .fa-thermometer-0:before, .fa-thermometer-empty:before {
2825
- content: "\f2cb"
2826
- }
2827
-
2828
- .fa-shower:before {
2829
- content: "\f2cc"
2830
- }
2831
-
2832
- .fa-bath:before, .fa-bathtub:before, .fa-s15:before {
2833
- content: "\f2cd"
2834
- }
2835
-
2836
- .fa-podcast:before {
2837
- content: "\f2ce"
2838
- }
2839
-
2840
- .fa-window-maximize:before {
2841
- content: "\f2d0"
2842
- }
2843
-
2844
- .fa-window-minimize:before {
2845
- content: "\f2d1"
2846
- }
2847
-
2848
- .fa-window-restore:before {
2849
- content: "\f2d2"
2850
- }
2851
-
2852
- .fa-times-rectangle:before, .fa-window-close:before {
2853
- content: "\f2d3"
2854
- }
2855
-
2856
- .fa-times-rectangle-o:before, .fa-window-close-o:before {
2857
- content: "\f2d4"
2858
- }
2859
-
2860
- .fa-bandcamp:before {
2861
- content: "\f2d5"
2862
- }
2863
-
2864
- .fa-grav:before {
2865
- content: "\f2d6"
2866
- }
2867
-
2868
- .fa-etsy:before {
2869
- content: "\f2d7"
2870
- }
2871
-
2872
- .fa-imdb:before {
2873
- content: "\f2d8"
2874
- }
2875
-
2876
- .fa-ravelry:before {
2877
- content: "\f2d9"
2878
- }
2879
-
2880
- .fa-eercast:before {
2881
- content: "\f2da"
2882
- }
2883
-
2884
- .fa-microchip:before {
2885
- content: "\f2db"
2886
- }
2887
-
2888
- .fa-snowflake-o:before {
2889
- content: "\f2dc"
2890
- }
2891
-
2892
- .fa-superpowers:before {
2893
- content: "\f2dd"
2894
- }
2895
-
2896
- .fa-wpexplorer:before {
2897
- content: "\f2de"
2898
- }
2899
-
2900
- .fa-meetup:before {
2901
- content: "\f2e0"
2902
- }
2903
-
2904
- .sr-only {
2905
- position: absolute;
2906
- width: 1px;
2907
- height: 1px;
2908
- padding: 0;
2909
- margin: -1px;
2910
- overflow: hidden;
2911
- clip: rect(0, 0, 0, 0);
2912
- border: 0
2913
- }
2914
-
2915
- .sr-only-focusable:active, .sr-only-focusable:focus {
2916
- position: static;
2917
- width: auto;
2918
- height: auto;
2919
- margin: 0;
2920
- overflow: visible;
2921
- clip: auto
2922
- }
2923
-
2924
- .image-container[data-v-3605681c] {
2925
- width: 100%;
2926
- height: 100%;
2927
- display: contents
2928
- }
2929
-
2930
- .el-icon-zoom-out[data-v-3605681c]:before {
2931
- content: "\e776"
2932
- }
2933
-
2934
- .el-icon-zoom-in[data-v-3605681c]:before {
2935
- content: "\e777"
2936
- }
2937
-
2938
- .el-image-viewer__wrapper[data-v-3605681c] {
2939
- position: fixed;
2940
- top: 0;
2941
- right: 0;
2942
- bottom: 0;
2943
- left: 0
2944
- }
2945
-
2946
- .el-image-viewer__btn[data-v-3605681c] {
2947
- position: absolute;
2948
- z-index: 1;
2949
- display: -webkit-box;
2950
- display: -ms-flexbox;
2951
- display: flex;
2952
- -webkit-box-align: center;
2953
- -ms-flex-align: center;
2954
- align-items: center;
2955
- -webkit-box-pack: center;
2956
- -ms-flex-pack: center;
2957
- justify-content: center;
2958
- border-radius: 50%;
2959
- opacity: .8;
2960
- cursor: pointer;
2961
- -webkit-box-sizing: border-box;
2962
- box-sizing: border-box;
2963
- -webkit-user-select: none;
2964
- -moz-user-select: none;
2965
- -ms-user-select: none;
2966
- user-select: none
2967
- }
2968
-
2969
- .el-image-viewer__close[data-v-3605681c] {
2970
- top: 40px;
2971
- right: 40px;
2972
- width: 40px;
2973
- height: 40px;
2974
- font-size: 40px
2975
- }
2976
-
2977
- .el-image-viewer__canvas[data-v-3605681c] {
2978
- width: 100%;
2979
- height: 100%;
2980
- display: -webkit-box;
2981
- display: -ms-flexbox;
2982
- display: flex;
2983
- -webkit-box-pack: center;
2984
- -ms-flex-pack: center;
2985
- justify-content: center;
2986
- -webkit-box-align: center;
2987
- -ms-flex-align: center;
2988
- align-items: center
2989
- }
2990
-
2991
- .el-image-viewer__actions[data-v-3605681c] {
2992
- left: 50%;
2993
- bottom: 30px;
2994
- -webkit-transform: translateX(-50%);
2995
- transform: translateX(-50%);
2996
- width: 282px;
2997
- height: 44px;
2998
- padding: 0 23px;
2999
- background-color: #606266;
3000
- border-color: #fff;
3001
- border-radius: 22px
3002
- }
3003
-
3004
- .el-image-viewer__actions__inner[data-v-3605681c] {
3005
- width: 100%;
3006
- height: 100%;
3007
- text-align: justify;
3008
- cursor: default;
3009
- font-size: 23px;
3010
- color: #fff;
3011
- display: -webkit-box;
3012
- display: -ms-flexbox;
3013
- display: flex;
3014
- -webkit-box-align: center;
3015
- -ms-flex-align: center;
3016
- align-items: center;
3017
- -ms-flex-pack: distribute;
3018
- justify-content: space-around
3019
- }
3020
-
3021
- .el-image-viewer__prev[data-v-3605681c] {
3022
- left: 40px
3023
- }
3024
-
3025
- .el-image-viewer__next[data-v-3605681c], .el-image-viewer__prev[data-v-3605681c] {
3026
- top: 50%;
3027
- -webkit-transform: translateY(-50%);
3028
- transform: translateY(-50%);
3029
- width: 44px;
3030
- height: 44px;
3031
- font-size: 24px;
3032
- color: #fff;
3033
- background-color: #606266;
3034
- border-color: #fff
3035
- }
3036
-
3037
- .el-image-viewer__next[data-v-3605681c] {
3038
- right: 40px;
3039
- text-indent: 2px
3040
- }
3041
-
3042
- .el-image-viewer__mask[data-v-3605681c] {
3043
- position: absolute;
3044
- width: 100%;
3045
- height: 100%;
3046
- top: 0;
3047
- left: 0;
3048
- opacity: .5;
3049
- background: #000
3050
- }
3051
-
3052
- .viewer-fade-enter-active[data-v-3605681c] {
3053
- -webkit-animation: viewer-fade-in-3605681c .3s;
3054
- animation: viewer-fade-in-3605681c .3s
3055
- }
3056
-
3057
- .viewer-fade-leave-active[data-v-3605681c] {
3058
- -webkit-animation: viewer-fade-out-3605681c .3s;
3059
- animation: viewer-fade-out-3605681c .3s
3060
- }
3061
-
3062
- @-webkit-keyframes viewer-fade-in-3605681c {
3063
- 0% {
3064
- -webkit-transform: translate3d(0, -20px, 0);
3065
- transform: translate3d(0, -20px, 0);
3066
- opacity: 0
3067
- }
3068
- to {
3069
- -webkit-transform: translateZ(0);
3070
- transform: translateZ(0);
3071
- opacity: 1
3072
- }
3073
- }
3074
-
3075
- @keyframes viewer-fade-in-3605681c {
3076
- 0% {
3077
- -webkit-transform: translate3d(0, -20px, 0);
3078
- transform: translate3d(0, -20px, 0);
3079
- opacity: 0
3080
- }
3081
- to {
3082
- -webkit-transform: translateZ(0);
3083
- transform: translateZ(0);
3084
- opacity: 1
3085
- }
3086
- }
3087
-
3088
- @-webkit-keyframes viewer-fade-out-3605681c {
3089
- 0% {
3090
- -webkit-transform: translateZ(0);
3091
- transform: translateZ(0);
3092
- opacity: 1
3093
- }
3094
- to {
3095
- -webkit-transform: translate3d(0, -20px, 0);
3096
- transform: translate3d(0, -20px, 0);
3097
- opacity: 0
3098
- }
3099
- }
3100
-
3101
- @keyframes viewer-fade-out-3605681c {
3102
- 0% {
3103
- -webkit-transform: translateZ(0);
3104
- transform: translateZ(0);
3105
- opacity: 1
3106
- }
3107
- to {
3108
- -webkit-transform: translate3d(0, -20px, 0);
3109
- transform: translate3d(0, -20px, 0);
3110
- opacity: 0
3111
- }
3112
- }
3113
-
3114
- .el-icon-arrow-right[data-v-3605681c]:before {
3115
- content: "\e6e0"
3116
- }
3117
-
3118
- .el-icon-arrow-left[data-v-3605681c]:before {
3119
- content: "\e6de"
3120
- }
3121
-
3122
- .el-icon-full-screen[data-v-3605681c]:before {
3123
- content: "\e719"
3124
- }
3125
-
3126
- .el-icon-refresh-left[data-v-3605681c]:before {
3127
- content: "\e6c7"
3128
- }
3129
-
3130
- .el-icon-refresh-right[data-v-3605681c]:before {
3131
- content: "\e6c8"
3132
- }
3133
-
3134
- .el-icon-circle-close[data-v-3605681c]:before {
3135
- content: "\e78d"
3136
- }
3137
-
3138
- .el-icon-c-scale-to-original[data-v-3605681c]:before {
3139
- content: "\e7c6"
3140
- }
3141
-
3142
- @font-face {
3143
- font-family: element-icons;
3144
- src: url(../fonts/element-icons.535877f5.woff) format("woff"), url(../fonts/element-icons.732389de.ttf) format("truetype");
3145
- font-weight: 400;
3146
- font-display: auto;
3147
- font-style: normal
3148
- }
3149
-
3150
- [class*=" el-icon-"][data-v-3605681c], [class^=el-icon-][data-v-3605681c] {
3151
- font-family: element-icons !important;
3152
- speak: none;
3153
- font-style: normal;
3154
- font-weight: 400;
3155
- font-variant: normal;
3156
- text-transform: none;
3157
- line-height: 1;
3158
- vertical-align: baseline;
3159
- display: inline-block;
3160
- -webkit-font-smoothing: antialiased;
3161
- -moz-osx-font-smoothing: grayscale
3162
- }
3163
-
3164
- .markdown-it-vue-alter-info {
3165
- border: 1px solid #91d5ff;
3166
- background-color: #e6f7ff
3167
- }
3168
-
3169
- .markdown-it-vue-alert-icon-info {
3170
- color: #1890ff
3171
- }
3172
-
3173
- .markdown-it-vue-alter-success {
3174
- border: 1px solid #b7eb8f;
3175
- background-color: #f6ffed
3176
- }
3177
-
3178
- .markdown-it-vue-alert-icon-success {
3179
- color: #52c41a
3180
- }
3181
-
3182
- .markdown-it-vue-alter-error {
3183
- border: 1px solid #f5222d;
3184
- background-color: #fff1f0
3185
- }
3186
-
3187
- .markdown-it-vue-alert-icon-error {
3188
- color: #f5222d
3189
- }
3190
-
3191
- .markdown-it-vue-alter-warning {
3192
- border: 1px solid #ffe58f;
3193
- background-color: #fffbe6
3194
- }
3195
-
3196
- .markdown-it-vue-alert-icon-warning {
3197
- color: #faad14
3198
- }
3199
-
3200
- .markdown-it-vue-alter {
3201
- border-radius: 0;
3202
- border: 0;
3203
- margin-bottom: 0;
3204
- display: -webkit-inline-box;
3205
- display: -ms-inline-flexbox;
3206
- display: inline-flex;
3207
- font-family: Chinese Quote, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
3208
- font-size: 14px;
3209
- font-variant: tabular-nums;
3210
- line-height: 1.5;
3211
- color: rgba(0, 0, 0, .65);
3212
- -webkit-box-sizing: border-box;
3213
- box-sizing: border-box;
3214
- padding: 0;
3215
- list-style: none;
3216
- position: relative;
3217
- padding: 8px 15px 8px 37px;
3218
- border-radius: 4px;
3219
- width: 100%;
3220
- margin-bottom: 16px
3221
- }
3222
-
3223
- .markdown-it-vue-alter p {
3224
- margin-bottom: 2px
3225
- }
3226
-
3227
- .markdown-it-vue-alert-icon {
3228
- top: 11.5px;
3229
- left: 16px;
3230
- position: absolute
3231
- }
3232
-
3233
- .container[data-v-fba328ae] {
3234
- display: -webkit-inline-box;
3235
- display: -ms-inline-flexbox;
3236
- display: inline-flex;
3237
- width: 100%
3238
- }
3239
-
3240
- .md-text[data-v-fba328ae] {
3241
- width: 47%
3242
- }
3243
-
3244
- .md-body[data-v-fba328ae] {
3245
- width: 50%;
3246
- margin-left: 20px
3247
- }
3248
-
3249
- #app {
3250
- font-family: Avenir, Helvetica, Arial, sans-serif;
3251
- -webkit-font-smoothing: antialiased;
3252
- -moz-osx-font-smoothing: grayscale;
3253
- color: #2c3e50;
3254
- margin-top: 60px
3255
- }