This commit is contained in:
a0049873 2022-06-19 10:28:38 +08:00
parent 6bd14950a4
commit 891e7df1cd
4 changed files with 24 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-19 10:11:03
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-06-19 10:21:04
* @LastEditTime: 2022-06-19 10:27:46
* @Description: 告诉大家这是什么
-->
<template>
@ -23,4 +23,26 @@
import DataResources from '@/views/capabilityCloud/components/DataResources.vue'
import KnowledgeBase from '@/views/capabilityCloud/components/KnowledgeBase.vue'
</script>
<style lang="less" scoped></style>
<style lang="less" scoped>
@font-face {
font-family: 'SourceHanSansCN-Regular';
src: url('~@/assets/capabilityCloud/font/SourceHanSansCN-Regular.otf');
}
@font-face {
font-family: 'DIN-Bold';
src: url('~@/assets/capabilityCloud/font/DIN-Bold.otf');
}
@font-face {
font-family: 'ZhiheiJ-W5.ttf';
src: url('~@/assets/capabilityCloud/font/ZhiheiJ-W5.ttf');
}
.newHome {
font-family: SourceHanSansCN-Regular;
.title {
font-family: ZhiheiJ-W5;
}
.num {
font-family: DIN-Bold;
}
}
</style>