chore: 替换首页和二级页的图片
This commit is contained in:
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
BIN
src/assets/images/sunful/page-banner.png
Normal file
BIN
src/assets/images/sunful/page-banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
BIN
src/assets/images/sunful/sunful-bg.png
Normal file
BIN
src/assets/images/sunful/sunful-bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -171,7 +171,7 @@ $bg-color: #f5f5f5;
|
|||||||
.nav {
|
.nav {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1; // 最底层
|
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-size: 100%;
|
||||||
background-position: center top;
|
background-position: center top;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@@ -180,11 +180,10 @@ $bg-color: #f5f5f5;
|
|||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin: 52px 0 60px 7px;
|
margin: 52px 0 60px 7px;
|
||||||
|
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
color: #FFFFFF;
|
color: #000000;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@@ -452,6 +451,7 @@ $bg-color: #f5f5f5;
|
|||||||
|
|
||||||
button {}
|
button {}
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex {
|
.flex {
|
||||||
&.flex-column {
|
&.flex-column {
|
||||||
flex-flow: column nowrap;
|
flex-flow: column nowrap;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="selectPreservation">
|
<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 class="tlf" style="position: relative; z-index: 1;">
|
||||||
<div style="padding: 13px 12px">
|
<div style="padding: 13px 12px">
|
||||||
<van-search v-model="searchParams" placeholder="输入服务名称" show-action @clear="handleClear"
|
<van-search v-model="searchParams" placeholder="输入服务名称" show-action @clear="handleClear"
|
||||||
|
|||||||
Reference in New Issue
Block a user