smartmeter-app/common/css/iconfont.css

35 lines
767 B
CSS
Raw Normal View History

2023-12-05 16:45:28 +08:00
@font-face {
2024-01-27 16:37:52 +08:00
font-family: "iconfont"; /* Project id 4424810 */
2024-04-27 17:20:50 +08:00
src: url('//at.alicdn.com/t/c/font_4424810_jwuzu664psr.woff2?t=1711784576474') format('woff2'),
url('//at.alicdn.com/t/c/font_4424810_jwuzu664psr.woff?t=1711784576474') format('woff'),
url('//at.alicdn.com/t/c/font_4424810_jwuzu664psr.ttf?t=1711784576474') format('truetype');
2023-12-05 16:45:28 +08:00
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
2024-04-27 17:20:50 +08:00
.icon-liebiao:before {
content: "\e62a";
}
.icon-xiangxia:before {
content: "\e600";
}
.icon-xiangshang:before {
content: "\e601";
}
2023-12-05 16:45:28 +08:00
.icon-shanchu:before {
2024-01-27 16:37:52 +08:00
content: "\e6ac";
2023-12-05 16:45:28 +08:00
}
2024-01-27 16:37:52 +08:00
.icon-xiangyou1:before {
content: "\e775";
2023-12-05 16:45:28 +08:00
}