Commit 9d6ad1a5 authored by zL's avatar zL

删除无用图片

parent 5e4e5f37
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
</section> </section>
<!-- 主页第二个模块 我们的优势 --> <!-- 主页第二个模块 我们的优势 -->
<section class="home-2"> <section class="home-2">
<img class="home-2-icon" src="../images/Home/home-2-icon.png" alt /> <img class="home-2-icon" src="../../../assets/images/Home/home-2-icon.png" alt />
<span class="home-title">我们的优势</span> <span class="home-title">我们的优势</span>
<div class="home-2-in"> <div class="home-2-in">
<div class="content"> <div class="content">
...@@ -122,19 +122,19 @@ ...@@ -122,19 +122,19 @@
<img <img
class="home-3-in-right" class="home-3-in-right"
v-show="currentDeploy === 0" v-show="currentDeploy === 0"
src="../images/Home/home3_baner3.png" src="../../../assets/images/Home/home3_baner3.png"
alt alt
/> />
<img <img
class="home-3-in-right" class="home-3-in-right"
v-show="currentDeploy === 1" v-show="currentDeploy === 1"
src="../images/Home/home3_baner1.png" src="../../../assets/images/Home/home3_baner1.png"
alt alt
/> />
<img <img
class="home-3-in-right" class="home-3-in-right"
v-show="currentDeploy === 2" v-show="currentDeploy === 2"
src="../images/Home/home3_baner2.png" src="../../../assets/images/Home/home3_baner2.png"
alt alt
/> />
</div> </div>
...@@ -429,7 +429,7 @@ export default class Home extends Vue { ...@@ -429,7 +429,7 @@ export default class Home extends Vue {
min-width: 1200px; min-width: 1200px;
min-height: 724px; min-height: 724px;
height: 36.77vw; height: 36.77vw;
background-image: url("../images/Home/banner.png"); background-image: url("../../../assets/images/Home/banner.png");
background-size: cover; background-size: cover;
header { header {
width: 100%; width: 100%;
...@@ -438,7 +438,6 @@ export default class Home extends Vue { ...@@ -438,7 +438,6 @@ export default class Home extends Vue {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
.header-left { .header-left {
margin-left: 200px; margin-left: 200px;
width: 101px; width: 101px;
...@@ -614,7 +613,7 @@ export default class Home extends Vue { ...@@ -614,7 +613,7 @@ export default class Home extends Vue {
rgba(144, 147, 236, 1) 0%, rgba(144, 147, 236, 1) 0%,
rgba(255, 255, 255, 1) 100% rgba(255, 255, 255, 1) 100%
); );
background-image: url("../images/Home/features.png"); background-image: url("../../../assets/images/Home/features.png");
background-size: 100% 100%; background-size: 100% 100%;
} }
.features-right { .features-right {
...@@ -683,7 +682,7 @@ export default class Home extends Vue { ...@@ -683,7 +682,7 @@ export default class Home extends Vue {
margin-top: 10px; margin-top: 10px;
width: 100%; width: 100%;
height: 684px; height: 684px;
background-image: url("../images/Home/home2.png"); background-image: url("../../../assets/images/Home/home2.png");
background-size: 100% 100%; background-size: 100% 100%;
.content { .content {
width: 1200px; width: 1200px;
...@@ -749,7 +748,7 @@ export default class Home extends Vue { ...@@ -749,7 +748,7 @@ export default class Home extends Vue {
.home-3 { .home-3 {
width: 100%; width: 100%;
height: 640px; height: 640px;
background-image: url("../images/Home/home3.png"); background-image: url("../../../assets/images/Home/home3.png");
background-position: right center; background-position: right center;
background-repeat: no-repeat; background-repeat: no-repeat;
.home-3-in { .home-3-in {
...@@ -904,7 +903,7 @@ export default class Home extends Vue { ...@@ -904,7 +903,7 @@ export default class Home extends Vue {
margin-top: 100px; margin-top: 100px;
width: 100%; width: 100%;
height: 501px; height: 501px;
background-image: url("../images/Home/db.png"); background-image: url("../../../assets/images/Home/db.png");
background-size: 100% 100%; background-size: 100% 100%;
.home-5-title { .home-5-title {
display: block; display: block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment