fonticon.scss 1.36 KB
Newer Older
纪泽龙's avatar
纪泽龙 committed
1 2
@font-face {
  font-family: "iconfont"; /* Project id 2692138 */
3 4 5
  src: url('//at.alicdn.com/t/font_2692138_spittg1q2rr.woff2?t=1629681541408') format('woff2'),
       url('//at.alicdn.com/t/font_2692138_spittg1q2rr.woff?t=1629681541408') format('woff'),
       url('//at.alicdn.com/t/font_2692138_spittg1q2rr.ttf?t=1629681541408') format('truetype');
纪泽龙's avatar
纪泽龙 committed
6 7 8 9 10 11 12 13 14 15
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

16 17 18 19 20 21 22 23 24 25 26 27 28
.icon-reset:before {
  content: "\e616";
}

.icon-search{
  
}
.icon-search:before {
  content: "\e617";
  font-size: 13px;
  
}

纪泽龙's avatar
纪泽龙 committed
29 30 31 32 33 34 35 36
.icon-zhibanrenyuan:before {
  content: "\e613";
}

.icon-ylbgs:before {
  content: "\e611";
}

37 38 39 40 41 42 43 44 45 46 47 48
.icon-gdcd:before {
  content: "\e615";
}

.icon-tyxgs:before {
  content: "\e610";
}

.icon-fmjgs:before {
  content: "\e612";
}

纪泽龙's avatar
纪泽龙 committed
49
.icon-lljgs:before {
50 51 52
  content: "\e614";
}

纪泽龙's avatar
纪泽龙 committed
53 54 55 56
.icon-ylb:before {
  content: "\e60f";
}

纪泽龙's avatar
纪泽龙 committed
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
.icon-fmj:before {
  content: "\e608";
}

.icon-llj:before {
  content: "\e609";
}

.icon-yh:before {
  content: "\e60a";
}

.icon-tyx:before {
  content: "\e60b";
}

.icon-yqb:before {
  content: "\e60c";
}

.icon-zbry:before {
  content: "\e60d";
}

.icon-gd:before {
  content: "\e60e";
}

.icon-delete:before {
  content: "\e604";
}

.icon-compile:before {
  content: "\e603";
}

.icon-create:before {
  content: "\e601";
}