Commit 29d3f209 by gao_yingdong

全国多维查询

parent f2dbb636
......@@ -76,6 +76,15 @@ export default [
component: () => import("@/views/jccx/index.vue")
},
{
path: "/jccxIndexSd",
name: "jccxIndexSd",
meta: {
title: '多维查询',
auth: 5
},
component: () => import("@/views/jccx/jccxIndexSd.vue")
},
{
path: "/qgjcxx",
name: "qgjcxx",
meta: {
......
<template>
<div id="jccx">
<!-- <list-header :headerTitle="headerTitle" ref="header" :headerIcon="headerIcon"></list-header> -->
<div class="headerAjcx">
<div class="headerContent">
<!-- <img src="@/assets/img/imageTitle.png" alt="/" /> -->
<span class="headerTitle">多维查询</span>
</div>
</div>
<!--<div class="coverText"></div>-->
<div v-if="qgShow">
<qg-jcxxindex></qg-jcxxindex>
</div>
</div>
</template>
<script>
import QgJcxxindex from "./qgjcxx.vue";
export default {
name: "index",
components: {
QgJcxxindex,
},
data() {
return {
// qsShow: true,
qgShow: true,
};
},
methods: {
}
};
</script>
<style scoped lang="scss">
.headerAjcx {
height: 56px;
background: #126ce4;
line-height: 56px;
// box-shadow: 0px 1px 2px rgb(26 129 225 / 30%);
color: #fff;
font-size: 20px;
font-weight: 600;
text-indent: 44px;
position: fixed;
top: 0px;
width: 100%;
left: 0px;
z-index: 10;
.headerContent {
img {
width: 32px;
margin: 0 0 6px -20px;
}
.headerTitle {
margin-left: 8px;
}
}
.is {
margin-left: 108px;
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 500;
line-height: 37px;
color: #ffffff;
opacity: 1;
/* margin-top: 8px; */
display: inline-block;
cursor: pointer;
}
.iss {
margin-left: 40px;
font-size: 18px;
font-family: Microsoft YaHei;
font-weight: 500;
line-height: 37px;
color: #ffffff;
opacity: 1;
/* margin-top: 8px; */
cursor: pointer;
display: inline-block;
}
}
@import "../../assets/styles/form.scss";
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment