1234567891011121314151617181920212223242526272829 |
- @font-face {
- font-family: "courseIcon"; /* Project id 4478034 */
- src: url("//at.alicdn.com/t/c/font_4478034_feuwvdh5ol8.woff2?t=1711172080312")
- format("woff2"),
- url("//at.alicdn.com/t/c/font_4478034_feuwvdh5ol8.woff?t=1711172080312")
- format("woff"),
- url("//at.alicdn.com/t/c/font_4478034_feuwvdh5ol8.ttf?t=1711172080312")
- format("truetype");
- }
- .courseIcon {
- font-family: "courseIcon" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-shenfenzheng:before {
- content: "\e61b";
- }
- .icon-erweima:before {
- content: "\e7ad";
- }
- .icon-fuzhi:before {
- content: "\e8b0";
- }
|