|
@@ -8,7 +8,84 @@
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<menus></menus>
|
|
<menus></menus>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="24" class="info"> </el-col>
|
|
|
|
|
|
+ <el-col :span="24" class="info">
|
|
|
|
+ <div class="w_1200">
|
|
|
|
+ <el-col :span="10" class="left">
|
|
|
|
+ <el-col :span="24" class="title">
|
|
|
|
+ <el-col :span="18">
|
|
|
|
+ <div class="shu"></div>
|
|
|
|
+ <p>视频会议中心</p>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="6" class="more">
|
|
|
|
+ <img src="../../assets/more.png" />
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="24" class="con" v-for="(item, index) in kjpx" :key="index">
|
|
|
|
+ <el-col :span="5" class="time">{{ item.time }}</el-col>
|
|
|
|
+ <el-col :span="19" class="list">
|
|
|
|
+ <el-col :span="24" class="title1">{{ item.title }}</el-col>
|
|
|
|
+ <el-col :span="24" class="con1">{{ item.text }}</el-col>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="14" class="right">
|
|
|
|
+ <el-tabs v-model="activeName">
|
|
|
|
+ <el-tab-pane label="专题研讨" name="first">
|
|
|
|
+ <el-col :span="24" class="ztyt">
|
|
|
|
+ <el-col :span="24" class="list1" v-for="(item, index) in ztyt" :key="index">
|
|
|
|
+ <el-col :span="20">
|
|
|
|
+ <span class="circle"></span>
|
|
|
|
+ <span class="text">{{ item.text }}</span>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="4" class="time">
|
|
|
|
+ {{ item.time }}
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-tab-pane>
|
|
|
|
+ <el-tab-pane label="技术问答" name="second"
|
|
|
|
+ ><el-col :span="24" class="ztyt">
|
|
|
|
+ <el-col :span="24" class="list1" v-for="(item, index) in ztyt" :key="index">
|
|
|
|
+ <el-col :span="20">
|
|
|
|
+ <span class="circle"></span>
|
|
|
|
+ <span class="text">{{ item.text }}</span>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="4" class="time">
|
|
|
|
+ {{ item.time }}
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-col></el-tab-pane
|
|
|
|
+ >
|
|
|
|
+ <el-tab-pane label="行业研究" name="third"
|
|
|
|
+ ><el-col :span="24" class="ztyt">
|
|
|
|
+ <el-col :span="24" class="list1" v-for="(item, index) in ztyt" :key="index">
|
|
|
|
+ <el-col :span="20">
|
|
|
|
+ <span class="circle"></span>
|
|
|
|
+ <span class="text">{{ item.text }}</span>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="4" class="time">
|
|
|
|
+ {{ item.time }}
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-col></el-tab-pane
|
|
|
|
+ >
|
|
|
|
+ <el-tab-pane label="教育培训" name="fourth"
|
|
|
|
+ ><el-col :span="24" class="ztyt">
|
|
|
|
+ <el-col :span="24" class="list1" v-for="(item, index) in ztyt" :key="index">
|
|
|
|
+ <el-col :span="20">
|
|
|
|
+ <span class="circle"></span>
|
|
|
|
+ <span class="text">{{ item.text }}</span>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="4" class="time">
|
|
|
|
+ {{ item.time }}
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-col>
|
|
|
|
+ </el-col></el-tab-pane
|
|
|
|
+ >
|
|
|
|
+ </el-tabs>
|
|
|
|
+ </el-col>
|
|
|
|
+ </div>
|
|
|
|
+ </el-col>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<foot></foot>
|
|
<foot></foot>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -28,9 +105,87 @@ export default {
|
|
},
|
|
},
|
|
name: 'index',
|
|
name: 'index',
|
|
props: {},
|
|
props: {},
|
|
- components: {},
|
|
|
|
|
|
+ components: {
|
|
|
|
+ top,
|
|
|
|
+ menus,
|
|
|
|
+ foot,
|
|
|
|
+ },
|
|
data: function() {
|
|
data: function() {
|
|
- return {};
|
|
|
|
|
|
+ return {
|
|
|
|
+ kjpx: [
|
|
|
|
+ {
|
|
|
|
+ time: '19-25',
|
|
|
|
+ title: '【重点任务看进展】经济体制改革深入推进',
|
|
|
|
+ text: '临近年底,一系列重要改革继续保持年初以来的节奏密集展开。11月22日,《市场准入负面清单(2019年版)》发布',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ time: '19-25',
|
|
|
|
+ title: '【重点任务看进展】经济体制改革深入推进',
|
|
|
|
+ text: '临近年底,一系列重要改革继续保持年初以来的节奏密集展开。11月22日,《市场准入负面清单(2019年版)》发布',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ time: '19-25',
|
|
|
|
+ title: '【重点任务看进展】经济体制改革深入推进',
|
|
|
|
+ text: '临近年底,一系列重要改革继续保持年初以来的节奏密集展开。11月22日,《市场准入负面清单(2019年版)》发布',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ time: '19-25',
|
|
|
|
+ title: '【重点任务看进展】经济体制改革深入推进',
|
|
|
|
+ text: '临近年底,一系列重要改革继续保持年初以来的节奏密集展开。11月22日,《市场准入负面清单(2019年版)》发布',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ time: '19-25',
|
|
|
|
+ title: '【重点任务看进展】经济体制改革深入推进',
|
|
|
|
+ text: '临近年底,一系列重要改革继续保持年初以来的节奏密集展开。11月22日,《市场准入负面清单(2019年版)》发布',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ time: '19-25',
|
|
|
|
+ title: '【重点任务看进展】经济体制改革深入推进',
|
|
|
|
+ text: '临近年底,一系列重要改革继续保持年初以来的节奏密集展开。11月22日,《市场准入负面清单(2019年版)》发布',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ time: '19-25',
|
|
|
|
+ title: '【重点任务看进展】经济体制改革深入推进',
|
|
|
|
+ text: '临近年底,一系列重要改革继续保持年初以来的节奏密集展开。11月22日,《市场准入负面清单(2019年版)》发布',
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ {
|
|
|
|
+ time: '19-25',
|
|
|
|
+ title: '【重点任务看进展】经济体制改革深入推进',
|
|
|
|
+ text: '临近年底,一系列重要改革继续保持年初以来的节奏密集展开。11月22日,《市场准入负面清单(2019年版)》发布',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ time: '19-25',
|
|
|
|
+ title: '【重点任务看进展】经济体制改革深入推进',
|
|
|
|
+ text: '临近年底,一系列重要改革继续保持年初以来的节奏密集展开。11月22日,《市场准入负面清单(2019年版)》发布',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ time: '19-25',
|
|
|
|
+ title: '【重点任务看进展】经济体制改革深入推进',
|
|
|
|
+ text: '临近年底,一系列重要改革继续保持年初以来的节奏密集展开。11月22日,《市场准入负面清单(2019年版)》发布',
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ activeName: 'first',
|
|
|
|
+ ztyt: [
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士中国工程院新增两名吉林省院士中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士中国工程院新增两名吉林省院士中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士中国工程院新增两名吉林省院士中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ { text: '2019年中国科学院、中国工程院新增两名吉林省院士', time: '2019-12-05' },
|
|
|
|
+ ],
|
|
|
|
+ };
|
|
},
|
|
},
|
|
created() {},
|
|
created() {},
|
|
methods: {},
|
|
methods: {},
|
|
@@ -40,4 +195,116 @@ export default {
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
|
|
|
|
-<style lang="less" scoped></style>
|
|
|
|
|
|
+<style lang="less" scoped>
|
|
|
|
+.w_1200 {
|
|
|
|
+ width: 1200px;
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+}
|
|
|
|
+.info {
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+ .left {
|
|
|
|
+ width: 514px;
|
|
|
|
+ height: 612px;
|
|
|
|
+ margin-right: 10px;
|
|
|
|
+ background: #fff;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ .con {
|
|
|
|
+ padding: 0px 10px;
|
|
|
|
+ margin-bottom: 27px;
|
|
|
|
+ .time {
|
|
|
|
+ height: 20px;
|
|
|
|
+ background-color: #005293;
|
|
|
|
+ width: 60px;
|
|
|
|
+ line-height: 20px;
|
|
|
|
+ text-align: center;
|
|
|
|
+ color: #fff;
|
|
|
|
+ }
|
|
|
|
+ .list {
|
|
|
|
+ padding-left: 10px;
|
|
|
|
+ .title1 {
|
|
|
|
+ font-size: 17px;
|
|
|
|
+ color: #005293;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ }
|
|
|
|
+ .con1 {
|
|
|
|
+ font-size: 15px;
|
|
|
|
+ color: #666;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .right {
|
|
|
|
+ width: 676px;
|
|
|
|
+ height: 612px;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ padding: 10px 10px 0px 20px;
|
|
|
|
+ }
|
|
|
|
+ .title {
|
|
|
|
+ height: 39px;
|
|
|
|
+ border-bottom: 1px solid #ccc;
|
|
|
|
+ line-height: 39px;
|
|
|
|
+ width: 474px;
|
|
|
|
+ margin: 20px;
|
|
|
|
+ .shu {
|
|
|
|
+ width: 4px;
|
|
|
|
+ height: 20px;
|
|
|
|
+ background-color: #005293;
|
|
|
|
+ margin-right: 10px;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ margin-bottom: -3px;
|
|
|
|
+ }
|
|
|
|
+ p {
|
|
|
|
+ font-size: 20px;
|
|
|
|
+ color: #005293;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ }
|
|
|
|
+ .more {
|
|
|
|
+ text-align: right;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .ztyt {
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ height: 538px;
|
|
|
|
+ .list1 {
|
|
|
|
+ padding: 0px 20px;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ color: #555555;
|
|
|
|
+ font-family: '微软雅黑';
|
|
|
|
+ padding: 4.5px 20px;
|
|
|
|
+ .circle {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ width: 4px;
|
|
|
|
+ height: 4px;
|
|
|
|
+ margin: 0 10px 8px 0;
|
|
|
|
+ background: #ccc;
|
|
|
|
+ }
|
|
|
|
+ .text {
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ width: 380px;
|
|
|
|
+ display: inline-block;
|
|
|
|
+ }
|
|
|
|
+ .time {
|
|
|
|
+ text-align: right;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .list1:last-child {
|
|
|
|
+ padding-bottom: 0;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+/deep/.el-tabs__item {
|
|
|
|
+ font-size: 20px;
|
|
|
|
+}
|
|
|
|
+/deep/.el-tabs__active-bar {
|
|
|
|
+ width: 80px;
|
|
|
|
+}
|
|
|
|
+</style>
|