Administrator
2023-04-19 40ec16bbb7c9d23df625aa31ae42ac36e901749d
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
26
 
@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1492150745665'); /* IE9*/
  src: url('iconfont.eot?t=1492150745665#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.woff?t=1492150745665') format('woff'), /* chrome, firefox */
  url('iconfont.ttf?t=1492150745665') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg?t=1492150745665#iconfont') format('svg'); /* iOS 4.1- */
}
 
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-pc:before { content: "\e61e"; }
 
.icon-app:before { content: "\e60c"; }
 
.icon-download:before { content: "\e621"; }
 
.icon-qq:before { content: "\e615"; }
 
.icon-rizhi:before { content: "\e814"; }