-
-
-
- homepage
- promotion management
- promotion list
- promotion detail
-
+
+
+
+
+ HK$123456/月
+
+
+
+
+
@@ -31,6 +69,7 @@ import pageTopBar from '../components/pageTopBar/pageTopBar.vue';
import circleBtn from '@/components/public/circle-btn.vue'
import api from "../utils/api";
import footerTool from '@/components/footer/footer.vue'
+import breadcrumb from '../components/detail/breadcrumb.vue'
@@ -69,9 +108,9 @@ img {
justify-content: space-between;
}
-.title-top-box {
- width: 1200px;
- height: 186px;
+.info-box {
+ width: 876px;
+ height: 1650px;
background: inherit;
background-color: rgba(255, 255, 255, 1);
box-sizing: border-box;
@@ -83,10 +122,68 @@ img {
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
font-size: 14px;
- transform: translateY(-38px);
+ padding: 30px 20px;
- .breadcrumb-box {
- padding: 20px;
+ .detail-price-box {
+ font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
+ font-weight: 400;
+ font-size: 16px;
+ color: #555555;
+
+ .rent {
+ font-family: 'Arial-Black', 'Arial Black', sans-serif;
+ font-weight: 900;
+ font-size: 28px;
+ color: #F95D5D;
+ margin: 0 5px;
+ }
+
+ .unit {
+ font-family: 'Arial-Black', 'Arial Black', sans-serif;
+ font-weight: 900;
+ color: #000000;
+ }
+ }
+
+ .detail-condition-box {
+ width: 816px;
+ height: 80px;
+ background: inherit;
+ background-color: rgba(246, 246, 246, 1);
+ border: none;
+ border-radius: 12px;
+ margin-top: 30px;
+
+ .condition-border {
+ border-right: 1px solid #ebebeb;
+ }
+
+ .condition {
+ padding: 15px 0;
+ font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
+ font-weight: 400;
+ font-style: normal;
+ color: #7F7F7F;
+ width: 272px;
+
+ .icon {
+ border: 6px solid #61b1fc;
+ border-top: 6px solid transparent;
+ border-right: 6px solid transparent;
+ border-bottom: 6px solid transparent;
+ margin-right: 10px;
+ }
+
+ .type-text {
+ margin-top: 8px;
+ font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
+ font-weight: 650;
+ font-style: normal;
+ font-size: 17px;
+ color: #000000;
+ margin-left: 22px;
+ }
+ }
}
}
diff --git a/src/views/housingView/intermediary.vue b/src/views/housingView/intermediary.vue
index 6adbf8f..a046a84 100644
--- a/src/views/housingView/intermediary.vue
+++ b/src/views/housingView/intermediary.vue
@@ -101,7 +101,7 @@ let getDataList = (data) => {
//添加数据
let addListData = () => {
let num = null
- if (pageList.tab >= (dataList.count>20?dataList.data.length-2:dataList.count-2)) {
+ if (pageList.tab > (dataList.count>20?dataList.data.length-2:dataList.count-2)) {
if(dataList.data.length>=20){
loading.value = true
}else{
diff --git a/src/views/housingView/needHousing.vue b/src/views/housingView/needHousing.vue
index faf1b23..cd377a2 100644
--- a/src/views/housingView/needHousing.vue
+++ b/src/views/housingView/needHousing.vue
@@ -102,7 +102,7 @@ let getDataList = (data) => {
//添加数据
let addListData = () => {
let num = null
- if (pageList.tab >= (dataList.count>20?dataList.data.length-2:dataList.count-2)) {
+ if (pageList.tab > (dataList.count>20?dataList.data.length-2:dataList.count-2)) {
console.log(dataList.data.length,20,loading.value)
if(dataList.data.length>=20){
loading.value = true
diff --git a/src/views/housingView/person.vue b/src/views/housingView/person.vue
index 963d440..645c261 100644
--- a/src/views/housingView/person.vue
+++ b/src/views/housingView/person.vue
@@ -2,6 +2,9 @@
+
+ 1
+
@@ -107,7 +110,7 @@ let getDataList = (data) => {
//添加数据
let addListData = () => {
let num = null
- if (pageList.tab >= (dataList.count>20?dataList.data.length-2:dataList.count-2)) {
+ if (pageList.tab > (dataList.count>20?dataList.data.length-2:dataList.count-2)) {
if(dataList.data.length>=20){
loading.value = true
}else{
@@ -139,6 +142,11 @@ let downLoadMore = () => {
getDataList(seachSelectData.data)
})
}
+let btns=()=>{
+ router.push({
+ path:'/detail'
+ })
+}
//listImg
onMounted(() => {
diff --git a/src/views/seachIndex.vue b/src/views/seachIndex.vue
index 1d08cdf..7f58ddb 100644
--- a/src/views/seachIndex.vue
+++ b/src/views/seachIndex.vue
@@ -135,7 +135,8 @@ let getDataList = (data) => {
//添加数据
let addListData = () => {
let num = null
- if (pageList.tab >= (dataList.count>20?dataList.data.length-2:dataList.count-2)) {
+ console.log(pageList.tab , (dataList.count>20?dataList.data.length-2:dataList.count-2))
+ if (pageList.tab > (dataList.count>20?dataList.data.length-2:dataList.count-2)) {
if(dataList.data.length>=20){
loading.value = true
}else{