@@ -71,12 +75,15 @@
-
+
@@ -134,9 +141,14 @@ let itemData = props.data
margin-left: 3px;
}
-.pd-b-10{
- padding-bottom:10px;
+.pd-b-10 {
+ padding-bottom: 10px;
}
+
+.waterfall-box-housing {
+ border-radius: 16px 16px 35px 16px !important;
+}
+
.waterfall-box {
width: 285px;
background: inherit;
@@ -229,6 +241,10 @@ let itemData = props.data
text-overflow: ellipsis;
word-break: break-all;
margin-top: 8px;
+ overflow: hidden;
+ display: -webkit-box;
+ -webkit-line-clamp: 3;
+ -webkit-box-orient: vertical;
.type {
width: 40px;
@@ -317,8 +333,8 @@ let itemData = props.data
font-size: 15px;
color: #000000;
width: 120px;
- overflow: hidden;
- text-overflow: ellipsis;
+ overflow: hidden;
+ text-overflow: ellipsis;
white-space: nowrap;
}
@@ -348,8 +364,10 @@ let itemData = props.data
.apartment-img {
width: 275px;
+ height: 193px;
border-radius: 10px;
margin: 5px auto;
+ object-fit: cover;
}
.apartment-top {
@@ -376,15 +394,16 @@ let itemData = props.data
}
.live-img {
- width: 301px;
- height: 349px;
+ width: 285px;
+ /* height: 349px; */
border-radius: 16px;
+ margin-bottom: 20px;
+ cursor: pointer;
}
.live-img:hover {
-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
diff --git a/src/components/pageTopBar/pageTopBar.vue b/src/components/pageTopBar/pageTopBar.vue
index c627d5a..7398a5b 100644
--- a/src/components/pageTopBar/pageTopBar.vue
+++ b/src/components/pageTopBar/pageTopBar.vue
@@ -136,6 +136,7 @@ let topTabSelect=(type,item)=>{
color: rgba(215, 215, 215, 0.988235294117647);
text-align: center;
margin-right: 20px;
+ cursor: pointer;
}
.index-top-navigation-box .navigation-text-click {
@@ -193,6 +194,7 @@ let topTabSelect=(type,item)=>{
font-style: normal;
font-size: 18px;
color: #E2EDF7;
+ cursor: pointer;
}
.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn-click {
diff --git a/src/components/seachModule/seachModule.vue b/src/components/seachModule/seachModule.vue
index 0795114..8dd9ce1 100644
--- a/src/components/seachModule/seachModule.vue
+++ b/src/components/seachModule/seachModule.vue
@@ -12,9 +12,9 @@