| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- @font-face {
- font-family: "iconfont"; /* Project id 2910848 */
- src: url('iconfont.woff2?t=1635908688192') format('woff2'),
- url('iconfont.woff?t=1635908688192') format('woff'),
- url('iconfont.ttf?t=1635908688192') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-rili:before {
- content: "\e624";
- }
- .icon-chaxun:before {
- content: "\e623";
- }
- .icon-youjiantou:before {
- content: "\e620";
- }
- .icon-zhongzhi:before {
- content: "\e621";
- }
- .icon-zuojiantou:before {
- content: "\e622";
- }
- .icon-error:before {
- content: "\e61f";
- }
- .icon-wodeshanchu:before {
- content: "\e61d";
- }
- .icon-daoru:before {
- content: "\e61c";
- }
- .icon-daochu:before {
- content: "\e61e";
- }
- .icon-xitong:before {
- content: "\e61b";
- }
- .icon-jichushuju:before {
- content: "\e61a";
- }
- .icon-anquangongju:before {
- content: "\e619";
- }
- .icon-jiechuwang:before {
- content: "\e616";
- }
- .icon-shouye:before {
- content: "\e615";
- }
|