提交
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -362,6 +362,7 @@ img {
|
|||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
margin-left:-3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -225,13 +225,14 @@ img {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: -17px;
|
top: -17px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
border-radius: 0 0 16px 0;
|
border-radius: 0 16px 16px 0;
|
||||||
background: rgba(174, 159, 251, 1);
|
background: rgba(174, 159, 251, 1);
|
||||||
width: 22px;
|
width: 22px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.117647058823529);
|
||||||
}
|
}
|
||||||
.intermediary-bg{
|
.intermediary-bg{
|
||||||
background: rgba(173,214,247,1) !important;
|
background: rgba(174,215,249,1) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,11 +1,18 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="box-min-1200-src">
|
<div style="min-width:1200px;overflow-x: scroll;overflow-y: visible;">
|
||||||
<pageTopBar></pageTopBar>
|
<pageTopBar></pageTopBar>
|
||||||
<el-affix :offset="0" z-index="666">
|
<div class="dis-f jus-x al-item">
|
||||||
|
<div class="body-maxWidth mg-t-35">
|
||||||
|
<breadcrumb :data="housingInfo['data']" :operation='setOperation'></breadcrumb>
|
||||||
|
<div class="dis-f jus-bet" style="margin-top: -15px;">
|
||||||
|
<div class="info-box">
|
||||||
|
<div style="position:absolute;top:0;left:0">
|
||||||
|
<el-affix :offset="0" @change="changeTitleType" z-index="666" style="width: 1200px">
|
||||||
<div class="top-bar-box dis-f jus-x" v-if="titleType">
|
<div class="top-bar-box dis-f jus-x" v-if="titleType">
|
||||||
<div class="top-bar dis-f al-item jus-bet">
|
<div class="top-bar dis-f al-item jus-bet">
|
||||||
<div class="dis-f al-item">
|
<div class="dis-f al-item">
|
||||||
<img src="../assets/img/detail/authenticationHousing.png" class="authentication-housing" v-if="pageType == 1 &&
|
<img src="../assets/img/detail/authenticationHousing.png"
|
||||||
|
class="authentication-housing" v-if="pageType == 1 &&
|
||||||
housingInfo['data'] &&
|
housingInfo['data'] &&
|
||||||
housingInfo['data'].info.verified" alt="">
|
housingInfo['data'].info.verified" alt="">
|
||||||
<img src="../assets/homeImage/intermediaryTabImg.png" class="intermediary-logo"
|
<img src="../assets/homeImage/intermediaryTabImg.png" class="intermediary-logo"
|
||||||
@@ -48,9 +55,11 @@
|
|||||||
<div class="tool-btn dis-f al-item jus-x">
|
<div class="tool-btn dis-f al-item jus-x">
|
||||||
<div class="dis-f al-item" @click="setOperation">
|
<div class="dis-f al-item" @click="setOperation">
|
||||||
<img src="../assets/img/detail/collect.png"
|
<img src="../assets/img/detail/collect.png"
|
||||||
v-show="housingInfo['data'] && !housingInfo['data'].isfav" class="tool-icon" alt="">
|
v-show="housingInfo['data'] && !housingInfo['data'].isfav"
|
||||||
|
class="tool-icon" alt="">
|
||||||
<img src="../assets/img/detail/collectT.png"
|
<img src="../assets/img/detail/collectT.png"
|
||||||
v-show="housingInfo['data'] && housingInfo['data'].isfav" class="tool-icon" alt="">
|
v-show="housingInfo['data'] && housingInfo['data'].isfav"
|
||||||
|
class="tool-icon" alt="">
|
||||||
<span>
|
<span>
|
||||||
{{ housingInfo['data'] && housingInfo['data'].isfav ?
|
{{ housingInfo['data'] && housingInfo['data'].isfav ?
|
||||||
housingInfo['data'] && housingInfo['data']['info'].count_fav : '收藏' }}
|
housingInfo['data'] && housingInfo['data']['info'].count_fav : '收藏' }}
|
||||||
@@ -67,7 +76,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="concat-btn-box" :class="{ 'concat-btn-show': concatType }">
|
<div class="concat-btn-box" :class="{ 'concat-btn-show': concatType }">
|
||||||
<div class="contact-btn top-contact-btn" style="margin:0 0 0 10px;" @click="getConcatData">
|
<div class="contact-btn top-contact-btn" style="margin:0 0 0 10px;"
|
||||||
|
@click="getConcatData">
|
||||||
联系方式
|
联系方式
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -75,15 +85,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</el-affix>
|
</el-affix>
|
||||||
<div class="dis-f jus-x al-item">
|
</div>
|
||||||
<div class="body-maxWidth mg-t-35">
|
|
||||||
<breadcrumb :data="housingInfo['data']" :operation='setOperation'></breadcrumb>
|
|
||||||
<div class="dis-f jus-bet" style="margin-top: -15px;">
|
|
||||||
<div class="info-box">
|
|
||||||
<div class="detail-price-box dis-f" style="align-items: end;">
|
<div class="detail-price-box dis-f" style="align-items: end;">
|
||||||
<span class="need-houing-type" v-if="pageType == 3">预算</span>
|
<span class="need-houing-type" v-if="pageType == 3">预算</span>
|
||||||
<span class="unit" :class="{'line-h-17':pageType==3}" :style="{ 'font-size': pageType === 3 ? '20px' : '' }">HK$</span><span
|
<span class="unit" :class="{ 'line-h-17': pageType == 3 }"
|
||||||
class="rent" v-if="pageType != 3">{{
|
:style="{ 'font-size': pageType === 3 ? '20px' : '' }">HK$</span><span class="rent"
|
||||||
|
v-if="pageType != 3">{{
|
||||||
housingInfo['data'] && housingInfo['data'].info.rent }}</span>
|
housingInfo['data'] && housingInfo['data'].info.rent }}</span>
|
||||||
<span class="rent" v-if="pageType == 3">
|
<span class="rent" v-if="pageType == 3">
|
||||||
{{
|
{{
|
||||||
@@ -2242,6 +2249,7 @@ img {
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.line-h-17 {
|
.line-h-17 {
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user