1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- @font-face {
- font-family: "iconfont"; /* Project id 3674157 */
- /* Color fonts */
- src:
- url('//at.alicdn.com/t/c/font_3674157_9pin6i3kqr8.woff2?t=1664261708242') format('woff2'),
- url('//at.alicdn.com/t/c/font_3674157_9pin6i3kqr8.woff?t=1664261708242') format('woff'),
- url('//at.alicdn.com/t/c/font_3674157_9pin6i3kqr8.ttf?t=1664261708242') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-del:before {
- content: "\e616";
- }
- .icon-fanhuidingbu:before {
- content: "\e713";
- }
- .icon-gouwuche:before {
- content: "\e628";
- }
- .icon-dayufuhao:before {
- content: "\e62b";
- }
- .icon-daifahuo:before {
- content: "\e600";
- }
- .icon-daifukuan:before {
- content: "\e601";
- }
- .icon-shouhoufuwuicon:before {
- content: "\e633";
- }
- .icon-geren2:before {
- content: "\e6bc";
- }
- .icon-daishouhuo:before {
- content: "\e612";
- }
- .icon-daipinglun:before {
- content: "\e602";
- }
|