From 663542a4559f8968efbc02cb883e188d82418540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=B3=E6=B8=85=E7=88=BD?= Date: Tue, 25 Mar 2025 14:26:25 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=A7=81=E5=9F=9F=E6=93=8D=E7=9B=98?= =?UTF-8?q?=E6=89=8B=E3=80=91=20=E6=93=8D=E7=9B=98=E6=89=8B=E7=AB=AFUI=20-?= =?UTF-8?q?=20=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cunkebao/pages.json | 7 + Cunkebao/pages/device/index.vue | 558 ++++++++++++++++++++++++ Cunkebao/pages/profile/index.vue | 14 +- Cunkebao/pages/scenarios/index.vue | 2 - Cunkebao/static/images/icons/filter.svg | 9 + 5 files changed, 580 insertions(+), 10 deletions(-) create mode 100644 Cunkebao/pages/device/index.vue create mode 100644 Cunkebao/static/images/icons/filter.svg diff --git a/Cunkebao/pages.json b/Cunkebao/pages.json index 0e77c8ab..1acf943d 100644 --- a/Cunkebao/pages.json +++ b/Cunkebao/pages.json @@ -21,6 +21,13 @@ "navigationBarTitleText": "我的" } }, + { + "path": "pages/device/index", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "设备管理" + } + }, { "path": "pages/scenarios/index", "style": { diff --git a/Cunkebao/pages/device/index.vue b/Cunkebao/pages/device/index.vue new file mode 100644 index 00000000..bd2f5446 --- /dev/null +++ b/Cunkebao/pages/device/index.vue @@ -0,0 +1,558 @@ + + + + + + \ No newline at end of file diff --git a/Cunkebao/pages/profile/index.vue b/Cunkebao/pages/profile/index.vue index 9e71001e..7f6deeb4 100644 --- a/Cunkebao/pages/profile/index.vue +++ b/Cunkebao/pages/profile/index.vue @@ -4,7 +4,7 @@ 我的 - + @@ -161,14 +161,14 @@ export default { min-height: 90vh; background-color: #f9fafb; position: relative; - padding-top: 50rpx; + padding-top: 46rpx; } .header { display: flex; justify-content: space-between; align-items: center; - padding: 25rpx 30rpx; + padding: 30rpx 30rpx; background-color: #fff; border-bottom: 1px solid #e9e9e9; position: fixed; @@ -178,9 +178,7 @@ export default { z-index: 999; .title { - font-size: 45rpx; - font-weight: bold; - color: #2664ec; + font-size: 40rpx; } .header-icons { @@ -197,7 +195,7 @@ export default { margin: 35rpx; margin-top: 120rpx; background-color: #fff; - border-radius: 16rpx; + border-radius: 35rpx; padding: 50rpx; display: flex; align-items: center; @@ -255,7 +253,7 @@ export default { .menu-list { margin: 35rpx; background-color: #fff; - border-radius: 16rpx; + border-radius: 35rpx; overflow: hidden; box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.05); diff --git a/Cunkebao/pages/scenarios/index.vue b/Cunkebao/pages/scenarios/index.vue index aecd8de3..7eb63cce 100644 --- a/Cunkebao/pages/scenarios/index.vue +++ b/Cunkebao/pages/scenarios/index.vue @@ -310,8 +310,6 @@ export default { .title { position: absolute; font-size: 40rpx; - font-weight: bold; - color: #2563EB; float: left; margin-left: 70rpx; } diff --git a/Cunkebao/static/images/icons/filter.svg b/Cunkebao/static/images/icons/filter.svg new file mode 100644 index 00000000..4872a6b3 --- /dev/null +++ b/Cunkebao/static/images/icons/filter.svg @@ -0,0 +1,9 @@ + + + + \ No newline at end of file