|
|
|
@ -8,7 +8,7 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="block gray"> |
|
|
|
|
<div class="block gray" style="padding: 2rem 0;"> |
|
|
|
|
<div class="inner"> |
|
|
|
|
<Breadcrumb ref="breadcrumb" :data.sync="routes"/> |
|
|
|
|
<ul class="items"> |
|
|
|
@ -163,6 +163,7 @@ export default { |
|
|
|
|
@import url(../../plugins/wow/animate.css); |
|
|
|
|
@import "../../styles/page/page.scss"; |
|
|
|
|
.items { |
|
|
|
|
margin-top: 2rem; |
|
|
|
|
li { |
|
|
|
|
position: relative; |
|
|
|
|
height: 600px; |
|
|
|
@ -182,7 +183,6 @@ export default { |
|
|
|
|
top: 100px; |
|
|
|
|
left: 80px; |
|
|
|
|
width: 500px; |
|
|
|
|
min-height: 350px; |
|
|
|
|
padding: 30px; |
|
|
|
|
color: #333; |
|
|
|
|
background-color: rgba(255, 255, 255, .85); |
|
|
|
@ -315,7 +315,10 @@ export default { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.about { |
|
|
|
|
padding: 10rem 0 3rem; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
justify-content: center; |
|
|
|
|
height: 840px; |
|
|
|
|
text-align: center; |
|
|
|
|
background: url(../../assets/images/about-bg.png) no-repeat center center; |
|
|
|
|
background-size: 100% 100%; |
|
|
|
@ -353,6 +356,9 @@ export default { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.about { |
|
|
|
|
height: 30rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
@media (max-width: 780px) { |
|
|
|
|
.program { |
|
|
|
|