This commit is contained in:
2023-07-31 18:58:25 +08:00
parent 943f9d7a06
commit 8104cbbb8c
4 changed files with 31 additions and 15 deletions

View File

@@ -80,7 +80,7 @@
<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">
<div class="detail-price-box dis-f" style="align-items: end;">
<span class="need-houing-type" v-if="pageType == 3">预算</span>
<span class="unit" :style="{ 'font-size': pageType === 3 ? '20px' : '' }">HK$</span><span
class="rent" v-if="pageType != 3">{{
@@ -1534,9 +1534,11 @@ img {
font-style: normal;
color: #FFFFFF;
text-align: center;
padding: 2px 5px;
padding: 0px 5px;
font-size: 14px;
margin-right: 10px;
height:24px;
line-height:24px;
}
.clone-btn {
@@ -2221,6 +2223,7 @@ img {
font-weight: 400;
font-size: 16px;
color: #555555;
line-height:16px;
.rent {
font-family: 'Arial-Black', 'Arial Black', sans-serif;
@@ -2228,12 +2231,14 @@ img {
font-size: 28px;
color: #F95D5D;
margin: 0 5px;
line-height:22px;
}
.unit {
font-family: 'Arial-Black', 'Arial Black', sans-serif;
font-weight: 900;
color: #000000;
line-height:20px;
}
}