TM
2020-12-16 916ba7dbd9b28f126b37f4db815a91f38aac4dbb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@import "/static/ali-icon/stylesheet.acss";
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.eot');
  src: url('iconfont.eot?#iefix') format('embedded-opentype'),
  url('iconfont.woff') format('woff'),
  url('/static/ali-icon/iconfont.ttf') format('truetype'),  /* 使用的ttf,所以这里的路径不能出错了 */
  url('iconfont.svg#iconfont') format('svg'); 
}
 
.iconfont{
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
}
 
.icon-home:before{content:'\e613';}
.icon-home1:before{content:'\e7a3';}
.icon-gouwuche:before{content:'\e60c';}