鞍钢鲅鱼圈能源管控系统前端代码
houzhongjian
2024-12-26 cb6cd26221d8bb2c4b1dca44a87332e9fe6f56ab
提交 | 用户 | 时间
cb6cd2 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 }