|
@@ -21,7 +21,8 @@
|
|
|
<el-image :src="centerImage"></el-image>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="dealShow">
|
|
|
- <el-col :span="24" class="dealInfo">
|
|
|
+ <gzcy :list="gzcyList"></gzcy>
|
|
|
+ <!-- <el-col :span="24" class="dealInfo">
|
|
|
<el-col :span="1" class="dealInfoTit">
|
|
|
<p>交易动态</p>
|
|
|
<p></p>
|
|
@@ -33,7 +34,7 @@
|
|
|
<p></p>
|
|
|
<p>交易动态</p>
|
|
|
</el-col>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
</el-col>
|
|
|
</div>
|
|
|
</el-col>
|
|
@@ -46,12 +47,42 @@ import userTwo from './parts/userTwo.vue';
|
|
|
import pie from './parts/down-pie.vue';
|
|
|
// import topRight from './parts/top-right.vue';
|
|
|
import maps from './parts/map.vue';
|
|
|
+// 公众参与
|
|
|
+import gzcy from './parts/gzcy.vue';
|
|
|
+
|
|
|
export default {
|
|
|
name: 'index',
|
|
|
props: {},
|
|
|
- components: { userTwo, maps, pie },
|
|
|
+ components: { userTwo, maps, gzcy },
|
|
|
data: () => ({
|
|
|
centerImage: require('@/assets/dynamic5.png'),
|
|
|
+ // 公众参与
|
|
|
+ gzcyList: [
|
|
|
+ {
|
|
|
+ url: require('@a/zhfw.png'),
|
|
|
+ title: '展会服务',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ url: require('@a/fb.png'),
|
|
|
+ title: '我要发布',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ url: require('@a/zxzx.png'),
|
|
|
+ title: '在线咨询',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ url: require('@a/jy.png'),
|
|
|
+ title: '建言献策',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ url: require('@a/wsdc.png'),
|
|
|
+ title: '网上调查',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ url: require('@a/lbyx.png'),
|
|
|
+ title: '举报邮箱',
|
|
|
+ },
|
|
|
+ ],
|
|
|
}),
|
|
|
created() {},
|
|
|
computed: {},
|
|
@@ -226,75 +257,77 @@ export default {
|
|
|
height: 140px;
|
|
|
}
|
|
|
.dealShow {
|
|
|
- float: left;
|
|
|
width: 100%;
|
|
|
- height: 500px;
|
|
|
overflow: hidden;
|
|
|
-}
|
|
|
-.dealShow .top {
|
|
|
- float: left;
|
|
|
- width: 100%;
|
|
|
- height: 1px;
|
|
|
-}
|
|
|
-.dealShow .top span {
|
|
|
- float: right;
|
|
|
- width: 30%;
|
|
|
- height: 1px;
|
|
|
- background: #9cb9cb;
|
|
|
-}
|
|
|
-.dealShow .down span {
|
|
|
- float: left;
|
|
|
- width: 35%;
|
|
|
- height: 1px;
|
|
|
- background: #9cb9cb;
|
|
|
-}
|
|
|
-.dealShow .dealInfo {
|
|
|
- float: left;
|
|
|
- width: 100%;
|
|
|
- height: 489px;
|
|
|
-}
|
|
|
-.dealShow .dealInfo .dealInfoTit {
|
|
|
- width: 20px;
|
|
|
- height: 496px;
|
|
|
-}
|
|
|
-.dealShow .dealInfo .dealInfoTit p:first-child {
|
|
|
- float: left;
|
|
|
- width: 100%;
|
|
|
- height: 100px;
|
|
|
- font-size: 18px;
|
|
|
- color: #003e70;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-.dealShow .dealInfo .dealInfoTit p:last-child {
|
|
|
- float: left;
|
|
|
- width: 2px;
|
|
|
- height: 395px;
|
|
|
- background: #003e70;
|
|
|
- margin: 0;
|
|
|
- position: relative;
|
|
|
- left: 5px;
|
|
|
-}
|
|
|
-.dealShow .dealInfo .dealInfoTitTwo p:first-child {
|
|
|
- float: left;
|
|
|
- width: 2px;
|
|
|
- height: 395px;
|
|
|
- background: #003e70;
|
|
|
- margin: 0;
|
|
|
- position: relative;
|
|
|
- left: 10px;
|
|
|
-}
|
|
|
-.dealShow .dealInfo .dealInfoTitTwo p:last-child {
|
|
|
- float: left;
|
|
|
- width: 100%;
|
|
|
- height: 100px;
|
|
|
- font-size: 18px;
|
|
|
- color: #003e70;
|
|
|
- font-weight: bold;
|
|
|
- background: transparent;
|
|
|
-}
|
|
|
-.dealShow .dealInfo .dealInfoLeft {
|
|
|
- height: 495px;
|
|
|
- margin: 0 15px;
|
|
|
- padding: 45px 0;
|
|
|
-}
|
|
|
+ height: 525px;
|
|
|
+ box-shadow: 0 0 10px #2d64b3;
|
|
|
+ border-radius: 10px;
|
|
|
+ margin: 15px 0 0 0;
|
|
|
+}
|
|
|
+// .dealShow .top {
|
|
|
+// float: left;
|
|
|
+// width: 100%;
|
|
|
+// height: 1px;
|
|
|
+// }
|
|
|
+// .dealShow .top span {
|
|
|
+// float: right;
|
|
|
+// width: 30%;
|
|
|
+// height: 1px;
|
|
|
+// background: #9cb9cb;
|
|
|
+// }
|
|
|
+// .dealShow .down span {
|
|
|
+// float: left;
|
|
|
+// width: 35%;
|
|
|
+// height: 1px;
|
|
|
+// background: #9cb9cb;
|
|
|
+// }
|
|
|
+// .dealShow .dealInfo {
|
|
|
+// float: left;
|
|
|
+// width: 100%;
|
|
|
+// height: 489px;
|
|
|
+// }
|
|
|
+// .dealShow .dealInfo .dealInfoTit {
|
|
|
+// width: 20px;
|
|
|
+// height: 496px;
|
|
|
+// }
|
|
|
+// .dealShow .dealInfo .dealInfoTit p:first-child {
|
|
|
+// float: left;
|
|
|
+// width: 100%;
|
|
|
+// height: 100px;
|
|
|
+// font-size: 18px;
|
|
|
+// color: #003e70;
|
|
|
+// font-weight: bold;
|
|
|
+// }
|
|
|
+// .dealShow .dealInfo .dealInfoTit p:last-child {
|
|
|
+// float: left;
|
|
|
+// width: 2px;
|
|
|
+// height: 395px;
|
|
|
+// background: #003e70;
|
|
|
+// margin: 0;
|
|
|
+// position: relative;
|
|
|
+// left: 5px;
|
|
|
+// }
|
|
|
+// .dealShow .dealInfo .dealInfoTitTwo p:first-child {
|
|
|
+// float: left;
|
|
|
+// width: 2px;
|
|
|
+// height: 395px;
|
|
|
+// background: #003e70;
|
|
|
+// margin: 0;
|
|
|
+// position: relative;
|
|
|
+// left: 10px;
|
|
|
+// }
|
|
|
+// .dealShow .dealInfo .dealInfoTitTwo p:last-child {
|
|
|
+// float: left;
|
|
|
+// width: 100%;
|
|
|
+// height: 100px;
|
|
|
+// font-size: 18px;
|
|
|
+// color: #003e70;
|
|
|
+// font-weight: bold;
|
|
|
+// background: transparent;
|
|
|
+// }
|
|
|
+// .dealShow .dealInfo .dealInfoLeft {
|
|
|
+// height: 495px;
|
|
|
+// margin: 0 15px;
|
|
|
+// padding: 45px 0;
|
|
|
+// }
|
|
|
</style>
|