1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| @font-face {
| font-family: "iconfont"; /* Project id 2861890 */
| src: url('//at.alicdn.com/t/font_2861890_fpd9x87xri.woff2?t=1634017805162') format('woff2'),
| url('//at.alicdn.com/t/font_2861890_fpd9x87xri.woff?t=1634017805162') format('woff'),
| url('//at.alicdn.com/t/font_2861890_fpd9x87xri.ttf?t=1634017805162') format('truetype');
| }
|
| .iconfont {
| font-family: "iconfont" !important;
| font-size: 14px;
| font-style: normal;
| -webkit-font-smoothing: antialiased;
| -moz-osx-font-smoothing: grayscale;
| }
|
| .icon-yanjing:before {
| content: "\e6cf";
| }
|
| .icon-yanjing1:before {
| content: "\e6d1";
| }
|
|