12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- @font-face {
- font-family: "iconfont"; /* Project id 4559910 */
- src: url('@/static/fonts/iconfont.woff2?t=1718094244463') format('woff2'),
- url('@/static/fonts/iconfont.woff?t=1718094244463') format('woff'),
- url('@/static/fonts/iconfont.ttf?t=1718094244463') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-dizhibu:before {
- content: "\e601";
- }
- .icon-zhankai1:before {
- content: "\e63c";
- }
- .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";
- }
|