This commit is contained in:
parent
6bd14950a4
commit
891e7df1cd
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -2,7 +2,7 @@
|
||||||
* @Author: hisense.liangjunhua
|
* @Author: hisense.liangjunhua
|
||||||
* @Date: 2022-06-19 10:11:03
|
* @Date: 2022-06-19 10:11:03
|
||||||
* @LastEditors: hisense.liangjunhua
|
* @LastEditors: hisense.liangjunhua
|
||||||
* @LastEditTime: 2022-06-19 10:21:04
|
* @LastEditTime: 2022-06-19 10:27:46
|
||||||
* @Description: 告诉大家这是什么
|
* @Description: 告诉大家这是什么
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
|
@ -23,4 +23,26 @@
|
||||||
import DataResources from '@/views/capabilityCloud/components/DataResources.vue'
|
import DataResources from '@/views/capabilityCloud/components/DataResources.vue'
|
||||||
import KnowledgeBase from '@/views/capabilityCloud/components/KnowledgeBase.vue'
|
import KnowledgeBase from '@/views/capabilityCloud/components/KnowledgeBase.vue'
|
||||||
</script>
|
</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>
|
||||||
|
|
Loading…
Reference in New Issue