diff --git a/src/App.vue b/src/App.vue index 8413b6b..493818e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,7 +12,11 @@ *, *::before, *::after { box-sizing: border-box; } - +@font-face { + font-family: 'FZZhongYaSong'; + src: url('@/assets/fzzys_GBK.TTF') format('truetype'); + /* 或其他格式如 woff, woff2 等 */ +} .particulars-detail-popup { background: rgba(0, 0, 0, 0.7) !important; } diff --git a/src/assets/fzzys_GBK.TTF b/src/assets/fzzys_GBK.TTF new file mode 100644 index 0000000..bcec5f2 Binary files /dev/null and b/src/assets/fzzys_GBK.TTF differ diff --git a/src/assets/images/20250407155229.png b/src/assets/images/20250407155229.png index dc1814f..fa2624d 100644 Binary files a/src/assets/images/20250407155229.png and b/src/assets/images/20250407155229.png differ diff --git a/src/assets/images/df29@2x.png b/src/assets/images/df29@2x.png new file mode 100644 index 0000000..e1149ae Binary files /dev/null and b/src/assets/images/df29@2x.png differ diff --git a/src/assets/images/image20@2x.png b/src/assets/images/image20@2x.png new file mode 100644 index 0000000..92db40d Binary files /dev/null and b/src/assets/images/image20@2x.png differ diff --git a/src/assets/images/tc31@2x.png b/src/assets/images/tc31@2x.png new file mode 100644 index 0000000..e38452b Binary files /dev/null and b/src/assets/images/tc31@2x.png differ diff --git a/src/assets/images/zzdf30@2x.png b/src/assets/images/zzdf30@2x.png new file mode 100644 index 0000000..1744a71 Binary files /dev/null and b/src/assets/images/zzdf30@2x.png differ diff --git a/src/views/workinfo/index.vue b/src/views/workinfo/index.vue index b76a290..24bda90 100644 --- a/src/views/workinfo/index.vue +++ b/src/views/workinfo/index.vue @@ -28,66 +28,93 @@ onMounted(() => { } }); } - - }); \ No newline at end of file diff --git a/uno.config.js b/uno.config.js index ef3761b..c777950 100644 --- a/uno.config.js +++ b/uno.config.js @@ -15,6 +15,11 @@ export default defineConfig({ rules: [ // ... ], + theme: { + fontFamily: { + zhongya: ['FZZhongYaSong', 'sans-serif'] + } + }, // 添加快捷方式 shortcuts: { // ...