| 1234567891011121314151617181920212223242526272829303132333435 |
- @font-face {
- font-family: "iconfont"; /* Project id 5181717 */
- src: url('iconfont.woff2?t=1779326981231') format('woff2'),
- url('iconfont.woff?t=1779326981231') format('woff'),
- url('iconfont.ttf?t=1779326981231') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-dianyingyuan:before {
- content: "\e602";
- }
- .icon-xiajiantou:before {
- content: "\e600";
- }
- .icon-shipin:before {
- content: "\e649";
- }
- .icon-yanchu:before {
- content: "\e667";
- }
- .icon-a-wodedefuben2:before {
- content: "\e620";
- }
|