后期修改完善,上线版本

This commit is contained in:
2025-11-12 18:11:11 +08:00
parent c54f9c9976
commit 8f57683dd5
98 changed files with 2110 additions and 867 deletions

View File

@ -3,7 +3,7 @@
<IntegratedLayout>
<div class="content">
<div class="bread-menu">
<span>AI Hub</span>
<span>Learn</span>
<i class="el-icon-arrow-right"></i>
<span class="crumbs gradient-color">{{$route.name}}</span>
</div>
@ -28,13 +28,25 @@ export default {
padding-bottom: 100px;
.bread-menu {
font-size: $mid-font-size;
margin: 100px 0;
font-family: 'Poppins-Medium', serif;
margin: 24px 0 16px;
font-family: 'Poppins-Medium';
.crumbs {
font-family: 'Poppins-SemiBold', serif;
font-family: 'Poppins-SemiBold';
font-weight: 600;
}
}
.title {
font-weight: bold;
font-size: $huge-font-size1;
font-family: 'Poppins-Bold';
}
.description {
font-size: $big-font-size;
color: $grey-color;
font-family: 'Poppins-Medium';
}
}
</style>