mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-16 06:03:42 +08:00
refactor: 更新 iconfont 图标,增加打赏二维码弹窗
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user