|
|
@ -3,7 +3,7 @@ |
|
|
|
<div id="app"> |
|
|
|
<HeadNav /> |
|
|
|
<Carousel /> |
|
|
|
<router-view style="min-height: 1500px"></router-view> |
|
|
|
<router-view style="min-height: 1170px"></router-view> |
|
|
|
<Footer /> |
|
|
|
</div> |
|
|
|
</a-config-provider> |
|
|
@ -46,20 +46,21 @@ body { |
|
|
|
body::-webkit-scrollbar { |
|
|
|
width: 0; |
|
|
|
} |
|
|
|
.bg-top{ |
|
|
|
.bg-top { |
|
|
|
position: relative; |
|
|
|
top: 0; |
|
|
|
width: 100%; |
|
|
|
min-height: 1500px; |
|
|
|
background: url(./assets/bg-top.png) top no-repeat; |
|
|
|
background: url(./assets/bg-bottom.png) bottom no-repeat; |
|
|
|
min-height: 1170px; |
|
|
|
padding-bottom: 400px; |
|
|
|
background-size: 100%; |
|
|
|
} |
|
|
|
.bg-bottom{ |
|
|
|
.bg-bottom { |
|
|
|
position: relative; |
|
|
|
bottom: 0; |
|
|
|
width: 100%; |
|
|
|
background: url(./assets/bg-bottom.png) bottom no-repeat; |
|
|
|
background: url(./assets/bg-top.png) top no-repeat; |
|
|
|
background-size: 100%; |
|
|
|
padding-bottom: 100px; |
|
|
|
/* padding-bottom: 100px; */ |
|
|
|
} |
|
|
|
</style> |
|
|
|