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