|
@@ -0,0 +1,462 @@
|
|
|
+<template>
|
|
|
+ <div id="directTwo">
|
|
|
+ <el-row>
|
|
|
+ <el-col :span="24" class="main">
|
|
|
+ <el-col :span="24" class="one">
|
|
|
+ <div class="w_1200">
|
|
|
+ <el-col :span="20" class="left">
|
|
|
+ <el-col :span="24" class="leftone">
|
|
|
+ <span>科技成果展洽会</span>
|
|
|
+ <span>欢迎您</span>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="lefttwo">
|
|
|
+ SCIENTIFIC AND TECHNOLOGICAL ACHIEVEEMENTS EXHIBITION
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="4" class="right">
|
|
|
+ <el-link :underline="false">帮助中心</el-link>
|
|
|
+ </el-col>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="two">
|
|
|
+ <div class="w_1200">
|
|
|
+ <el-col :span="24" class="twotop">
|
|
|
+ <el-col :span="18" class="left">
|
|
|
+ <p>{{ this.$route.query.title }}</p>
|
|
|
+ <el-image :src="two1"></el-image>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="6" class="right">
|
|
|
+ <el-image :src="two2"></el-image>
|
|
|
+ <p>{{ dockInfo.start_time }}</p>
|
|
|
+ <p>距离展会结束还有</p>
|
|
|
+ <p>倒计时</p>
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="twocen">
|
|
|
+ <el-col :span="15" class="left"> <span>主办单位:</span>{{ dockInfo.sponsor }} </el-col>
|
|
|
+ <el-col :span="8" class="right">
|
|
|
+ <el-button class="btn1">返回展会进行页</el-button>
|
|
|
+ <el-button class="btn2">进入展会总结页</el-button>
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="twodown">
|
|
|
+ <el-col :span="5" class="txt">
|
|
|
+ <span>已经到场</span>
|
|
|
+ <span>0</span>人
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="5" class="txt">
|
|
|
+ <span>实现对接</span>
|
|
|
+ <span>0</span>次
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="5" class="txt">
|
|
|
+ <span>产生意向</span>
|
|
|
+ <span>0</span>次
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="5" class="txt">
|
|
|
+ <span>项目数</span>
|
|
|
+ <span>0</span>项
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="5" class="txt">
|
|
|
+ <span>贺信</span>
|
|
|
+ <span>0</span>封
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="5" class="txt">
|
|
|
+ <span>同时在线</span>
|
|
|
+ <span>0</span>人
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="5" class="txt">
|
|
|
+ <span>正在对接</span>
|
|
|
+ <span>0</span>人
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="5" class="txt">
|
|
|
+ <span>产生意向</span>
|
|
|
+ <span>0</span>次
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="5" class="txt">
|
|
|
+ <span>需求数</span>
|
|
|
+ <span>0</span>项
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="5" class="txt">
|
|
|
+ <span>鲜花</span>
|
|
|
+ <span>0</span>束
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="three">
|
|
|
+ <div class="w_1200">
|
|
|
+ <el-col :span="24" class="three1">
|
|
|
+ <el-col :span="12" class="left">
|
|
|
+ <video :src="dockInfo.file_path" controls="controls">
|
|
|
+ 您的浏览器不支持 video 标签。
|
|
|
+ </video>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12" class="right">
|
|
|
+ <el-tabs v-model="activeName">
|
|
|
+ <el-tab-pane label="所有" name="first">
|
|
|
+ <trainlist :list="trainoneList"></trainlist>
|
|
|
+ </el-tab-pane>
|
|
|
+ <el-tab-pane label="实现对接" name="second">
|
|
|
+ <trainlist :list="traintwoList"></trainlist>
|
|
|
+ </el-tab-pane>
|
|
|
+ <el-tab-pane label="产生意向" name="third">
|
|
|
+ <trainlist :list="trainthreeList"></trainlist>
|
|
|
+ </el-tab-pane>
|
|
|
+ <el-tab-pane label="达成意向" name="fourth">
|
|
|
+ <trainlist :list="trainfourList"></trainlist>
|
|
|
+ </el-tab-pane>
|
|
|
+ </el-tabs>
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="three2">
|
|
|
+ <advert :list="adveronetlist"></advert>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="three3">
|
|
|
+ <el-col :span="12" class="left">
|
|
|
+ 左側
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12" class="right">
|
|
|
+ 右側
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="three4">
|
|
|
+ <advert :list="adveronetlist"></advert>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="three5">
|
|
|
+ 高校
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="three6">
|
|
|
+ <advert :list="adveronetlist"></advert>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="three7">
|
|
|
+ 专家
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="three8">
|
|
|
+ 技术
|
|
|
+ </el-col>
|
|
|
+ </div>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="four">
|
|
|
+ 第四部分
|
|
|
+ </el-col>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </div>
|
|
|
+</template>
|
|
|
+
|
|
|
+<script>
|
|
|
+// 直播实况
|
|
|
+import trainlist from './parts/trainlist.vue';
|
|
|
+// 广告位
|
|
|
+import advert from './parts/advert.vue';
|
|
|
+import { mapState, createNamespacedHelpers } from 'vuex';
|
|
|
+const { mapActions: dock } = createNamespacedHelpers('dock');
|
|
|
+export default {
|
|
|
+ metaInfo() {
|
|
|
+ return { title: this.$route.meta.title };
|
|
|
+ },
|
|
|
+ name: 'directTwo',
|
|
|
+ props: {},
|
|
|
+ components: {
|
|
|
+ // 直播实况
|
|
|
+ trainlist,
|
|
|
+ // 广告位
|
|
|
+ advert,
|
|
|
+ },
|
|
|
+ data: function() {
|
|
|
+ return {
|
|
|
+ two1: require('@a/sy_04.png'),
|
|
|
+ two2: require('@a/dock2.png'),
|
|
|
+ // 展會詳情
|
|
|
+ dockInfo: {},
|
|
|
+ // 直播实况
|
|
|
+ activeName: 'first',
|
|
|
+ // 所有0,1,2
|
|
|
+ trainoneList: [],
|
|
|
+ // 完成2
|
|
|
+ traintwoList: [],
|
|
|
+ // 产生0
|
|
|
+ trainthreeList: [],
|
|
|
+ // 达成1
|
|
|
+ trainfourList: [],
|
|
|
+ // 广告位
|
|
|
+ adveronetlist: [
|
|
|
+ {
|
|
|
+ url: require('@a/advert1.png'),
|
|
|
+ },
|
|
|
+ {
|
|
|
+ url: require('@a/advert2.png'),
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ };
|
|
|
+ },
|
|
|
+ async created() {
|
|
|
+ await this.searchInfo();
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ ...dock({ dockQuery: 'query', dockFetch: 'fetch', goodsquery: 'goodsquery' }),
|
|
|
+ async searchInfo() {
|
|
|
+ if (this.id) {
|
|
|
+ let res = await this.dockFetch(this.id);
|
|
|
+ if (this.$checkRes(res)) {
|
|
|
+ this.$set(this, `dockInfo`, res.data);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ },
|
|
|
+ computed: {
|
|
|
+ ...mapState(['user']),
|
|
|
+ id() {
|
|
|
+ return this.$route.query.id;
|
|
|
+ },
|
|
|
+ },
|
|
|
+ watch: {},
|
|
|
+};
|
|
|
+</script>
|
|
|
+
|
|
|
+<style lang="less" scoped>
|
|
|
+.main {
|
|
|
+ .one {
|
|
|
+ height: 100px;
|
|
|
+ .left {
|
|
|
+ height: 100px;
|
|
|
+ .leftone {
|
|
|
+ margin: 15px 0 0 0;
|
|
|
+ span:nth-child(1) {
|
|
|
+ font-size: 35px;
|
|
|
+ color: #535353;
|
|
|
+ font-weight: bold;
|
|
|
+ font-family: cursive;
|
|
|
+ }
|
|
|
+ span:nth-child(2) {
|
|
|
+ font-size: 15px;
|
|
|
+ padding: 0 10px;
|
|
|
+ color: #535353;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .lefttwo {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #535353;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .right {
|
|
|
+ height: 100px;
|
|
|
+ line-height: 100px;
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .two {
|
|
|
+ height: 710px;
|
|
|
+ background: url('~@/assets/bj1.jpg');
|
|
|
+ padding: 20px 0;
|
|
|
+ .twotop {
|
|
|
+ margin: 0 0 10px 0;
|
|
|
+ .left {
|
|
|
+ height: 357px;
|
|
|
+ margin: 0 10px 0 0;
|
|
|
+ background: url('~@/assets/dock1.png');
|
|
|
+ p {
|
|
|
+ float: left;
|
|
|
+ width: 79%;
|
|
|
+ font-size: 43px;
|
|
|
+ color: #fff;
|
|
|
+ font-weight: bold;
|
|
|
+ padding: 13% 0 0 20px;
|
|
|
+ }
|
|
|
+ .el-image {
|
|
|
+ float: left;
|
|
|
+ width: 153px;
|
|
|
+ height: 94px;
|
|
|
+ margin: 4% 0 0 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .right {
|
|
|
+ background-color: #ffffff;
|
|
|
+ width: 24%;
|
|
|
+ height: 357px;
|
|
|
+ text-align: center;
|
|
|
+ padding: 0 10px;
|
|
|
+ .el-image {
|
|
|
+ width: 120px;
|
|
|
+ height: 48px;
|
|
|
+ margin: 50px 0 0px 0;
|
|
|
+ }
|
|
|
+ p:nth-child(2) {
|
|
|
+ font-size: 18px;
|
|
|
+ margin: 30px 0 5px 0;
|
|
|
+ }
|
|
|
+ p:nth-child(3) {
|
|
|
+ font-size: 22px;
|
|
|
+ font-weight: bold;
|
|
|
+ margin-bottom: 30px;
|
|
|
+ }
|
|
|
+ p:nth-child(4) {
|
|
|
+ background: #f5f5f5;
|
|
|
+ padding: 20px 0px;
|
|
|
+ border-radius: 5px;
|
|
|
+ height: 50px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .right:hover {
|
|
|
+ cursor: pointer;
|
|
|
+ p:nth-child(3) {
|
|
|
+ color: #535353;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .twocen {
|
|
|
+ height: 130px;
|
|
|
+ overflow: hidden;
|
|
|
+ line-height: 130px;
|
|
|
+ background-color: #fff;
|
|
|
+ margin: 0 0 35px 0;
|
|
|
+ .left {
|
|
|
+ font-size: 18px;
|
|
|
+ margin: 0 0 0 30px;
|
|
|
+ span {
|
|
|
+ font-size: 22px;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .right {
|
|
|
+ .btn1 {
|
|
|
+ font-size: 16px;
|
|
|
+ color: #fff;
|
|
|
+ background: red;
|
|
|
+ border: none;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ .btn2 {
|
|
|
+ font-size: 16px;
|
|
|
+ color: #ff0000;
|
|
|
+ border: 1px solid #ff0000;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .twodown {
|
|
|
+ height: 160px;
|
|
|
+ .txt {
|
|
|
+ width: 224px;
|
|
|
+ height: 52px;
|
|
|
+ margin: 0 20px 15px 0;
|
|
|
+ background: url('~@/assets/sjbj.jpg');
|
|
|
+ padding: 11px 0;
|
|
|
+ font-size: 18px;
|
|
|
+ span:nth-child(1) {
|
|
|
+ float: left;
|
|
|
+ width: 46%;
|
|
|
+ text-align: center;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ span:nth-child(2) {
|
|
|
+ float: left;
|
|
|
+ width: 40%;
|
|
|
+ text-align: center;
|
|
|
+ color: #000;
|
|
|
+ font-weight: bold;
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .txt:nth-child(5n) {
|
|
|
+ margin: 0 0 15px 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .three {
|
|
|
+ padding: 50px 0;
|
|
|
+ .three1 {
|
|
|
+ height: 440px;
|
|
|
+ margin: 0 0 50px 0;
|
|
|
+ .left {
|
|
|
+ height: 440px;
|
|
|
+ background: #000;
|
|
|
+ margin: 0 15px 0 0;
|
|
|
+ video {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .right {
|
|
|
+ width: 584px;
|
|
|
+ height: 440px;
|
|
|
+ border-radius: 10px;
|
|
|
+ box-shadow: 0 5px 15px rgba(33, 82, 203, 0.35);
|
|
|
+ /deep/.el-tabs__header {
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+ /deep/ .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
|
|
|
+ padding-left: 20px;
|
|
|
+ }
|
|
|
+ /deep/ .el-tabs--top .el-tabs__item.is-top:last-child {
|
|
|
+ padding-right: 20px;
|
|
|
+ }
|
|
|
+ /deep/.el-tabs__active-bar {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ /deep/.el-tabs__nav-wrap::after {
|
|
|
+ background-color: transparent;
|
|
|
+ }
|
|
|
+ /deep/.el-tabs__item.is-active {
|
|
|
+ color: #fff;
|
|
|
+ background: red;
|
|
|
+ }
|
|
|
+
|
|
|
+ /deep/.el-tabs__item {
|
|
|
+ font-size: 18px;
|
|
|
+ border-radius: 10px;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ /deep/ .el-tabs__item:hover {
|
|
|
+ color: #fff;
|
|
|
+ background: red;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .three2 {
|
|
|
+ height: 85px;
|
|
|
+ margin: 0 0 50px 0;
|
|
|
+ }
|
|
|
+ .three3 {
|
|
|
+ height: 440px;
|
|
|
+ // border: 1px solid red;
|
|
|
+ margin: 0 0 50px 0;
|
|
|
+ .left {
|
|
|
+ width: 49%;
|
|
|
+ height: 440px;
|
|
|
+ margin: 0 15px 0 0;
|
|
|
+ border-radius: 10px;
|
|
|
+ box-shadow: 0 5px 15px rgba(33, 82, 203, 0.35);
|
|
|
+ }
|
|
|
+ .right {
|
|
|
+ width: 49%;
|
|
|
+ height: 440px;
|
|
|
+ border-radius: 10px;
|
|
|
+ box-shadow: 0 5px 15px rgba(33, 82, 203, 0.35);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .three4 {
|
|
|
+ height: 85px;
|
|
|
+ margin: 0 0 50px 0;
|
|
|
+ }
|
|
|
+ .three5 {
|
|
|
+ height: 340px;
|
|
|
+ border: 1px solid red;
|
|
|
+ margin: 0 0 50px 0;
|
|
|
+ }
|
|
|
+ .three6 {
|
|
|
+ height: 85px;
|
|
|
+ margin: 0 0 50px 0;
|
|
|
+ }
|
|
|
+ .three7 {
|
|
|
+ height: 440px;
|
|
|
+ border: 1px solid red;
|
|
|
+ margin: 0 0 50px 0;
|
|
|
+ }
|
|
|
+ .three8 {
|
|
|
+ min-height: 110px;
|
|
|
+ border: 1px solid red;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+</style>
|