style.css 990 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. @font-face {
  2. font-family: 'tradingIcon'; /* Project id 2994634 */
  3. src: url('//at.alicdn.com/t/font_2994634_pu1caaeicsm.woff2?t=1641280014221') format('woff2'),
  4. url('//at.alicdn.com/t/font_2994634_pu1caaeicsm.woff?t=1641280014221') format('woff'),
  5. url('//at.alicdn.com/t/font_2994634_pu1caaeicsm.ttf?t=1641280014221') format('truetype');
  6. }
  7. .tradingIcon {
  8. font-family: "tradingIcon" !important;
  9. font-size: 20px;
  10. font-style: normal;
  11. -webkit-font-smoothing: antialiased;
  12. -moz-osx-font-smoothing: grayscale;
  13. }
  14. /* 更多 */
  15. .icon-more:before {
  16. content: "\e679";
  17. }
  18. /* 销售 */
  19. .icon-sales:before {
  20. content: "\e69a";
  21. }
  22. /* 采购 */
  23. .icon-purchase:before {
  24. content: "\e62b";
  25. }
  26. /* 发货 */
  27. .icon-ship:before {
  28. content: "\e699";
  29. }
  30. /* 收货 */
  31. .icon-receipt:before {
  32. content: "\e627";
  33. }
  34. /* 申请付款 */
  35. .icon-apply:before {
  36. content: "\e6a4";
  37. }
  38. /* 收费 */
  39. .icon-charge:before {
  40. content: "\e633";
  41. }
  42. /* 付费 */
  43. .icon-pay:before {
  44. content: "\e688";
  45. }