diff --git a/src/assets/images/subject-banner.png b/src/assets/images/subject-banner.png
new file mode 100644
index 0000000..b1b5313
Binary files /dev/null and b/src/assets/images/subject-banner.png differ
diff --git a/src/router/index.js b/src/router/index.js
index 50e4a12..759db19 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -42,7 +42,11 @@ const router = createRouter({
},
{
path: 'subject',
- component: () => import('@/views/Subject/index.vue')
+ component: () => import('@/views/CatalogResource/index.vue')
+ },
+ {
+ path: 'subSubject',
+ component: () => import('@/views/SubCatalogResource/index.vue')
},
{
path: 'category/:id',
diff --git a/src/views/CatalogResource/index.vue b/src/views/CatalogResource/index.vue
new file mode 100644
index 0000000..d13964d
--- /dev/null
+++ b/src/views/CatalogResource/index.vue
@@ -0,0 +1,117 @@
+
+
+
+
+ 首页
+ 专题资源
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 专题资源
+
+
+ 19个专题
+
+
+
+
+
+
+
+
+ 1790个资源
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Home/components/HomeBanner.vue b/src/views/Home/components/HomeBanner.vue
index c6a38e7..95a2216 100644
--- a/src/views/Home/components/HomeBanner.vue
+++ b/src/views/Home/components/HomeBanner.vue
@@ -28,8 +28,6 @@ import { onMounted, ref } from 'vue'
-
-
\ No newline at end of file
diff --git a/src/views/Subject/index.vue b/src/views/Subject/index.vue
deleted file mode 100644
index 371df66..0000000
--- a/src/views/Subject/index.vue
+++ /dev/null
@@ -1,16 +0,0 @@
-
-
-
- 首页
- 专题资源
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/TextBook/index.vue b/src/views/TextBook/index.vue
index bef721d..c985947 100644
--- a/src/views/TextBook/index.vue
+++ b/src/views/TextBook/index.vue
@@ -133,6 +133,7 @@
+
@@ -250,13 +251,18 @@ const tableSortData = [
font-weight: bold;
}
- .book-des{
+ .book-des {
display: flex;
justify-content: space-between;
- color:#919DA3;
+ color: #919DA3;
padding: 5px 0;
}
+ }
+ .book-page {
+ margin-top: 20px;
+ display: flex;
+ justify-content: end
}
}
\ No newline at end of file