This commit is contained in:
2023-07-28 19:27:55 +08:00
parent 15a078f11c
commit 199af74281

View File

@@ -82,7 +82,7 @@
<div class="info-box"> <div class="info-box">
<div class="detail-price-box"> <div class="detail-price-box">
<span class="need-houing-type" v-if="pageType == 3">预算</span> <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> housingInfo['data'] && housingInfo['data'].info.rent }}</span>
<span class="rent" v-if="pageType == 3"> <span class="rent" v-if="pageType == 3">
{{ {{
@@ -351,7 +351,7 @@
<span class="text" style="margin-left:0;" <span class="text" style="margin-left:0;"
v-if="housingInfo['data'] && housingInfo['data'].info.elevator"> v-if="housingInfo['data'] && housingInfo['data'].info.elevator">
| <span style="color: #D7D7D7;">|</span>
{{ {{
indexData['data'] && indexData['data'] &&
indexData['data']['config'] && indexData['data']['config'] &&
@@ -1527,7 +1527,7 @@ img {
font-style: normal; font-style: normal;
color: #FFFFFF; color: #FFFFFF;
text-align: center; text-align: center;
padding: 0px 5px; padding: 2px 5px;
font-size: 14px; font-size: 14px;
margin-right: 10px; margin-right: 10px;
} }
@@ -2149,7 +2149,7 @@ img {
font-size: 14px; font-size: 14px;
text-align: center; text-align: center;
color: #333; color: #333;
margin-top: 15px; margin-top: 8px;
} }
.user-type { .user-type {
@@ -2167,7 +2167,7 @@ img {
color: #FFFFFF; color: #FFFFFF;
text-align: center; text-align: center;
line-height: 24px; line-height: 24px;
padding: 2px 6px; padding: 0px 6px;
} }
.time-box { .time-box {