houzhongjian
2024-08-08 820397e43a0b64d35c6d31d2a55475061438593b
提交 | 用户 | 时间
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 }