mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-16 06:03:42 +08:00
Geek Pay notify is ready
This commit is contained in:
@@ -181,6 +181,27 @@
|
||||
|
||||
.el-button {
|
||||
margin 10px 5px 0 5px
|
||||
padding 0
|
||||
|
||||
.icon-alipay,.icon-wechat-pay {
|
||||
color #ffffff
|
||||
}
|
||||
.icon-qq {
|
||||
color #15A6E8
|
||||
font-size 24px
|
||||
}
|
||||
.icon-jd-pay {
|
||||
color #ffffff
|
||||
font-size 24px
|
||||
}
|
||||
.icon-douyin {
|
||||
color #0a0a0a
|
||||
font-size 22px
|
||||
}
|
||||
.icon-paypal {
|
||||
font-size 14px
|
||||
color #009CDE
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4125778 */
|
||||
src: url('iconfont.woff2?t=1726612860394') format('woff2'),
|
||||
url('iconfont.woff?t=1726612860394') format('woff'),
|
||||
url('iconfont.ttf?t=1726612860394') format('truetype');
|
||||
src: url('iconfont.woff2?t=1726622198991') format('woff2'),
|
||||
url('iconfont.woff?t=1726622198991') format('woff'),
|
||||
url('iconfont.ttf?t=1726622198991') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,12 +13,12 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-douyin:before {
|
||||
content: "\e852";
|
||||
.icon-paypal:before {
|
||||
content: "\e666";
|
||||
}
|
||||
|
||||
.icon-paypal:before {
|
||||
content: "\e60f";
|
||||
.icon-douyin:before {
|
||||
content: "\e8db";
|
||||
}
|
||||
|
||||
.icon-qq:before {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -6,18 +6,18 @@
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "22174321",
|
||||
"name": "抖音支付",
|
||||
"font_class": "douyin",
|
||||
"unicode": "e852",
|
||||
"unicode_decimal": 59474
|
||||
"icon_id": "7443846",
|
||||
"name": "PayPal",
|
||||
"font_class": "paypal",
|
||||
"unicode": "e666",
|
||||
"unicode_decimal": 58982
|
||||
},
|
||||
{
|
||||
"icon_id": "1238433",
|
||||
"name": "social-paypal",
|
||||
"font_class": "paypal",
|
||||
"unicode": "e60f",
|
||||
"unicode_decimal": 58895
|
||||
"icon_id": "18166694",
|
||||
"name": "抖音",
|
||||
"font_class": "douyin",
|
||||
"unicode": "e8db",
|
||||
"unicode_decimal": 59611
|
||||
},
|
||||
{
|
||||
"icon_id": "1244217",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user