个人详情页

This commit is contained in:
2023-07-28 13:56:37 +08:00
parent 5522645b5b
commit c9be690046
4 changed files with 8 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
<template>
<div>
<pageTopBar></pageTopBar>
<div class="dis-f jus-x al-item"
:class="{ 'mg-b-80': pageType == 3 || (recommendListData.length == 0 || publisherList.length == 0) }">
<div class="dis-f jus-x al-item">
<div class="body-maxWidth mg-t-35">
<breadcrumb :data="housingInfo['data']" :operation='setOperation'></breadcrumb>
{{ pageType == 3 || (recommendListData.length == 0 || publisherList.length == 0) }}
<el-affix :offset="0" @change="changeTitleType" z-index="700">
<div class="top-bar-box dis-f jus-x" v-show="titleType">
<div class="top-bar dis-f al-item jus-bet">
@@ -748,7 +748,7 @@
v-if="pageType != 3 && (recommendListData.length > 0 || publisherList.length > 0)">
- {{ loadText }} -
</div>
<footerTool></footerTool>
<footerTool class="mg-t-60"></footerTool>
<div class="pop-box" v-show="showConcat">
<!-- 两种信息 -->
<!-- third-concat -->
@@ -1441,8 +1441,8 @@ img {
position: absolute;
}
.mg-b-80 {
margin-bottom: 80px;
.mg-t-60 {
margin-top: 60px;
}
.housing-title {