Commit b17ed814 authored by 赵啸非's avatar 赵啸非

修改导航

parent ff0e9e2f
...@@ -14,11 +14,12 @@ ...@@ -14,11 +14,12 @@
.about-background { .about-background {
/*height: 304px;*/ /*height: 304px;*/
/*width: 100%;*/ /*width: 100%;*/
width: 100%; height: 810px;
height: 700px;
background-image: url(../images/about_back.png); background-image: url(../images/about_back.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: top; background-position: center center;
} }
...@@ -27,10 +28,13 @@ ...@@ -27,10 +28,13 @@
/*width: 100%;*/ /*width: 100%;*/
width: 100%; width: 100%;
height: 550px; height: 550px;
background-image: url(../images/develop.png); background-image: url(../images/develop.png);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: top; background-position: center center;
background-size: 100% 550px; background-size: cover;
} }
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
</div> </div>
</div> </div>
<div class="section" style="width: 100%;margin-top: -100px"> <div class="section" style="width: 100%;margin-top: -100px;">
<div class="about-background" style="width: 100%"> <div class="about-background" style="width: 100%;">
<div style="width: 500px;margin-left: 100px" > <div style="width: 560px;margin-left: 10%;" >
<br/> <br/>
<br/> <br/>
<br/> <br/>
...@@ -25,17 +25,19 @@ ...@@ -25,17 +25,19 @@
</div> </div>
<div class="section" style="width: 100% ;margin-top: 100px" > <div class="section" style="width: 100% ;margin-top: 100px;" >
<div class="about-background_bottom" style="width: 100%"> <div class="about-background_bottom" style="width: 100%;background-color: red">
<div class="section--header">
<div class="section--header" style="margin-top: -120px">
<h5 class="section--title"> <strong style="font-size: 40px">发展历程</strong></h5> <h5 class="section--title"> <strong style="font-size: 40px">发展历程</strong></h5>
<p class="section--description" style="margin-top: -10px"> <p class="section--description" style="margin-top: -10px">
DEVELOPMENT HISTORY</p> DEVELOPMENT HISTORY</p>
</div> </div>
</div> </div>
<!-- <img src="@/assets/images/develop.png" style="width: 100%;z-index: 1;margin-top: -100px" alt="">-->
</div> </div>
</div> </div>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
:src="photo" :src="photo"
@click="activePhoto = index" @click="activePhoto = index"
:class="{'active': activePhoto === index}" :class="{'active': activePhoto === index}"
:style="'background-image: url('+photo+')'"> :style="'background-image: url('+photo+');width:90%;object-fit: cover;'">
</div> </div>
</div> </div>
</div> </div>
......
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