diff --git a/src/assets/img/publicImage/logo.png b/src/assets/img/publicImage/logo.png new file mode 100644 index 0000000..a1a4e55 Binary files /dev/null and b/src/assets/img/publicImage/logo.png differ diff --git a/src/components/biserialListItem/biserialListItem.vue b/src/components/biserialListItem/biserialListItem.vue index dcec2e6..a07a83d 100644 --- a/src/components/biserialListItem/biserialListItem.vue +++ b/src/components/biserialListItem/biserialListItem.vue @@ -246,7 +246,7 @@ img { .text-img { width: 81px; - height: 81px; + // height: 81px; position: absolute; left: 35px; } diff --git a/src/components/public/public-list-item.vue b/src/components/public/public-list-item.vue index 86a3514..dec54dc 100644 --- a/src/components/public/public-list-item.vue +++ b/src/components/public/public-list-item.vue @@ -334,7 +334,7 @@ img { .text-img { width: 81px; - height: 81px; + // height: 81px; position: absolute; left: 35px; } diff --git a/src/views/apartmentDetail.vue b/src/views/apartmentDetail.vue index 72c4e5c..66bde43 100644 --- a/src/views/apartmentDetail.vue +++ b/src/views/apartmentDetail.vue @@ -635,7 +635,7 @@
全部 {{ spotSum + returnSum }}
寄托实地考察 {{ spotSum }}
-
寄托回访 {{ returnSum }}
+
寄托回访 {{ returnSum }}
diff --git a/src/views/detail.vue b/src/views/detail.vue index 3dc5788..347c0a5 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -8,7 +8,7 @@
-
+
@@ -28,7 +28,7 @@
-
+
@@ -38,8 +38,8 @@ {{ housingInfo["data"] && housingInfo["data"].isfav ? housingInfo["data"] && housingInfo["data"]["info"].count_fav : "收藏" }}
-
-
+
+
转发 @@ -428,9 +428,7 @@
如房源信息中有内容侵犯了您的合法权益,可点击屏幕右侧的举报或联系寄托方同学(微信号 -
- -
+ @@ -3148,4 +3146,10 @@ img { } } } + +.btn-item { + flex: 1; + justify-content: center; + height: 100%; +}