|
@@ -1,112 +1,111 @@
|
|
|
<template>
|
|
|
- <el-row class="foot animate__animated animate__backInRight">
|
|
|
- <el-col :span="24" class="footInfo">
|
|
|
- <el-col :span="24" class="phoneEmail">
|
|
|
- <el-col :span="12" class="left">
|
|
|
- 联系我们
|
|
|
- </el-col>
|
|
|
- <el-col :span="12" class="right">
|
|
|
- <el-icon>
|
|
|
- <PhoneFilled color="#1C88FE" />
|
|
|
- </el-icon>
|
|
|
- <span>热线电话:89812345</span>
|
|
|
- <el-icon>
|
|
|
- <Message color="#1C88FE" />
|
|
|
- </el-icon>
|
|
|
- <span>电子邮箱:changchunwater@163.com</span>
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="other">
|
|
|
- <el-col :span="24" class="otherInfo">
|
|
|
- Copyright @ 2000-2024 all rights reserved by changchun Water[Group] co.,Ltd.
|
|
|
- </el-col>
|
|
|
- <el-col :span="24" class="otherInfo">
|
|
|
- <el-link type="text" :underline="false"
|
|
|
- href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">
|
|
|
- 吉ICP备07001103号-1
|
|
|
- </el-link>
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
+ <el-row class="foot animate__animated animate__backInRight">
|
|
|
+ <el-col :span="24" class="footInfo">
|
|
|
+ <el-col :span="24" class="phoneEmail">
|
|
|
+ <el-col :span="12" class="left"> 联系我们 </el-col>
|
|
|
+ <el-col :span="12" class="right">
|
|
|
+ <el-icon size="30px" color="#1C88FE">
|
|
|
+ <PhoneFilled />
|
|
|
+ </el-icon>
|
|
|
+ <span>热线电话:89812345</span>
|
|
|
+ <el-icon size="30px" color="#1C88FE">
|
|
|
+ <Message />
|
|
|
+ </el-icon>
|
|
|
+ <span>电子邮箱:changchunwater@163.com</span>
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="other">
|
|
|
+ <el-col :span="24" class="otherInfo">
|
|
|
+ Copyright @ 2000-2024 all rights reserved by changchun Water[Group] co.,Ltd.
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="otherInfo">
|
|
|
+ <el-link
|
|
|
+ type="text"
|
|
|
+ :underline="false"
|
|
|
+ href="https://beian.miit.gov.cn/#/Integrated/index"
|
|
|
+ target="_blank"
|
|
|
+ >
|
|
|
+ 吉ICP备07001103号-1
|
|
|
+ </el-link>
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
</template>
|
|
|
|
|
|
-<script setup lang="ts">
|
|
|
-
|
|
|
-</script>
|
|
|
+<script setup lang="ts"></script>
|
|
|
<style scoped lang="scss">
|
|
|
.foot {
|
|
|
- height: 300px;
|
|
|
- background-image: url('/foot1.png');
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-size: 100% 100%;
|
|
|
-
|
|
|
- .footInfo {
|
|
|
- padding: 0 14%;
|
|
|
-
|
|
|
- .phoneEmail {
|
|
|
- display: flex;
|
|
|
- border-bottom: 1px solid rgb(28, 136, 254);
|
|
|
+ height: 300px;
|
|
|
+ background-image: url('/foot1.png');
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
|
|
|
- padding: 46px 0;
|
|
|
- margin: 0 0 20px 0;
|
|
|
+ .footInfo {
|
|
|
+ padding: 0 14%;
|
|
|
|
|
|
- .left {
|
|
|
- color: rgb(25, 25, 26);
|
|
|
- font-family: '黑体';
|
|
|
- font-size: 32px;
|
|
|
- font-weight: 500;
|
|
|
- line-height: 46px;
|
|
|
- letter-spacing: 0px;
|
|
|
- text-align: left;
|
|
|
+ .phoneEmail {
|
|
|
+ display: flex;
|
|
|
+ border-bottom: 1px solid rgb(28, 136, 254);
|
|
|
|
|
|
- }
|
|
|
+ padding: 46px 0;
|
|
|
+ margin: 0 0 20px 0;
|
|
|
|
|
|
- .right {
|
|
|
- text-align: right;
|
|
|
+ .left {
|
|
|
+ color: rgb(25, 25, 26);
|
|
|
+ font-family: '黑体';
|
|
|
+ font-size: 32px;
|
|
|
+ font-weight: 500;
|
|
|
+ line-height: 46px;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
|
|
|
- .images {
|
|
|
- width: 10px;
|
|
|
- height: 10px;
|
|
|
- }
|
|
|
+ .right {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
|
|
|
- span {
|
|
|
- display: inline-block;
|
|
|
- margin: 0 10px;
|
|
|
- color: rgb(25, 25, 26);
|
|
|
- font-family: '黑体';
|
|
|
- font-size: 24px;
|
|
|
- font-weight: 500;
|
|
|
- line-height: 35px;
|
|
|
- letter-spacing: 0px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ .images {
|
|
|
+ width: 10px;
|
|
|
+ height: 10px;
|
|
|
+ }
|
|
|
|
|
|
- .other {
|
|
|
- text-align: center;
|
|
|
+ span {
|
|
|
+ display: inline-block;
|
|
|
+ margin: 0 10px;
|
|
|
+ color: rgb(25, 25, 26);
|
|
|
+ font-family: '黑体';
|
|
|
+ font-size: 24px;
|
|
|
+ font-weight: 500;
|
|
|
+ line-height: 35px;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- .otherInfo {
|
|
|
+ .other {
|
|
|
+ text-align: center;
|
|
|
|
|
|
- margin: 0 0 10px 0;
|
|
|
+ .otherInfo {
|
|
|
+ margin: 0 0 10px 0;
|
|
|
|
|
|
- color: rgb(25, 25, 26);
|
|
|
- font-family: '黑体';
|
|
|
- font-size: 24px;
|
|
|
- font-weight: 400;
|
|
|
- line-height: 35px;
|
|
|
- letter-spacing: 0px;
|
|
|
+ color: rgb(25, 25, 26);
|
|
|
+ font-family: '黑体';
|
|
|
+ font-size: 24px;
|
|
|
+ font-weight: 400;
|
|
|
+ line-height: 35px;
|
|
|
+ letter-spacing: 0px;
|
|
|
|
|
|
- .el-link {
|
|
|
- color: rgb(25, 25, 26);
|
|
|
- font-family: '黑体';
|
|
|
- font-size: 24px;
|
|
|
- font-weight: 500;
|
|
|
- line-height: 35px;
|
|
|
- letter-spacing: 0px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ .el-link {
|
|
|
+ color: rgb(25, 25, 26);
|
|
|
+ font-family: '黑体';
|
|
|
+ font-size: 24px;
|
|
|
+ font-weight: 500;
|
|
|
+ line-height: 35px;
|
|
|
+ letter-spacing: 0px;
|
|
|
+ }
|
|
|
}
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|