refactor: 更新 iconfont 图标,增加打赏二维码弹窗

This commit is contained in:
RockYang
2023-06-21 15:34:38 +08:00
parent 40a4ab5410
commit be3380aaf3
12 changed files with 176 additions and 84 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4125778 */
src: url('iconfont.woff2?t=1687320603149') format('woff2'),
url('iconfont.woff?t=1687320603149') format('woff'),
url('iconfont.ttf?t=1687320603149') format('truetype');
src: url('iconfont.woff2?t=1687330009953') format('woff2'),
url('iconfont.woff?t=1687330009953') format('woff'),
url('iconfont.ttf?t=1687330009953') format('truetype');
}
.iconfont {
@@ -13,6 +13,22 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-wechat-pay:before {
content: "\e639";
}
.icon-donate:before {
content: "\e7ee";
}
.icon-reward:before {
content: "\e6c7";
}
.icon-bell:before {
content: "\e887";
}
.icon-home:before {
content: "\e6cb";
}