This commit is contained in:
bb_pan 2026-01-05 19:55:54 +08:00
parent ab0896da69
commit 4079289aac
2 changed files with 6 additions and 6 deletions

View File

@ -106,7 +106,7 @@
</div>
<div class="right">
<div class="Top">
<div class="price" v-if="isShowPrice" style="font-size: 18px">
<div class="price" v-if="isShowPrice" style="font-size: 18px; font-weight: 800">
{{ pageData.dayLeasePrice !== 0 ? `${pageData.dayLeasePrice}/天` : '¥电话商议' }}
</div>
</div>
@ -1461,8 +1461,8 @@ onMounted(() => {
}
.price {
font-size: 15px;
font-weight: 500;
font-size: 18px;
font-weight: 800;
font-family: Microsoft YaHei;
color: #ff4800;
text-align: right;

View File

@ -97,7 +97,7 @@
</div>
<div class="right">
<div class="Top">
<div class="price" style="font-size: 18px">
<div class="price" style="font-size: 18px; font-weight: 800">
{{ pageData.dayLeasePrice !== 0 ? `${pageData.dayLeasePrice}/天` : '¥电话商议' }}
</div>
</div>
@ -1223,8 +1223,8 @@ onMounted(() => {
}
.price {
font-size: 15px;
font-weight: 500;
font-size: 18px;
font-weight: 800;
font-family: Microsoft YaHei;
color: #ff4800;
text-align: right;