潘志宝
7 天以前 49a44d1b83ac907ca86b36222a2e967f79a90ffb
提交 | 用户 | 时间
820397 1 // 使用字体图标来源 https://fontello.com/
H 2
3 @font-face {
4   font-family: 'fc-icon';
5   src: url('@/styles/FormCreate/fonts/fontello.woff') format('woff');
6 }
7
8 .icon-doc-text:before {
9   content: '\f0f6';
10 }
11
12 .icon-server:before {
13   content: '\f233';
14 }
15
16 .icon-address-card-o:before {
17   content: '\f2bc';
18 }
19
20 .icon-user-o:before {
21   content: '\f2c0';
22 }