add geek payment

This commit is contained in:
RockYang
2024-09-18 07:03:46 +08:00
parent 603bfa7def
commit 158db83965
19 changed files with 355 additions and 391 deletions

View File

@@ -110,6 +110,7 @@
overflow hidden
cursor pointer
transition: all 0.3s ease; /* */
margin-bottom 20px
.image-container {
display flex
@@ -175,10 +176,11 @@
.pay-way {
padding 10px 0
display flex
justify-content: space-between
justify-content: center
flex-wrap wrap
.iconfont {
margin-right 5px
.el-button {
margin 10px 5px 0 5px
}
}
}

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4125778 */
src: url('iconfont.woff2?t=1725929120246') format('woff2'),
url('iconfont.woff?t=1725929120246') format('woff'),
url('iconfont.ttf?t=1725929120246') format('truetype');
src: url('iconfont.woff2?t=1726612860394') format('woff2'),
url('iconfont.woff?t=1726612860394') format('woff'),
url('iconfont.ttf?t=1726612860394') format('truetype');
}
.iconfont {
@@ -13,6 +13,22 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-douyin:before {
content: "\e852";
}
.icon-paypal:before {
content: "\e60f";
}
.icon-qq:before {
content: "\e69f";
}
.icon-jd-pay:before {
content: "\e8dd";
}
.icon-luma:before {
content: "\e704";
}

File diff suppressed because one or more lines are too long

View File

@@ -5,6 +5,34 @@
"css_prefix_text": "icon-",
"description": "",
"glyphs": [
{
"icon_id": "22174321",
"name": "抖音支付",
"font_class": "douyin",
"unicode": "e852",
"unicode_decimal": 59474
},
{
"icon_id": "1238433",
"name": "social-paypal",
"font_class": "paypal",
"unicode": "e60f",
"unicode_decimal": 58895
},
{
"icon_id": "1244217",
"name": "qq",
"font_class": "qq",
"unicode": "e69f",
"unicode_decimal": 59039
},
{
"icon_id": "18166714",
"name": "京东支付",
"font_class": "jd-pay",
"unicode": "e8dd",
"unicode_decimal": 59613
},
{
"icon_id": "41645421",
"name": "luma-logo",

Binary file not shown.