123456789101112131415161718192021222324252627282930313233343536373839 |
- @font-face {
- font-family: "iconfont"; /* Project id 3244772 */
- src: url('//at.alicdn.com/t/font_3244772_sq4yuxqz46.woff2?t=1647243918406') format('woff2'),
- url('//at.alicdn.com/t/font_3244772_sq4yuxqz46.woff?t=1647243918406') format('woff'),
- url('//at.alicdn.com/t/font_3244772_sq4yuxqz46.ttf?t=1647243918406') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-shenhe:before {
- content: "\e61d";
- font-size: 20px;
- }
- .icon-xiugaimima:before {
- content: "\e681";
- font-size: 20px;
- }
- .icon-ren_jiesantuandui_line:before {
- content: "\e844";
- font-size: 20px;
- }
- .icon-shangchuanzhaopian:before {
- content: "\eb4f";
- font-size: 20px;
- }
- .icon-qi:before {
- content: "\e61f";
- color: rgb(14, 176, 240);
- }
|