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