chore: 替换首页和二级页的图片

This commit is contained in:
huangze
2025-07-11 18:00:56 +08:00
parent b9f3b3b847
commit 5fad82b5ce
6 changed files with 9 additions and 9 deletions

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -119,19 +119,19 @@ export default {
<div class="flex">
<div class="service-item health">
<h4>健康管理</h4>
<p>&nbsp;</p>
<p>&nbsp;</p>
<button class="go-btn" @click="goEcosystem(1, true)">去看看</button>
</div>
<div class="flex flex-column">
<div class="service-item children">
<h4>子女教育</h4>
<p>&nbsp;</p>
<p>&nbsp;</p>
<button class="go-btn-v" @click="goEcosystem(38)">去看看</button>
</div>
<div class="service-item wealth">
<h4>财务管理</h4>
<p>&nbsp;</p>
<p>&nbsp;</p>
<button class="go-btn-v" @click="goEcosystem(48)">去看看</button>
</div>
</div>
@@ -142,14 +142,14 @@ export default {
<div class="service-item old">
<div>
<h4>养老服务</h4>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>
<button class="go-btn" @click="goEcosystem(28)">去看看</button>
</div>
<div class="service-item life">
<div>
<h4>生活娱乐</h4>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>
<button class="go-btn" @click="goEcosystem(55)">去看看</button>
</div>
@@ -171,7 +171,7 @@ $bg-color: #f5f5f5;
.nav {
position: relative;
z-index: 1; // 最底层
background-image: url("../../assets/images/sunful/sunful-bg.webp");
background-image: url("../../assets/images/sunful/sunful-bg.png");
background-size: 100%;
background-position: center top;
background-repeat: no-repeat;
@@ -180,11 +180,10 @@ $bg-color: #f5f5f5;
h2 {
margin: 52px 0 60px 7px;
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 17px;
color: #FFFFFF;
color: #000000;
line-height: 24px;
text-align: left;
font-style: normal;
@@ -452,6 +451,7 @@ $bg-color: #f5f5f5;
button {}
}
.flex {
&.flex-column {
flex-flow: column nowrap;

View File

@@ -1,6 +1,6 @@
<template>
<div id="selectPreservation">
<img :src="require('@/assets/images/sunful/page-banner.svg')" alt="">
<img :src="require('@/assets/images/sunful/page-banner.png')" alt="">
<div class="tlf" style="position: relative; z-index: 1;">
<div style="padding: 13px 12px">
<van-search v-model="searchParams" placeholder="输入服务名称" show-action @clear="handleClear"