1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
| @font-face {
| font-family: "iconfont";
| src: url('../util/font_4017492_2d1qk52m7xp.woff2') format('woff2'),
| url('../util/font_4017492_2d1qk52m7xp.woff') format('woff'),
| url('../util/font_4017492_2d1qk52m7xp.ttf') format('truetype');
| }
|
| .iconfont {
| font-family: "iconfont" !important;
| font-size: 16px;
| font-style: normal;
| -webkit-font-smoothing: antialiased;
| -moz-osx-font-smoothing: grayscale;
| }
| .icon-lianjiekelong:before {
| content: "\e6ca";
| }
|
| .icon-qingkong:before {
| content: "\e664";
| }
|
| .icon-kelong:before {
| content: "\e612";
| }
|
|