From 5a918cda3efd3e89b8f4fb226c2b598eaa7cccd7 Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Thu, 13 Jul 2023 18:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E6=88=BF=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/homeImage/topAuthenticationBg.svg | 12 + .../biserialListItem/biserialListItem.vue | 261 ++++++++++++++++++ src/components/pageTopBar/pageTopBar.vue | 48 +++- src/components/seachModule/seachModule.vue | 51 ++-- src/components/selectTabBox/selectTabBox.vue | 2 +- src/views/HomeView.vue | 3 +- src/views/housingView/person.vue | 39 ++- 7 files changed, 367 insertions(+), 49 deletions(-) create mode 100644 src/assets/homeImage/topAuthenticationBg.svg create mode 100644 src/components/biserialListItem/biserialListItem.vue diff --git a/src/assets/homeImage/topAuthenticationBg.svg b/src/assets/homeImage/topAuthenticationBg.svg new file mode 100644 index 0000000..4b73ee1 --- /dev/null +++ b/src/assets/homeImage/topAuthenticationBg.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/biserialListItem/biserialListItem.vue b/src/components/biserialListItem/biserialListItem.vue new file mode 100644 index 0000000..0c56517 --- /dev/null +++ b/src/components/biserialListItem/biserialListItem.vue @@ -0,0 +1,261 @@ + + + + + + + + + + 123456789 + + + + + + {{ item }} + + + + + 九龙 > 尖沙咀/佐敦 + + + HK$ + 5600 + /月 + + + + + + + + + + + 123 + 456456 + + + + + + + + + \ No newline at end of file diff --git a/src/components/pageTopBar/pageTopBar.vue b/src/components/pageTopBar/pageTopBar.vue index 814fb27..e13a241 100644 --- a/src/components/pageTopBar/pageTopBar.vue +++ b/src/components/pageTopBar/pageTopBar.vue @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ - + @@ -31,14 +31,13 @@ - + {{ item.name }} - @@ -48,11 +47,33 @@ \ No newline at end of file