style.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. @font-face {
  2. font-family: 'tradingIcon'; /* Project id 2994634 */
  3. src: url('//at.alicdn.com/t/c/font_2994634_ddj9uc46u9f.woff2?t=1666753519244') format('woff2'),
  4. url('//at.alicdn.com/t/c/font_2994634_ddj9uc46u9f.woff?t=1666753519244') format('woff'),
  5. url('//at.alicdn.com/t/c/font_2994634_ddj9uc46u9f.ttf?t=1666753519244') 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-add:before {
  44. content: "\e6bd";
  45. }
  46. /* 删除 */
  47. .icon-del:before {
  48. content: "\e6c5";
  49. }
  50. /* 编辑 */
  51. .icon-edit:before {
  52. content: "\e6b7";
  53. }
  54. /* 收款 */
  55. .icon-proceeds:before {
  56. content: "\e6d3";
  57. }
  58. /* 发货 */
  59. .icon-deliver:before {
  60. content: "\e6bb";
  61. }
  62. /* 对账 */
  63. .icon-reconciliation:before {
  64. content: "\e6cf";
  65. }
  66. /* 入库 */
  67. .icon-inStock:before {
  68. content: "\e6c4";
  69. }