From 0238efb16ff68f088dae1bda8aecde377f51c058 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Fri, 3 Jan 2025 21:53:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TitleTip/index.vue | 5 +- src/pages.json | 7 + src/pages/class-page/index.vue | 210 ++++++++++++++++++++++++++++++ src/pages/index/index.vue | 157 +++++++++++----------- src/pages/my/index.vue | 27 ++-- src/pages/order-details/index.vue | 11 +- src/static/index/4sbfn 拷贝.png | Bin 0 -> 9615 bytes src/static/index/8 dfsg拷贝.png | Bin 0 -> 11278 bytes src/static/index/class-left.png | Bin 0 -> 9615 bytes src/static/index/class-right.png | Bin 0 -> 11278 bytes src/static/index/home-bg.png | Bin 0 -> 224726 bytes vite.config.js | 4 +- 12 files changed, 330 insertions(+), 91 deletions(-) create mode 100644 src/pages/class-page/index.vue create mode 100644 src/static/index/4sbfn 拷贝.png create mode 100644 src/static/index/8 dfsg拷贝.png create mode 100644 src/static/index/class-left.png create mode 100644 src/static/index/class-right.png create mode 100644 src/static/index/home-bg.png diff --git a/src/components/TitleTip/index.vue b/src/components/TitleTip/index.vue index 21ced64..4141e5f 100644 --- a/src/components/TitleTip/index.vue +++ b/src/components/TitleTip/index.vue @@ -23,10 +23,11 @@ const props = defineProps({ padding: 8px 0; } .title-tip view:first-child { - width: 5px; - height: 18px; + width: 4px; + height: 16px; background-color: $el-color-primary; margin-right: 6px; + border-radius: 2px; } .title-tip view { diff --git a/src/pages.json b/src/pages.json index 0f42434..778e24c 100644 --- a/src/pages.json +++ b/src/pages.json @@ -167,6 +167,13 @@ "style": { "navigationStyle": "custom" } + }, + // 分类管理 + { + "path": "pages/class-page/index", + "style": { + "navigationStyle": "custom" + } } ], "tabBar": { diff --git a/src/pages/class-page/index.vue b/src/pages/class-page/index.vue new file mode 100644 index 0000000..76a28f5 --- /dev/null +++ b/src/pages/class-page/index.vue @@ -0,0 +1,210 @@ + + + + + diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index d35dc45..6116ac7 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -1,9 +1,30 @@