From 375513370cc01fcd976987d07797249600b0bb3e Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期四, 07 八月 2025 17:15:09 +0800 Subject: [PATCH] 'first' --- src/assets/iconfont/iconfont.css | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 55 insertions(+), 0 deletions(-) diff --git a/src/assets/iconfont/iconfont.css b/src/assets/iconfont/iconfont.css new file mode 100644 index 0000000..8911862 --- /dev/null +++ b/src/assets/iconfont/iconfont.css @@ -0,0 +1,55 @@ +@font-face { + font-family: "iconfont"; /* Project id 3721619 */ + src: url('iconfont.woff2?t=1666778377066') format('woff2'), + url('iconfont.woff?t=1666778377066') format('woff'), + url('iconfont.ttf?t=1666778377066') format('truetype'); +} + +.iconfont { + font-family: "iconfont" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-dianhua:before { + content: "\e61b"; +} + +.icon-tongxunlu:before { + content: "\e632"; +} + +.icon-renwu-ren:before { + content: "\e749"; +} + +.icon-QQ:before { + content: "\e882"; +} + +.icon-shanchu:before { + content: "\e74b"; +} + +.icon-tubiaozhizuo-:before { + content: "\e605"; +} + +.icon-icon_yulan:before { + content: "\eb8a"; +} + +.icon-xiazai:before { + content: "\e606"; +} + +.icon-fenxiang:before { + content: "\e602"; +} + +.icon-shoucang:before { + content: "\e68e"; +} + -- Gitblit v1.9.1