1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- @font-face {
- font-family: "iconfont"; /* Project id 4559910 */
- src: url('@/static/fonts/iconfont.woff2?t=1716520790453') format('woff2'),
- url('@/static/fonts/iconfont.woff?t=1716520790453') format('woff'),
- url('@/static/fonts/iconfont.ttf?t=1716520790453') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-tianjiadingdan:before {
- content: "\e60a";
- }
- .icon-dingdan:before {
- content: "\e749";
- }
- .icon-tuichudenglu:before {
- content: "\e606";
- }
- .icon-shouye:before {
- content: "\e609";
- }
- .icon-saoyisao:before {
- content: "\e66f";
- }
- .icon-qianshou:before {
- content: "\e6dc";
- }
- .icon-wode:before {
- content: "\e60e";
- }
- .icon-yiquxiao:before {
- content: "\e616";
- }
- .icon-yisongda:before {
- content: "\e607";
- }
- .icon-delivery:before {
- content: "\e83e";
- }
- .icon-cancel:before {
- content: "\e62e";
- }
|