123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- @font-face {
- font-family: "iconfont"; /* Project id 4156318 */
- src: url('iconfont.woff2?t=1688710512610') format('woff2'),
- url('iconfont.woff?t=1688710512610') format('woff'),
- url('iconfont.ttf?t=1688710512610') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-finance:before {
- content: "\e6be";
- }
- .icon-lightning:before {
- content: "\e723";
- }
- .icon-apps:before {
- content: "\e726";
- }
- .icon-box:before {
- content: "\ea00";
- }
- .icon-chart:before {
- content: "\e837";
- }
- .icon-form:before {
- content: "\e65d";
- }
- .icon-order:before {
- content: "\e621";
- }
- .icon-home:before {
- content: "\e70a";
- }
- .icon-system:before {
- content: "\e727";
- }
- .icon-theme-dark:before {
- content: "\e806";
- }
- .icon-theme-auto:before {
- content: "\e807";
- }
- .icon-theme-light:before {
- content: "\e808";
- }
|