add bind mobile, bind email, bind wechat function is ready

This commit is contained in:
RockYang
2024-08-14 15:56:50 +08:00
parent 43843b92f2
commit aa42d38387
18 changed files with 386 additions and 65 deletions

View File

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