1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- @font-face {
- font-family: "iconfont"; /* Project id 4628991 */
- src: url('http://at.alicdn.com/t/c/font_4628991_tyg2om5842o.woff2?t=1723769290987') format('woff2'),
- url('http://at.alicdn.com/t/c/font_4628991_tyg2om5842o.woff?t=1723769290987') format('woff'),
- url('http://at.alicdn.com/t/c/font_4628991_tyg2om5842o.ttf?t=1723769290987') format('truetype');
- }
-
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
-
- .icon-yonghu:before {
- content: "\e61b";
- }
-
- .icon-shipin-:before {
- content: "\e603";
- }
-
- .icon-dianying:before {
- content: "\e8ae";
- }
-
- .icon-yanchu:before {
- content: "\e602";
- }
-
- .icon-phone:before {
- content: "\e63b";
- }
-
- .icon-editor2:before {
- content: "\e62e";
- }
-
- .icon-user:before {
- content: "\e7ae";
- }
-
- .icon-kefu:before {
- content: "\ec2e";
- }
-
- .icon-arrow:before {
- content: "\e601";
- }
-
- .icon-search:before {
- content: "\e739";
- }
-
- .icon-cart:before {
- content: "\e600";
- }
-
|