1234567891011121314151617181920212223242526272829303132333435 |
- @font-face {
- font-family: "iconfont"; /* Project id 3570109 */
- src: url('//at.alicdn.com/t/c/font_3570109_fgsvuni2no.woff2?t=1660117470644') format('woff2'),
- url('//at.alicdn.com/t/c/font_3570109_fgsvuni2no.woff?t=1660117470644') format('woff'),
- url('//at.alicdn.com/t/c/font_3570109_fgsvuni2no.ttf?t=1660117470644') format('truetype');
- }
-
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
-
- .icon-sousuo:before {
- content: "\e651";
- }
-
- .icon-quxiao:before {
- content: "\e60f";
- }
-
- .icon-shanchu:before {
- content: "\ec7b";
- }
-
- .icon-xiangxia:before {
- content: "\e612";
- }
-
- .icon-tupian:before {
- content: "\e607";
- }
-
|