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

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