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