From 4ff490792dd8d0890d50443361d0837a91cfe97a Mon Sep 17 00:00:00 2001 From: taiyuan Date: Tue, 8 Jun 2021 09:55:30 +0800 Subject: [PATCH] 新增iconfont - app.wxss --- app.wxss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app.wxss b/app.wxss index 552eb48..51e5315 100644 --- a/app.wxss +++ b/app.wxss @@ -671,9 +671,9 @@ background: #ffe3e2; /* 图标字体(ty) */ @font-face { font-family: 'iconfont'; /* Project id 2054717 */ - src: url('//at.alicdn.com/t/font_2054717_f0lv6m3iryg.woff2?t=1621240949872') format('woff2'), - url('//at.alicdn.com/t/font_2054717_f0lv6m3iryg.woff?t=1621240949872') format('woff'), - url('//at.alicdn.com/t/font_2054717_f0lv6m3iryg.ttf?t=1621240949872') format('truetype'); + src: url('//at.alicdn.com/t/font_2054717_vx6pr6zmhth.woff2?t=1623117016358') format('woff2'), + url('//at.alicdn.com/t/font_2054717_vx6pr6zmhth.woff?t=1623117016358') format('woff'), + url('//at.alicdn.com/t/font_2054717_vx6pr6zmhth.ttf?t=1623117016358') format('truetype'); } .iconfont { @@ -684,6 +684,10 @@ background: #ffe3e2; -moz-osx-font-smoothing: grayscale; } +.icon-plyy:before { + content: "\e729"; +} + .icon-sandian:before { content: "\e665"; } -- libgit2 0.21.4