| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- @font-face {
- font-family: "iconfont"; /* Project id 4985326 */
- src: url('//at.alicdn.com/t/c/font_4985326_pp905a37qv.woff2?t=1753754541105') format('woff2'),
- url('//at.alicdn.com/t/c/font_4985326_pp905a37qv.woff?t=1753754541105') format('woff'),
- url('//at.alicdn.com/t/c/font_4985326_pp905a37qv.ttf?t=1753754541105') format('truetype');
- }
-
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
-
- .icon-anzhuang:before {
- content: "\e6fe";
- }
-
- .icon-weixiu:before {
- content: "\e6ff";
- }
-
- .icon-qita:before {
- content: "\e700";
- }
-
- .icon-qingxi:before {
- content: "\e701";
- }
-
- .icon-bianji:before {
- content: "\e702";
- }
-
- .icon-dianhua:before {
- content: "\e703";
- }
-
- .icon-yipaigong:before {
- content: "\e6fa";
- }
-
- .icon-yiwancheng:before {
- content: "\e6fb";
- }
-
- .icon-yiyuyue:before {
- content: "\e6fc";
- }
-
- .icon-yidadao:before {
- content: "\e6fd";
- }
-
- .icon-zhuye-weixuanzhong:before {
- content: "\e6f6";
- }
-
- .icon-zhuye-xuanzhong:before {
- content: "\e6f7";
- }
-
- .icon-wode-xuanzhong:before {
- content: "\e6f8";
- }
-
- .icon-wode-weixuanzhong:before {
- content: "\e6f9";
- }
-
|