12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- @font-face {
- font-family: 'tradingIcon'; /* Project id 2994634 */
- src: url('//at.alicdn.com/t/c/font_2994634_ddj9uc46u9f.woff2?t=1666753519244') format('woff2'),
- url('//at.alicdn.com/t/c/font_2994634_ddj9uc46u9f.woff?t=1666753519244') format('woff'),
- url('//at.alicdn.com/t/c/font_2994634_ddj9uc46u9f.ttf?t=1666753519244') format('truetype');
- }
- .tradingIcon {
- font-family: "tradingIcon" !important;
- font-size: 20px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- /* 更多 */
- .icon-more:before {
- content: "\e679";
- }
- /* 销售 */
- .icon-sales:before {
- content: "\e69a";
- }
- /* 采购 */
- .icon-purchase:before {
- content: "\e62b";
- }
- /* 发货 */
- .icon-ship:before {
- content: "\e699";
- }
- /* 收货 */
- .icon-receipt:before {
- content: "\e627";
- }
- /* 申请付款 */
- .icon-apply:before {
- content: "\e6a4";
- }
- /* 收费 */
- .icon-charge:before {
- content: "\e633";
- }
- /* 新建 */
- .icon-add:before {
- content: "\e6bd";
- }
- /* 删除 */
- .icon-del:before {
- content: "\e6c5";
- }
- /* 编辑 */
- .icon-edit:before {
- content: "\e6b7";
- }
- /* 收款 */
- .icon-proceeds:before {
- content: "\e6d3";
- }
- /* 发货 */
- .icon-deliver:before {
- content: "\e6bb";
- }
- /* 对账 */
- .icon-reconciliation:before {
- content: "\e6cf";
- }
- /* 入库 */
- .icon-inStock:before {
- content: "\e6c4";
- }
|