12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- @font-face {
- font-family: 'tradingIcon'; /* Project id 2994634 */
- src: url('//at.alicdn.com/t/font_2994634_pu1caaeicsm.woff2?t=1641280014221') format('woff2'),
- url('//at.alicdn.com/t/font_2994634_pu1caaeicsm.woff?t=1641280014221') format('woff'),
- url('//at.alicdn.com/t/font_2994634_pu1caaeicsm.ttf?t=1641280014221') 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-pay:before {
- content: "\e688";
- }
|