Compare commits

...

3 Commits

Author SHA1 Message Date
5841d92d5f Merge branch 'fix-812' of https://git.brother7.cn/zoujing/YGChatCS 2025-09-22 22:08:00 +08:00
duanshuwen
50e5f82dca feat: 恢复订单详情页面字体文件 2025-09-22 21:45:41 +08:00
duanshuwen
4c5b049a88 feat: 恢复订单详情页面字体文件 2025-09-22 21:45:18 +08:00
3 changed files with 19 additions and 0 deletions

View File

@ -15,6 +15,8 @@ onHide(() => {
</script> </script>
<style lang="scss"> <style lang="scss">
@import "@/static/fonts/iconfont.css";
/* 添加全局样式 */ /* 添加全局样式 */
page, page,
body, body,

View File

@ -0,0 +1,17 @@
@font-face {
font-family: "ZhiNian"; /* Project id 4988933 */
src: url("/static/fonts/iconfont.ttf") format("truetype");
}
.ZhiNian {
font-family: "ZhiNian" !important;
font-style: normal;
}
.zn-food:before {
content: "\e607";
}
.zn-clock:before {
content: "\e600";
}

Binary file not shown.