This commit is contained in:
2025-09-22 22:08:00 +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.