
@@ -18,7 +18,8 @@
popper-style="background: transparent;padding:0;box-shadow: none;border: none;transform: translateX(50px);">
+ @keyup.enter='handleKeyword(pitchValue["keyword"])'
+ style="height:48px;width:460px;">
@@ -70,8 +71,8 @@
微信扫码添加好友
+
-
@@ -347,6 +348,23 @@ const selectOption = (type, value) => {
justify-content: space-between;
}
+.seachPage {
+ .seach-box-bg {
+ background-color: none;
+ box-shadow: none;
+
+
+ .seach-box {
+ transform: translate(0, 0);
+ box-shadow: none;
+
+ .option-area {
+ border-top: none;
+ }
+ }
+ }
+}
+
.seach-box-bg {
background: #d7d7d7;
border-radius: 16px;
diff --git a/src/components/public/head.vue b/src/components/public/head.vue
index 305bf5f..e88c7f8 100644
--- a/src/components/public/head.vue
+++ b/src/components/public/head.vue
@@ -166,20 +166,12 @@ const tabList = [{
transform: translateX(-50%);
margin: 0 auto;
width: 100%;
- // <<<<<<< HEAD
- // height: 47px;
- // =======
height: 50px;
- // >>>>>>> origin/main
background: rgba(0, 0, 0, 0.596078431372549);
border-bottom: 4px solid rgba(78, 144, 204, 1);
.nav-list {
- // <<<<<<< HEAD
- // // background: red;
- // color: #e2edf7;
- // font-size: 18px;
- // =======
+
color: #E2EDF7;
text-align: center;
// >>>>>>> origin/main
diff --git a/src/router/index.js b/src/router/index.js
index bd01a92..2538073 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -98,13 +98,11 @@ const router = createRouter({
router.beforeEach((to, from, next) => {
- // <<<<<<< HEAD
//导航数据
if (/['seachPage','needHousing','intermediaryHousing','personHousing']/.test(from.path)) {
store.state.routeList.secondaryIndex.title = from.meta.title
store.state.routeList.secondaryIndex.path = from.path
}
- // >>>>>>> 542e853 (提交)
next()
let meta = to['meta'] || {}
let title = meta['title']
diff --git a/src/views/apartmentDetail.vue b/src/views/apartmentDetail.vue
index 8262d58..c41e659 100644
--- a/src/views/apartmentDetail.vue
+++ b/src/views/apartmentDetail.vue
@@ -25,21 +25,49 @@
-
+
+
+