From d1d1bf3e180e22faf1fc64b052835a7fc3ecdd3e Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Tue, 18 Jul 2023 16:30:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA/=E4=B8=AD=E4=BB=8B=E6=88=BF?= =?UTF-8?q?=E6=BA=90=20=20=E6=B1=82=E6=88=BF=E6=BA=90=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/homeImage/needHousingCorner.svg | 6 + .../biserialListItem/biserialListItem.vue | 88 ++++++----- src/components/checkGroup/checkBoxGroup.vue | 11 +- .../indexSeachInfo/indexSeachInfo.vue | 4 +- src/components/pageTopBar/pageTopBar.vue | 6 +- src/components/seachModule/seachModule.vue | 43 ++++-- src/components/selectTabBox/selectTabBox.vue | 127 ++++++++++------ src/main.js | 1 - src/toolJs/downLoadMore.js | 18 +++ src/utils/api.js | 4 + src/views/HomeView.vue | 1 - src/views/housingView/intermediary.vue | 133 ++++++++++++++++- src/views/housingView/needHousing.vue | 138 +++++++++++++++++- src/views/housingView/person.vue | 138 +++++++++++++----- 14 files changed, 561 insertions(+), 157 deletions(-) create mode 100644 src/assets/homeImage/needHousingCorner.svg create mode 100644 src/toolJs/downLoadMore.js diff --git a/src/assets/homeImage/needHousingCorner.svg b/src/assets/homeImage/needHousingCorner.svg new file mode 100644 index 0000000..388090f --- /dev/null +++ b/src/assets/homeImage/needHousingCorner.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/components/biserialListItem/biserialListItem.vue b/src/components/biserialListItem/biserialListItem.vue index 0bcc6ba..ca3cfaa 100644 --- a/src/components/biserialListItem/biserialListItem.vue +++ b/src/components/biserialListItem/biserialListItem.vue @@ -1,52 +1,60 @@ \ No newline at end of file diff --git a/src/views/housingView/needHousing.vue b/src/views/housingView/needHousing.vue index 82d115d..5cca5d3 100644 --- a/src/views/housingView/needHousing.vue +++ b/src/views/housingView/needHousing.vue @@ -1,25 +1,140 @@ \ No newline at end of file diff --git a/src/views/housingView/person.vue b/src/views/housingView/person.vue index f961189..7738018 100644 --- a/src/views/housingView/person.vue +++ b/src/views/housingView/person.vue @@ -1,17 +1,22 @@ @@ -118,5 +167,16 @@ img { .mg-t-35 { margin-top: 35px; } + +.no-list-box { + height: 500px; + background: inherit; + background-color: rgba(255, 255, 255, 1); + border: none; + border-radius: 16px; + -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196); + -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196); + box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196); +} \ No newline at end of file