mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-14 21:23:44 +08:00
add bind mobile, bind email, bind wechat function is ready
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4125778 */
|
||||
src: url('iconfont.woff2?t=1723434190230') format('woff2'),
|
||||
url('iconfont.woff?t=1723434190230') format('woff'),
|
||||
url('iconfont.ttf?t=1723434190230') format('truetype');
|
||||
src: url('iconfont.woff2?t=1723593727785') format('woff2'),
|
||||
url('iconfont.woff?t=1723593727785') format('woff'),
|
||||
url('iconfont.ttf?t=1723593727785') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,14 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-email:before {
|
||||
content: "\e670";
|
||||
}
|
||||
|
||||
.icon-mobile:before {
|
||||
content: "\e79a";
|
||||
}
|
||||
|
||||
.icon-drag:before {
|
||||
content: "\e8ec";
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,6 +5,20 @@
|
||||
"css_prefix_text": "icon-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "15838472",
|
||||
"name": "email",
|
||||
"font_class": "email",
|
||||
"unicode": "e670",
|
||||
"unicode_decimal": 58992
|
||||
},
|
||||
{
|
||||
"icon_id": "6151052",
|
||||
"name": "mobile-alt",
|
||||
"font_class": "mobile",
|
||||
"unicode": "e79a",
|
||||
"unicode_decimal": 59290
|
||||
},
|
||||
{
|
||||
"icon_id": "15617554",
|
||||
"name": "drag",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user