1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- @font-face {
- font-family: 'iconfont'; /* project id 592487 */
- src: url('//at.alicdn.com/t/font_592487_jmm1eztl9txu5wmi.eot');
- src: url('//at.alicdn.com/t/font_592487_jmm1eztl9txu5wmi.eot?#iefix') format('embedded-opentype'),
- url('//at.alicdn.com/t/font_592487_jmm1eztl9txu5wmi.woff') format('woff'),
- url('//at.alicdn.com/t/font_592487_jmm1eztl9txu5wmi.ttf') format('truetype'),
- url('//at.alicdn.com/t/font_592487_jmm1eztl9txu5wmi.svg#iconfont') format('svg');
- }
- .iconfont{
- font-family:"iconfont" !important;
- font-size:16px;
- font-style:normal;
- -webkit-font-smoothing: antialiased;
- -webkit-text-stroke-width: 0.2px;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-sjtj:before{
- content: '\e630';
- }
- .icon-tuichu:before{
- content: '\e63b';
- }
- .icon-ddgl:before{
- content: '\e622';
- }
- .icon-cpgl:before{
- content: '\e60b';
- }
- .icon-czjl:before{
- content: '\e61d';
- }
- .icon-zhsz:before{
- content: '\e619';
- }
- .icon-shouye:before{
- content: '\e76d';
- }
- .icon-user:before{
- content: '\e7d9';
- }
- .icon-pinglun:before{
- content: '\e7d2';
- }
- .icon-jiantou:before{
- content: '\e64a';
- }
- .icon-wenzhang:before{
- content: '\e618';
- }
|