1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- @font-face {
- font-family: "iconfont"; /* Project id 4790103 */
- src: url('iconfont.woff2?t=1735227852987') format('woff2'),
- url('iconfont.woff?t=1735227852987') format('woff'),
- url('iconfont.ttf?t=1735227852987') format('truetype');
- }
-
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
-
- .icon-youjian:before {
- content: "\e804";
- }
-
- .icon-dianhua:before {
- content: "\e67b";
- }
-
- .icon-right:before {
- content: "\e708";
- }
-
- .icon-left:before {
- content: "\e709";
- }
-
- .icon-arrow-right:before {
- content: "\e601";
- }
-
- .icon-weixin:before {
- content: "\e707";
- }
-
- .icon-jiantou:before {
- content: "\e63a";
- }
-
- .icon-guanbi:before {
- content: "\e676";
- }
-
- .icon-xiazai:before {
- content: "\e62e";
- }
-
- .icon-xiala:before {
- content: "\e60d";
- }
-
- .icon-search:before {
- content: "\e602";
- }
|