|
|
@ -2,7 +2,7 @@ |
|
|
<!-- colto-section --> |
|
|
<!-- colto-section --> |
|
|
<footer class="footer mt-5"> |
|
|
<footer class="footer mt-5"> |
|
|
<div class="footer-upper-section"> |
|
|
<div class="footer-upper-section"> |
|
|
<div class="item_left"> |
|
|
<div class="item_left" style="width:33%"> |
|
|
<div class="logo"> |
|
|
<div class="logo"> |
|
|
<!-- <img src="../assets/img/logo1.png" alt="logo" style="width:208px;height:68px" /> --> |
|
|
<!-- <img src="../assets/img/logo1.png" alt="logo" style="width:208px;height:68px" /> --> |
|
|
<div style="width:200px;height:100px"> |
|
|
<div style="width:200px;height:100px"> |
|
|
@ -14,20 +14,21 @@ |
|
|
<p class="foot_p">{{$t('common.footerTips2',{name:appConfig.name})}}</p> |
|
|
<p class="foot_p">{{$t('common.footerTips2',{name:appConfig.name})}}</p> |
|
|
<p class="foot_p">{{$t('common.footerTips3')}}</p> |
|
|
<p class="foot_p">{{$t('common.footerTips3')}}</p> |
|
|
</div> |
|
|
</div> |
|
|
<div class="item_right"> |
|
|
<div class="item" style="width:33%"> |
|
|
<div class="item"> |
|
|
<p class="item_p" style="text-align: center;">{{ $t("common.service") }}</p> |
|
|
<p class="item_p">{{ $t("common.service") }}</p> |
|
|
<p class="foot_p" style="text-align: center;"> |
|
|
<p class="foot_p" > |
|
|
|
|
|
<router-link :to="service[0].url">{{ service[0].label }}</router-link> |
|
|
<router-link :to="service[0].url">{{ service[0].label }}</router-link> |
|
|
  |
|
|
  |
|
|
<router-link :to="service[1].url">{{ service[1].label }}</router-link> |
|
|
<router-link :to="service[1].url">{{ service[1].label }}</router-link> |
|
|
</p> |
|
|
</p> |
|
|
<p class="foot_p"> |
|
|
<p class="foot_p" style="text-align: center;"> |
|
|
<router-link :to="service[2].url">{{ service[2].label }}</router-link> |
|
|
<router-link :to="service[2].url">{{ service[2].label }}</router-link> |
|
|
  |
|
|
  |
|
|
<router-link :to="service[3].url">{{ service[3].label }}</router-link> |
|
|
<router-link :to="service[3].url">{{ service[3].label }}</router-link> |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="item_right" style="width:33%"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <div class="item item1"> |
|
|
<!-- <div class="item item1"> |
|
|
<p class="item_p">{{ $t("common.college") }}</p> |
|
|
<p class="item_p">{{ $t("common.college") }}</p> |
|
|
@ -41,12 +42,12 @@ |
|
|
</p> |
|
|
</p> |
|
|
</div> --> |
|
|
</div> --> |
|
|
|
|
|
|
|
|
<div class="item item2"> |
|
|
<div class="item item2" style="text-align: center;width:100%"> |
|
|
<p class="item_p">{{ $t("common.contactUs") }}</p> |
|
|
<p class="item_p" style="width:100%">{{ $t("common.contactUs") }}</p> |
|
|
<p class="foot_p"> |
|
|
<p class="foot_p" style="width:100%"> |
|
|
{{ $t("common.email") }}: |
|
|
{{ $t("common.email") }}: |
|
|
</p> |
|
|
</p> |
|
|
<p class="foot_p"> |
|
|
<p class="foot_p" style="width:100%"> |
|
|
{{email}} |
|
|
{{email}} |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
@ -218,9 +219,9 @@ export default { |
|
|
height: 324px; |
|
|
height: 324px; |
|
|
// margin-left: 233px; |
|
|
// margin-left: 233px; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
padding:0 233px; |
|
|
padding:0 133px; |
|
|
.item_left{ |
|
|
.item_left{ |
|
|
width: 504px; |
|
|
width: 454px; |
|
|
// margin-right: 300px; |
|
|
// margin-right: 300px; |
|
|
.logo{ |
|
|
.logo{ |
|
|
display: flex; |
|
|
display: flex; |
|
|
@ -239,7 +240,7 @@ export default { |
|
|
|
|
|
|
|
|
.item{ |
|
|
.item{ |
|
|
min-width: 250px; |
|
|
min-width: 250px; |
|
|
border-right: 1px solid #303D4B; |
|
|
// border-right: 1px solid #303D4B; |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
|