12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- @font-face {
- font-family: "iconfont"; /* Project id 4636045 */
- src: url('@/static/font/iconfont.ttf') format('woff2');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-wodeshoucangshixin:before {
- content: "\e62c";
- }
- .icon-wodekehu:before {
- content: "\e608";
- }
- .icon-wodexiazaizhongxin:before {
- content: "\e67d";
- }
- .icon-kefuzhongxin:before {
- content: "\e621";
- }
- .icon-wodegongsi-gaoliang:before {
- content: "\e676";
- }
- .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";
- }
|