|
|
@ -60,15 +60,15 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script setup> |
|
|
|
import Phone from '@/static/img/8.png' |
|
|
|
import Address from '@/static/img/9.png' |
|
|
|
import Email from '@/static/img/10.png' |
|
|
|
import Phone from '@/static/img/index/8.png' |
|
|
|
import Address from '@/static/img/index/9.png' |
|
|
|
import Email from '@/static/img/index/10.png' |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
.contact_container { |
|
|
|
padding: 152px 260px; |
|
|
|
background: url(../static/img/7.png) no-repeat; |
|
|
|
background: url(../static/img/index/7.png) no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|