feat: 调整项目结构
This commit is contained in:
17
src/static/fonts/iconfont.css
Normal file
17
src/static/fonts/iconfont.css
Normal file
@@ -0,0 +1,17 @@
|
||||
@font-face {
|
||||
font-family: "ZhiNian"; /* Project id 4988933 */
|
||||
src: url("/static/fonts/iconfont.ttf") format("truetype");
|
||||
}
|
||||
|
||||
.ZhiNian {
|
||||
font-family: "ZhiNian" !important;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.zn-food:before {
|
||||
content: "\e607";
|
||||
}
|
||||
|
||||
.zn-clock:before {
|
||||
content: "\e600";
|
||||
}
|
||||
BIN
src/static/fonts/iconfont.ttf
Normal file
BIN
src/static/fonts/iconfont.ttf
Normal file
Binary file not shown.
22
src/static/fonts/znicons.js
Normal file
22
src/static/fonts/znicons.js
Normal file
@@ -0,0 +1,22 @@
|
||||
export const zniconsMap = {
|
||||
"zn-wifi": "\ue681",
|
||||
"zn-bath": "\ue682",
|
||||
"zn-frame": "\ue683",
|
||||
"zn-shower-gel": "\ue684",
|
||||
"zn-a-washingmachine": "\ue685",
|
||||
"zn-live": "\ue686",
|
||||
"zn-user": "\ue687",
|
||||
"zn-dish-cover": "\ue688",
|
||||
"zn-glass-cup": "\ue689",
|
||||
"zn-check-circle": "\ue68a",
|
||||
"zn-send-filled": "\ue68b",
|
||||
"zn-nav-arrow-right": "\ue68c",
|
||||
"zn-nav-arrow-left": "\ue68d",
|
||||
"zn-nav-arrow-down": "\ue68e",
|
||||
"zn-fast-arrow-down": "\ue68f",
|
||||
"zn-nav-arrow-up": "\ue690",
|
||||
"zn-microphone": "\ue691",
|
||||
"zn-warning-check-in": "\ue692",
|
||||
"zn-refund": "\ue693",
|
||||
"zn-warning-circle": "\ue694",
|
||||
};
|
||||
BIN
src/static/fonts/znicons.ttf
Normal file
BIN
src/static/fonts/znicons.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user