公寓详情自动换行
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
<div class="dis-f jus-x no-list-box al-item" v-show="dataList.data && dataList.data.length === 0">
|
||||
<noList hint-text-two="建议放宽筛选条件"></noList>
|
||||
</div>
|
||||
|
||||
<!-- 其他附近房源 -->
|
||||
<!-- <div class="other-nearby-listings-box flexcenter">没有找到更多房源,为您推荐其他附近房源</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<loadMoreText :loadText="loadingText" v-show="dataList.data && dataList.data.length > 0"></loadMoreText>
|
||||
@@ -186,4 +189,12 @@ img {
|
||||
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
|
||||
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
|
||||
}
|
||||
.other-nearby-listings-box {
|
||||
width: 100%;
|
||||
height: 32px;
|
||||
color: #525151;
|
||||
background: rgba(245, 251, 255, 1);
|
||||
font-size: 14px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user