feat:修改图片文件

This commit is contained in:
Haiyi 2022-09-19 10:28:47 +08:00
parent c2fa0766aa
commit 00a0dfa9d8
2 changed files with 51 additions and 1 deletions

View File

@ -1,8 +1,10 @@
@font-face { @font-face {
font-family: "iconfont"; font-family: "iconfont";
/* Project id 3619513 */ /* Project id 3619513 */
// url('/src/styles/iconfont.ttf') format('truetype');
src: src:
url('/src/styles/iconfont.ttf') format('truetype'); // url('iconfont.ttf?t=1663554005151') format('truetype');
url('/src/styles/iconfont.ttf?t=1663554005151') format('truetype');
} }
.iconfont { .iconfont {
@ -13,6 +15,54 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.icon-shouhou1:before {
content: "\e641";
}
.icon-cangku1:before {
content: "\e642";
}
.icon-saoma:before {
content: "\e643";
}
.icon-dizhi1:before {
content: "\e644";
}
.icon-huodaofukuan:before {
content: "\e645";
}
.icon-yufukuan1:before {
content: "\e646";
}
.icon-yue:before {
content: "\e647";
}
.icon-zidingyi:before {
content: "\e648";
}
.icon-jinetiaozheng:before {
content: "\e649";
}
.icon-tuikuan1:before {
content: "\e64a";
}
.icon-zhankai:before {
content: "\e63f";
}
.icon-shouqi:before {
content: "\e640";
}
.icon-lujing:before { .icon-lujing:before {
content: "\e63e"; content: "\e63e";
} }

Binary file not shown.