<template>
|
<footer class="footer-area">
|
<div class="container">
|
<div class="main-footer">
|
<el-row>
|
<el-col :span="12" :xs="24">
|
<div class="single-widget mr-50">
|
<h3>工作时间:周一至周五 10:00--18:00</h3>
|
<p>电话:澳洲悉尼仓 <br> 0061 2 8710 6861 (客服咨询)<br> 0061 2 8710 3969 (客服咨询)<br> 微信:AUOD澳德物流
|
<br> 查询:cs@auod.com.au
|
<br> 业务:sales@auod.com.au
|
<br>
|
</p>
|
</div>
|
</el-col>
|
<el-col :span="12" :xs="24">
|
<div class="single-widget ml-100">
|
<h3>contact us</h3>
|
<p>20 George Young Street, Auburn 2144<br> 358 Chisholm Rd, Auburn 2144 (寄件)<br>
|
</p>
|
</div>
|
</el-col>
|
<!-- <el-col :span="6">
|
<div class="single-widget ml-85">
|
<h3>latest work</h3>
|
<div class="footer-img">
|
<a href="article-details.html" class="mr-2 mb-2"><img src="/static/user/footer/footer1.jpg" alt="latest-work"></a>
|
<a href="article-details.html" class="mr-2 mb-2"><img src="/static/user/footer/footer2.jpg" alt="latest-work"></a>
|
<a href="article-details.html" class="mb-2"><img src="/static/user/footer/footer3.jpg" alt="latest-work"></a>
|
<a href="article-details.html" class="mr-2"><img src="/static/user/footer/footer4.jpg" alt="latest-work"></a>
|
<a href="article-details.html" class="mr-2"><img src="/static/user/footer/footer5.jpg" alt="latest-work"></a>
|
<a href="article-details.html"><img src="/static/user/footer/footer6.jpg" alt="latest-work"></a>
|
</div>
|
</div>
|
</el-col> -->
|
</el-row>
|
</div>
|
<div class="footer-bottom text-center">
|
<el-row>
|
<el-col :span="24">
|
<p>Copyright © 2019
|
<a href="#">Auod Logistics</a>. All Right Reserved.
|
</p>
|
</el-col>
|
</el-row>
|
</div>
|
</div>
|
</footer>
|
</template>
|
|
<style lang="scss" scoped>
|
.footer-area {
|
padding: 50px;
|
background: #303030;
|
.single-widget h3 {
|
font-size: 20px;
|
font-weight: 600;
|
text-transform: capitalize;
|
font-family: "open Sans", sans-serif;
|
color: #fff;
|
margin-bottom: 20px;
|
}
|
.single-widget p {
|
font-size: 14px;
|
font-weight: 400;
|
text-transform: capitalize;
|
font-family: "Lato", sans-serif;
|
color: #e1e1e1;
|
margin-bottom: 22px;
|
line-height: 25px;
|
}
|
.footer-bottom p {
|
color: #c5c5c5;
|
font-size: 14px;
|
line-height: 58px;
|
margin-bottom: 2px;
|
}
|
}
|
/* 手机屏 */
|
@media screen and (max-width: 480px) {
|
.footer-area {
|
padding: 20px;
|
.single-widget h3 {
|
font-size: 14px;
|
}
|
.footer-bottom p {
|
line-height: 1.5 !important;
|
}
|
}
|
}
|
</style>
|