提交
This commit is contained in:
parent
15a078f11c
commit
199af74281
@ -82,7 +82,7 @@
|
||||
<div class="info-box">
|
||||
<div class="detail-price-box">
|
||||
<span class="need-houing-type" v-if="pageType == 3">预算</span>
|
||||
<span class="unit">HK$</span><span class="rent" v-if="pageType != 3">{{
|
||||
<span class="unit" :style="{'font-size':pageType===3?'20px':''}">HK$</span><span class="rent" v-if="pageType != 3">{{
|
||||
housingInfo['data'] && housingInfo['data'].info.rent }}</span>
|
||||
<span class="rent" v-if="pageType == 3">
|
||||
{{
|
||||
@ -351,7 +351,7 @@
|
||||
|
||||
<span class="text" style="margin-left:0;"
|
||||
v-if="housingInfo['data'] && housingInfo['data'].info.elevator">
|
||||
|
|
||||
<span style="color: #D7D7D7;">|</span>
|
||||
{{
|
||||
indexData['data'] &&
|
||||
indexData['data']['config'] &&
|
||||
@ -1527,7 +1527,7 @@ img {
|
||||
font-style: normal;
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
padding: 0px 5px;
|
||||
padding: 2px 5px;
|
||||
font-size: 14px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
@ -2149,7 +2149,7 @@ img {
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
color: #333;
|
||||
margin-top: 15px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.user-type {
|
||||
@ -2167,7 +2167,7 @@ img {
|
||||
color: #FFFFFF;
|
||||
text-align: center;
|
||||
line-height: 24px;
|
||||
padding: 2px 6px;
|
||||
padding: 0px 6px;
|
||||
}
|
||||
|
||||
.time-box {
|
||||
|
Loading…
x
Reference in New Issue
Block a user