Geek Pay notify is ready

This commit is contained in:
RockYang
2024-09-18 18:07:49 +08:00
parent 158db83965
commit d8cb92d8d4
16 changed files with 270 additions and 544 deletions

View File

@@ -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
}
}
}
}

View File

@@ -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

View File

@@ -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.