feat: import iconfont styles, change password function is ready

This commit is contained in:
RockYang
2023-06-16 17:28:21 +08:00
parent 111572e3f2
commit 7fd0b1fa08
13 changed files with 231 additions and 13 deletions

View File

@@ -0,0 +1,31 @@
@font-face {
font-family: "iconfont"; /* Project id 4125778 */
src: url('iconfont.woff2?t=1686901862117') format('woff2'),
url('iconfont.woff?t=1686901862117') format('woff'),
url('iconfont.ttf?t=1686901862117') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-password:before {
content: "\e62a";
}
.icon-send:before {
content: "\e604";
}
.icon-logout:before {
content: "\e62e";
}
.icon-github:before {
content: "\e66f";
}