| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- @font-face {
- font-family: "iconfont"; /* Project id 4669039 */
- src: url('@/static/fonts/iconfont.woff2?t=1724997034081') format('woff2'),
- url('@/static/fonts/iconfont.woff?t=1724997034081') format('woff'),
- url('@/static/fonts/iconfont.ttf?t=1724997034081') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-shouye:before {
- content: "\e624";
- }
- .icon-shouye2:before {
- content: "\e60c";
- }
- .icon-shezhi:before {
- content: "\e68f";
- }
- .icon-realtime:before {
- content: "\e604";
- }
- .icon-emergency:before {
- content: "\e6bc";
- }
- .icon-lishishuju:before {
- content: "\e7a3";
- }
- .icon-restart:before {
- content: "\e6b4";
- }
|