1234567891011121314151617181920212223242526272829303132333435363738394041 |
- @font-face {
- font-family: "iconfont";
- /* Project id 4636045 */
- src: url('/static/font/iconfont.ttf?t=1722234699227') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-gouwu:before {
- content: "\e7ed";
- }
- .icon-zhishiku:before {
- content: "\e684";
- }
- .icon-tubiao_-:before {
- content: "\e6ff";
- }
- .icon-wifi:before {
- content: "\ec81";
- }
- .icon-yunzhineng:before {
- content: "\e696";
- }
- .icon-jiaotong:before {
- content: "\e634";
- }
- .icon-gongyuan:before {
- content: "\e617";
- }
|