diff --git a/src/assets/img/publicImage/inspect-icon.png b/src/assets/img/publicImage/inspect-icon.png new file mode 100644 index 0000000..a44f14c Binary files /dev/null and b/src/assets/img/publicImage/inspect-icon.png differ diff --git a/src/assets/img/publicImage/more-recommend.png b/src/assets/img/publicImage/more-recommend.png new file mode 100644 index 0000000..fb0e1d5 Binary files /dev/null and b/src/assets/img/publicImage/more-recommend.png differ diff --git a/src/assets/img/publicImage/return-visit.png b/src/assets/img/publicImage/return-visit.png new file mode 100644 index 0000000..12e8d38 Binary files /dev/null and b/src/assets/img/publicImage/return-visit.png differ diff --git a/src/assets/styles/apartmentDetail.css b/src/assets/styles/apartmentDetail.css index c8e77a3..f5a1d5a 100644 --- a/src/assets/styles/apartmentDetail.css +++ b/src/assets/styles/apartmentDetail.css @@ -393,7 +393,7 @@ font-weight: 400; font-size: 14px; color: #7f7f7f; - padding: 0 17px; + padding: 0 12px; cursor: pointer; } .content .operate-box-bj .operate-box .nav-box .nav-item:hover { @@ -651,6 +651,7 @@ border-radius: 16px; margin-right: 20px; position: relative; + cursor: pointer; } .content .details-box .details-left .type-box .item .media .icon { width: 110px; @@ -760,6 +761,8 @@ margin-right: 8px; } .content .details-box .details-left .type-box .item .btn .full-rent { + width: 100px; + height: 36px; font-size: 15px; color: #aaaaaa; background-color: #f2f2f2; diff --git a/src/assets/styles/apartmentDetail.less b/src/assets/styles/apartmentDetail.less index bbbf090..41199be 100644 --- a/src/assets/styles/apartmentDetail.less +++ b/src/assets/styles/apartmentDetail.less @@ -515,7 +515,7 @@ font-weight: 400; font-size: 14px; color: #7f7f7f; - padding: 0 17px; + padding: 0 12px; cursor: pointer; &:hover { @@ -833,7 +833,7 @@ border-radius: 16px; margin-right: 20px; position: relative; - + cursor: pointer; .icon { width: 110px; height: 110px; @@ -963,6 +963,8 @@ } .full-rent { + width: 100px; + height: 36px; font-size: 15px; color: #aaaaaa; background-color: rgba(242, 242, 242, 1); diff --git a/src/components/apartment/seachModule.vue b/src/components/apartment/seachModule.vue index a46db07..1110e39 100644 --- a/src/components/apartment/seachModule.vue +++ b/src/components/apartment/seachModule.vue @@ -72,7 +72,7 @@ -
+
筛选
:学校附近
| @@ -185,98 +185,6 @@
-
-
-
品牌
-
- -
- {{ brandKey[pitchValue["companyid"]] || "不限" }} - -
- -
-
-
- -
-
房型
-
- -
- {{ roomTypeKey[pitchValue["roomtype"]] || "不限" }} - -
- -
-
-
- -
-
楼型
-
- -
- {{ roomlistingsKey[pitchValue["roomlistings"]] || "不限" }} - -
- -
-
-
- - - -
@@ -354,6 +262,7 @@ let pitchValue = ref({ school: 0, roomlistings: 0, keyword: "", + tag: "", }); watchEffect(() => { @@ -455,8 +364,6 @@ let deleteSeachVal = (i) => { }; const tagList = ["单人间", "大床房", "独立卫浴", "两房整租", "电梯"]; -let tag = ref(""); // 标签筛选选择 - diff --git a/src/views/edit.vue b/src/views/edit.vue index 2b1ee9e..8837add 100644 --- a/src/views/edit.vue +++ b/src/views/edit.vue @@ -311,7 +311,7 @@
- +