Administrator
2023-03-15 c7bbfa1c4c448f703dd9b93de18cd7c93f16fc55
提交 | 用户 | 时间
58d006 1
A 2 @font-face {font-family: "iconfont";
3   src: url('iconfont.eot?t=1492150745665'); /* IE9*/
4   src: url('iconfont.eot?t=1492150745665#iefix') format('embedded-opentype'), /* IE6-IE8 */
5   url('iconfont.woff?t=1492150745665') format('woff'), /* chrome, firefox */
6   url('iconfont.ttf?t=1492150745665') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7   url('iconfont.svg?t=1492150745665#iconfont') format('svg'); /* iOS 4.1- */
8 }
9
10 .iconfont {
11   font-family:"iconfont" !important;
12   font-size:16px;
13   font-style:normal;
14   -webkit-font-smoothing: antialiased;
15   -moz-osx-font-smoothing: grayscale;
16 }
17
18 .icon-pc:before { content: "\e61e"; }
19
20 .icon-app:before { content: "\e60c"; }
21
22 .icon-download:before { content: "\e621"; }
23
24 .icon-qq:before { content: "\e615"; }
25
26 .icon-rizhi:before { content: "\e814"; }
27