123456789101112131415161718192021222324252627282930313233 |
- @font-face {
- font-family: "iconfont";
- /* Project id 4707101 */
- src: url('//at.alicdn.com/t/c/font_4707101_ondnfy4ox5s.woff2?t=1731131201573') format('woff2'),
- url('//at.alicdn.com/t/c/font_4707101_ondnfy4ox5s.woff?t=1731131201573') format('woff'),
- url('//at.alicdn.com/t/c/font_4707101_ondnfy4ox5s.ttf?t=1731131201573') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-gerenzhongxin:before {
- content: "\e631";
- }
- .icon-xingzhuang-zhijiaosanjiaoxing-copy:before {
- content: "\ec55";
- }
- .icon-youjiantou:before {
- content: "\e624";
- vertical-align: -2px;
- }
- .icon-zhijiao-triangle:before {
- content: "\e600";
- color: #e1e1e1;
- }
|