|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div :class=" slice_type ? 'footer-nav' : 'footer-nav-online' ">
|
|
|
|
|
|
+ <div class="footer-nav">
|
|
<div class="container">
|
|
<div class="container">
|
|
<el-row>
|
|
<el-row>
|
|
<el-col :span="5" class="nav-logo-block">
|
|
<el-col :span="5" class="nav-logo-block">
|
|
@@ -14,6 +14,8 @@
|
|
<el-col :span="19" style="padding-left: 15%">
|
|
<el-col :span="19" style="padding-left: 15%">
|
|
<div class="copyright-block pull-left" style="margin: 12px 0">
|
|
<div class="copyright-block pull-left" style="margin: 12px 0">
|
|
版权所有©信息产品及科技服务集成化众测服务平台与应用项目组<br/>
|
|
版权所有©信息产品及科技服务集成化众测服务平台与应用项目组<br/>
|
|
|
|
+ <img src="@/assets/image/police.png" style="width: 20px;height: 20px;vertical-align:middle;">
|
|
|
|
+ <span style="vertical-align: middle;height: 20px;line-height: 20px">粤公网安备 44011602000570号</span><br/>
|
|
<a :href="footer_provider_number_url" style="color: white; font-size: 16px">{{ footer_provider_number }}</a><br/>
|
|
<a :href="footer_provider_number_url" style="color: white; font-size: 16px">{{ footer_provider_number }}</a><br/>
|
|
电话:{{ footer_mobile }} 传真:{{ footer_fax }}1<br/>
|
|
电话:{{ footer_mobile }} 传真:{{ footer_fax }}1<br/>
|
|
电子邮箱:{{ footer_email }}
|
|
电子邮箱:{{ footer_email }}
|
|
@@ -30,7 +32,6 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import {CONFIG} from "../../config";
|
|
import {CONFIG} from "../../config";
|
|
-import {slice_type} from "../../../tool4deploy/slider-type";
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
name: "Footer2.0",
|
|
name: "Footer2.0",
|
|
@@ -40,12 +41,10 @@ export default {
|
|
footer_title_one:CONFIG.footer_title_one,
|
|
footer_title_one:CONFIG.footer_title_one,
|
|
footer_title_two:CONFIG.footer_title_two,
|
|
footer_title_two:CONFIG.footer_title_two,
|
|
footer_provider_number:CONFIG.footer_provider_number,
|
|
footer_provider_number:CONFIG.footer_provider_number,
|
|
- footer_provider_number_url:CONFIG.footer_provider_number_url,
|
|
|
|
footer_mobile:CONFIG.footer_mobile,
|
|
footer_mobile:CONFIG.footer_mobile,
|
|
footer_fax:CONFIG.footer_fax,
|
|
footer_fax:CONFIG.footer_fax,
|
|
footer_email:CONFIG.footer_email,
|
|
footer_email:CONFIG.footer_email,
|
|
footer_QRcode:CONFIG.footer_QRcode,
|
|
footer_QRcode:CONFIG.footer_QRcode,
|
|
- slice_type
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -64,7 +63,7 @@ export default {
|
|
}
|
|
}
|
|
.footer-nav-online{
|
|
.footer-nav-online{
|
|
height: 120px;
|
|
height: 120px;
|
|
- background:$--color-footer-background;;
|
|
|
|
|
|
+ background:$__color-primary;
|
|
color: $--color-title-color;
|
|
color: $--color-title-color;
|
|
padding: 30px 0;
|
|
padding: 30px 0;
|
|
font-size: 14px;
|
|
font-size: 14px;
|