This commit is contained in:
parent
ab0896da69
commit
4079289aac
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue