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

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

@@ -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;
}