mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:41:02 +08:00
iconfont样式优化
This commit is contained in:
51
src/assets/iconfont/iconfont.css
Normal file
51
src/assets/iconfont/iconfont.css
Normal file
@@ -0,0 +1,51 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 3943555 */
|
||||
src: url('iconfont.woff2?t=1678435002469') format('woff2'),
|
||||
url('iconfont.woff?t=1678435002469') format('woff'),
|
||||
url('iconfont.ttf?t=1678435002469') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-icon-video:before {
|
||||
content: "\e73f";
|
||||
}
|
||||
|
||||
.icon-icon-home:before {
|
||||
content: "\e737";
|
||||
}
|
||||
|
||||
.icon-icon-category:before {
|
||||
content: "\e738";
|
||||
}
|
||||
|
||||
.icon-icon-file:before {
|
||||
content: "\e739";
|
||||
}
|
||||
|
||||
.icon-icon-study:before {
|
||||
content: "\e73a";
|
||||
}
|
||||
|
||||
.icon-icon-user:before {
|
||||
content: "\e73b";
|
||||
}
|
||||
|
||||
.icon-icon-setting:before {
|
||||
content: "\e73c";
|
||||
}
|
||||
|
||||
.icon-icon-password:before {
|
||||
content: "\e73d";
|
||||
}
|
||||
|
||||
.icon-a-icon-logout:before {
|
||||
content: "\e73e";
|
||||
}
|
||||
|
||||
BIN
src/assets/iconfont/iconfont.ttf
Normal file
BIN
src/assets/iconfont/iconfont.ttf
Normal file
Binary file not shown.
BIN
src/assets/iconfont/iconfont.woff
Normal file
BIN
src/assets/iconfont/iconfont.woff
Normal file
Binary file not shown.
BIN
src/assets/iconfont/iconfont.woff2
Normal file
BIN
src/assets/iconfont/iconfont.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user