提交
This commit is contained in:
parent
8104cbbb8c
commit
e3e711dd42
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="box-min-1200-src">
|
||||
<pageTopBar></pageTopBar>
|
||||
<el-affix :offset="0" @change="changeTitleType" z-index="666">
|
||||
<el-affix :offset="0" z-index="666">
|
||||
<div class="top-bar-box dis-f jus-x" v-if="titleType">
|
||||
<div class="top-bar dis-f al-item jus-bet">
|
||||
<div class="dis-f al-item">
|
||||
@ -82,7 +82,7 @@
|
||||
<div class="info-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
|
||||
<span class="unit" :class="{'line-h-17':pageType==3}" :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">
|
||||
@ -1111,6 +1111,7 @@ let setShowDistance = () => {
|
||||
let titleType = ref(false)
|
||||
//标题
|
||||
let changeTitleType = () => {
|
||||
console.log(1)
|
||||
titleType.value = !titleType.value
|
||||
}
|
||||
|
||||
@ -1968,6 +1969,7 @@ img {
|
||||
font-family: 'Arial-Black', 'Arial Black', sans-serif;
|
||||
font-weight: 900;
|
||||
color: #F95D5D;
|
||||
margin:0 5px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
@ -2238,7 +2240,10 @@ img {
|
||||
font-family: 'Arial-Black', 'Arial Black', sans-serif;
|
||||
font-weight: 900;
|
||||
color: #000000;
|
||||
line-height:20px;
|
||||
line-height:15px;
|
||||
}
|
||||
.line-h-17{
|
||||
line-height:17px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user