From 4ce0d1382272cdc24e2fbf98de6f764aeec8cea6 Mon Sep 17 00:00:00 2001 From: taiwan Date: Fri, 18 Feb 2022 16:59:27 +0800 Subject: [PATCH] 更新iconfont图标 --- app.wxss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app.wxss b/app.wxss index 5db3026..5d657ef 100644 --- a/app.wxss +++ b/app.wxss @@ -743,9 +743,13 @@ background: #ffe3e2; /* 图标字体(ty) */ @font-face { font-family: 'iconfont'; /* Project id 2054717 */ - src: url('//at.alicdn.com/t/font_2054717_6zy7kdfme7p.woff2?t=1645171185225') format('woff2'), - url('//at.alicdn.com/t/font_2054717_6zy7kdfme7p.woff?t=1645171185225') format('woff'), - url('//at.alicdn.com/t/font_2054717_6zy7kdfme7p.ttf?t=1645171185225') format('truetype'); + src: url('//at.alicdn.com/t/font_2054717_f0dh5dgis1.woff2?t=1645174692674') format('woff2'), + url('//at.alicdn.com/t/font_2054717_f0dh5dgis1.woff?t=1645174692674') format('woff'), + url('//at.alicdn.com/t/font_2054717_f0dh5dgis1.ttf?t=1645174692674') format('truetype'); +} + +.icon-suoxiao:before { + content: "\e7af"; } .icon-yanjing-kai:before { -- libgit2 0.21.4