42 lines
634 B
CSS
42 lines
634 B
CSS
@font-face {
|
|
font-family: "iconfont"; /* Project id */
|
|
src: url('iconfont.ttf?t=1640861131525') format('truetype');
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: "iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-xiangji:before {
|
|
content: "\e672";
|
|
}
|
|
|
|
.icon-yanse:before {
|
|
content: "\e678";
|
|
}
|
|
|
|
.icon-yanse1:before {
|
|
content: "\e886";
|
|
}
|
|
|
|
.icon-V:before {
|
|
content: "\e6be";
|
|
}
|
|
|
|
.icon-gesture-hand:before {
|
|
content: "\e6a2";
|
|
}
|
|
|
|
.icon-a-yansesecai:before {
|
|
content: "\e65c";
|
|
}
|
|
|
|
.icon-a-vrxunixianshiduomeiti:before {
|
|
content: "\e792";
|
|
}
|
|
|