顶部组件背景图替换 列表组件价格底部对齐

This commit is contained in:
2023-08-02 16:11:38 +08:00
parent e4eb79de24
commit 9832765473
7 changed files with 15 additions and 10 deletions

View File

@@ -507,6 +507,7 @@ const selectOption = (type, value) => {
.el-input__inner {
&::placeholder {
color: #7f7f7f;
font-size:15px;
}
}
}

View File

@@ -386,7 +386,7 @@ img {
font-size: 14px;
color: #555555;
margin-top: 20px;
line-height:20px;
line-height:17px;
.time {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
@@ -403,7 +403,7 @@ img {
font-weight: 900;
font-size: 20px;
color: #F95D5D;
line-height: 23px;
line-height: 20px;
margin:0 5PX;
}
@@ -412,7 +412,7 @@ img {
font-weight: 900;
color: #000000;
font-size: 14px;
line-height:20px;
line-height:15px;
}
}

View File

@@ -1,6 +1,7 @@
<template>
<div class="top-bg-img-box pos-r" :style="{ 'height': routePath === '/' ? '568px' : '260px' }">
<img src="../../assets/img/edit/bj-img1920.png" class="bg-img" alt="">
<img src="../../assets/homeImage/indexBg.jpg" class="bg-img" alt="" v-show="routePath === '/'">
<img src="../../assets//img/edit/bj-img1920.png" class="bg-img" alt="" v-show="routePath !== '/'">
<div class="info-box">
<!-- 顶部导航 -->
<div class="dis-f jus-x al-item index-top-navigation-box">
@@ -387,7 +388,7 @@ const goIndex = () => router.push("/")
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
font-size: 15px;
color: #7F7F7F;
text-align: left;
}

View File

@@ -50,7 +50,7 @@
<img src="../assets/homeImage/mapImg.png" class="img" alt="">
地图找房
</div> -->
<div class="tool-btn dis-f jus-x al-item add-btn" style="position: relative;">
<div class="tool-btn dis-f jus-x al-item add-btn" :class="{'mg-l-10':routePath==='/'}" style="position: relative;">
<img src="../../assets/homeImage/addBtn.png" class="img" alt="">
发布房源
<choosing-identity></choosing-identity>
@@ -463,6 +463,9 @@ defineExpose({
margin-left: 20px;
cursor: pointer;
}
.mg-l-10{
margin-left:10px;
}
.tool-btn {
width: 160px;