| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- @font-face {
- font-family: "iconfont"; /* Project id 4857906 */
- src: url('iconfont.woff2?t=1751435086840') format('woff2'),
- url('iconfont.woff?t=1751435086840') format('woff'),
- url('iconfont.ttf?t=1751435086840') format('truetype');
- }
- .iconfont {
- font-family: "iconfont" !important;
- font-size: 16px;
- font-style: normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .icon-TrendUp:before {
- content: "\e602";
- }
- .icon-TrendDown:before {
- content: "\e70c";
- }
- .icon-leftArrow:before {
- content: "\e62e";
- }
- .icon-rightArrow:before {
- content: "\e601";
- }
- .icon-valve_pointer:before {
- content: "\e612";
- }
- .icon-fengshan:before {
- content: "\e600";
- }
- .icon-waterValve:before {
- content: "\e62d";
- }
|