|
@@ -1,18 +1,533 @@
|
|
|
<template>
|
|
|
- <div class="home">
|
|
|
- <img alt="Vue logo" src="../assets/logo.png">
|
|
|
- <HelloWorld msg="Welcome to Your Vue.js App"/>
|
|
|
+ <div class="container">
|
|
|
+ <banner></banner>
|
|
|
+ <!-- 关于我们 -->
|
|
|
+ <div class="about w">
|
|
|
+ <div class="leftbox">
|
|
|
+ <titles type="1" title="关于我们" en="About us"></titles>
|
|
|
+ <cover class="cover"></cover>
|
|
|
+ <div class="abouttext">
|
|
|
+ <h4>本刊介绍:</h4>
|
|
|
+ <p>
|
|
|
+ 经济纵横》是吉林省社会科学院(社科联)主管、主办的经济学综合性学术期刊。创办于1985年,月刊,每期约20万字。
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ 《经济纵横》被确定为国家社科基金资助期刊(经济学类)。同时,还是中文社会科学引文索引(CSSCI)来源期刊、全国中文核心期刊、中国人文社会科学核心期刊。近年来,多次被列入中国人民大学书报资料中心“复印报刊资料”重要转载来源期刊。2016年,被吉林省新闻出版广电局评为“吉林省一级期刊”“吉林省社科期刊30强”...
|
|
|
+ </p>
|
|
|
+ <b>→</b>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <bottons class="bottons"></bottons>
|
|
|
+ </div>
|
|
|
+ <!-- 本期要目 -->
|
|
|
+ <div class="directory w">
|
|
|
+ <titles type="9" title="本期要目" en="Directory" @jump="jumpList"></titles>
|
|
|
+ <div class="contentList">
|
|
|
+ <el-card class="imgbox" v-for="(item, index) in directorylist" :key="index">
|
|
|
+ <img :src="item.path" alt="人物">
|
|
|
+ <p class="text" @click="jump(item)">{{ item.text }}</p>
|
|
|
+ <p class="date">{{ item.date }}</p>
|
|
|
+ </el-card>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 最新动态 -->
|
|
|
+ <div class="news w">
|
|
|
+ <titles type="2" title="最新动态" en="news" @jump="jumpList"></titles>
|
|
|
+ <div class="contentList">
|
|
|
+ <div class="imngbox" v-for="(item, index) in newslist" :key="index" @click="jump(item)">
|
|
|
+ <img :src="item.path" alt="最新动态" class="left">
|
|
|
+ <div class="right">
|
|
|
+ <p class="title">{{ item.title }}</p>
|
|
|
+ <p class="date">{{ item.date }}</p>
|
|
|
+ <p class="text">{{ item.text }}</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 往期回顾 -->
|
|
|
+ <div class="review w">
|
|
|
+ <div class="titlebox">
|
|
|
+ <div class="xian"></div>
|
|
|
+ <div class="title">
|
|
|
+ <img src="../assets/icons/tb0.png" alt="图标">
|
|
|
+ <h2 class="black">往期</h2>
|
|
|
+ <h2 class="red">回顾</h2>
|
|
|
+ </div>
|
|
|
+ <div class="xian"></div>
|
|
|
+ <div class="more" @click="jumpList('4')">更多>></div>
|
|
|
+ </div>
|
|
|
+ <div class="contentList">
|
|
|
+ <div class="circular" @click="jump(item)" :class="{ circular2: mous == index }" v-for="(item, index) in reviewlist" :key="index" @mouseover="mouseOver(index)" @mouseleave="mouseLeave(index)">
|
|
|
+ <div class="txtbox">
|
|
|
+ <p class="year" :class="{ year2: mous == index }">{{ item.year }}</p>
|
|
|
+ <p class="date" :class="{ date2: mous == index }">{{ item.date }}</p>
|
|
|
+ <p class="title" :class="{ title2: mous == index }">{{ item.title }}</p>
|
|
|
+ <p class="text" :class="{ text2: mous == index }">{{ item.text }}</p>
|
|
|
+ <p class="yes" :class="{ yes2: mous == index }">✔</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- 联系我们 -->
|
|
|
+ <div class="communication w">
|
|
|
+ <div class="left">
|
|
|
+ <titles type="8" title="联系我们" en="Communication" @jump="jumpList"></titles>
|
|
|
+ <div class="textlist">
|
|
|
+ <p class="textbox" @click="jump(item)" v-for="(item, index) in communicationlist" :key="index">
|
|
|
+ <span class="text">{{ item.text }}</span>
|
|
|
+ <span class="date">{{ item.date }}</span>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="right">
|
|
|
+ <div class="text">
|
|
|
+ <h2>本刊声明</h2>
|
|
|
+ <span>statement</span>
|
|
|
+ <p>1.本刊实行双向匿名审稿制度。</p>
|
|
|
+ <p>2.本刊不以任何形式收取审稿费、版面费。</p>
|
|
|
+ <p>3.本刊未与任何社会中介机构合作办刊, 并保留向假冒者追究法律责任的权利。</p>
|
|
|
+ </div>
|
|
|
+ <div class="weixin">
|
|
|
+ <img src="../assets/weixin.png" alt="微信">
|
|
|
+ <p>微信</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-// @ is an alias to /src
|
|
|
-import HelloWorld from '@/components/HelloWorld.vue'
|
|
|
-
|
|
|
+import banner from '../components/banner.vue'
|
|
|
+import bottons from '../components/sidebar/buttons.vue'
|
|
|
+import cover from '../components/sidebar/cover.vue'
|
|
|
+import titles from '../components/sidebar/title.vue'
|
|
|
export default {
|
|
|
- name: 'Home',
|
|
|
components: {
|
|
|
- HelloWorld
|
|
|
- }
|
|
|
+ banner,
|
|
|
+ cover,
|
|
|
+ bottons,
|
|
|
+ titles
|
|
|
+ },
|
|
|
+ data () {
|
|
|
+ return {
|
|
|
+ mous: -1,
|
|
|
+ communicationlist: [
|
|
|
+ {
|
|
|
+ text: '《经济纵横》在2019年度复印报刊资料转…',
|
|
|
+ date: '2020-12-13',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: '《经济纵横》在2019年度复印报刊资料转…',
|
|
|
+ date: '2020-12-13',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: '《经济纵横》在2019年度复印报刊资料转…',
|
|
|
+ date: '2020-12-13',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: '《经济纵横》在2019年度复印报刊资料转…',
|
|
|
+ date: '2020-12-13',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: '《经济纵横》在2019年度复印报刊资料转…',
|
|
|
+ date: '2020-12-13',
|
|
|
+ id: '1'
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ directorylist: [
|
|
|
+ {
|
|
|
+ path: require('../assets/people/r1.png'),
|
|
|
+ text: '罗雄飞 关于《资本论》研究对象及相关',
|
|
|
+ date: '2021-03-10',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: require('../assets/people/r2.png'),
|
|
|
+ text: '程恩富 40年中美农产品贸易:回顾与展',
|
|
|
+ date: '2021-03-10',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: require('../assets/people/r4.png'),
|
|
|
+ text: '杨丹辉 百年未有之大变局下全球价值链',
|
|
|
+ date: '2021-03-10',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: require('../assets/people/r4.png'),
|
|
|
+ text: '杨丹辉 百年未有之大变局下全球价值链',
|
|
|
+ date: '2021-03-10',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: require('../assets/people/r5.png'),
|
|
|
+ text: '钟春平 高质量发展需要有创造性破坏思',
|
|
|
+ date: '2021-03-10',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: require('../assets/people/r6.png'),
|
|
|
+ text: '张自然 空间聚集条件下政府效率的影响',
|
|
|
+ date: '2021-03-10',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: require('../assets/people/r8.png'),
|
|
|
+ text: '于长革 “十四五”时期加强财政统筹的',
|
|
|
+ date: '2021-03-10',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: require('../assets/people/r8.png'),
|
|
|
+ text: '于长革 “十四五”时期加强财政统筹的',
|
|
|
+ date: '2021-03-10',
|
|
|
+ id: '1'
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ newslist: [
|
|
|
+ {
|
|
|
+ title: '第四届当代中国马克思主…',
|
|
|
+ path: require('../assets/people/new1.png'),
|
|
|
+ text: '“第四届当代中国马克思主义政治经济学创新与发展高端论坛暨《经济纵横》……',
|
|
|
+ date: '2021-03-10',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '《经济纵横》召开“社会主义…',
|
|
|
+ path: require('../assets/people/new2.png'),
|
|
|
+ text: '“第四届当代中国马克思主义政治经济学创新与发展高端论坛暨《经济纵横》……',
|
|
|
+ date: '2021-03-10',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '疫情防控 吉林在行动…',
|
|
|
+ path: require('../assets/people/new3.png'),
|
|
|
+ text: '第四届当代中国马克思主义政治经济学创新与发展高端论坛暨《经济纵横》……',
|
|
|
+ date: '2021-03-10',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '中央经济工作会议在北京举…',
|
|
|
+ path: require('../assets/people/new1.png'),
|
|
|
+ text: '“第四届当代中国马克思主义政治经济学创新与发展高端论坛暨《经济纵横》……',
|
|
|
+ date: '2021-03-10',
|
|
|
+ id: '1'
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ reviewlist: [
|
|
|
+ {
|
|
|
+ title: '《经济纵横》2021年第03期目录',
|
|
|
+ date: '第03期',
|
|
|
+ text: '马克思主义政治经济学创新与发展关于《资本论》研究对象及相关问题的再认识',
|
|
|
+ year: '2021年',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '《经济纵横》2021年第03期目录',
|
|
|
+ date: '第02期',
|
|
|
+ text: '马克思主义政治经济学创新与发展关于《资本论》研究对象及相关问题的再认识',
|
|
|
+ year: '2021年',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '《经济纵横》2021年第03期目录',
|
|
|
+ date: '第12期',
|
|
|
+ text: '马克思主义政治经济学创新与发展关于《资本论》研究对象及相关问题的再认识',
|
|
|
+ year: '2021年',
|
|
|
+ id: '1'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '《经济纵横》2021年第03期目录',
|
|
|
+ date: '第01期',
|
|
|
+ text: '马克思主义政治经济学创新与发展关于《资本论》研究对象及相关问题的再认识',
|
|
|
+ year: '2021年',
|
|
|
+ id: '1'
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ // 移入事件
|
|
|
+ mouseOver (e) {
|
|
|
+ this.mous = e
|
|
|
+ },
|
|
|
+ // 移出事件
|
|
|
+ mouseLeave (e) {
|
|
|
+ this.mous = -1
|
|
|
+ },
|
|
|
+ jump (e) {
|
|
|
+ console.log(e)
|
|
|
+ this.$router.push(`/details/${e.id}`)
|
|
|
+ },
|
|
|
+ jumpList (e) {
|
|
|
+ console.log(e)
|
|
|
+ this.$router.push(`/list/${e}`)
|
|
|
+ }
|
|
|
+ },
|
|
|
+ mounted () {}
|
|
|
}
|
|
|
</script>
|
|
|
+<style lang="less" scoped>
|
|
|
+.w {
|
|
|
+ width: 80%;
|
|
|
+ margin: 5vh auto;
|
|
|
+}
|
|
|
+/* 关于我们 */
|
|
|
+.about {
|
|
|
+ display: flex;
|
|
|
+ margin-bottom: 5vh;
|
|
|
+ .leftbox {
|
|
|
+ width: 70%;
|
|
|
+ display: flex;
|
|
|
+ color: #696969;
|
|
|
+ font-size: 1.2em;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ .cover {
|
|
|
+ width: 25%;
|
|
|
+ padding-top: 20px;
|
|
|
+ }
|
|
|
+ .abouttext {
|
|
|
+ width: 50%;
|
|
|
+ margin: 0 10%;
|
|
|
+ p {
|
|
|
+ text-indent: 1em;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .bottons {
|
|
|
+ width: 30%;
|
|
|
+ }
|
|
|
+}
|
|
|
+/* 本期要目 */
|
|
|
+.directory {
|
|
|
+ margin-top: 15vh;
|
|
|
+ .contentList {
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ .imgbox {
|
|
|
+ width: 23%;
|
|
|
+ margin: 1%;
|
|
|
+ /deep/ .el-card__body {
|
|
|
+ height: 100%;
|
|
|
+ img {
|
|
|
+ display: block;
|
|
|
+ height: 70%;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ p {
|
|
|
+ color: #696969;
|
|
|
+ }
|
|
|
+ .text {
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+/* 最新动态 */
|
|
|
+.news {
|
|
|
+ .contentList {
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ .imngbox {
|
|
|
+ width: 50%;
|
|
|
+ height: 15vh;
|
|
|
+ display: flex;
|
|
|
+ margin: 1% 0;
|
|
|
+ .left {
|
|
|
+ width: 25%;
|
|
|
+ margin-right: 5%;
|
|
|
+ }
|
|
|
+ .right {
|
|
|
+ width: 70%;
|
|
|
+ p {
|
|
|
+ color: #696969;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+/* 往期回顾 */
|
|
|
+.review {
|
|
|
+ margin-top: 15vh;
|
|
|
+ .titlebox {
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ position: relative;
|
|
|
+ .title {
|
|
|
+ width: 20%;
|
|
|
+ display: flex;
|
|
|
+ img {
|
|
|
+ height: 30px;
|
|
|
+ margin-top: 20px;
|
|
|
+ }
|
|
|
+ h2 {
|
|
|
+ margin-top: -10px;
|
|
|
+ font-size: 2.5em;
|
|
|
+ letter-spacing: 5px;
|
|
|
+ }
|
|
|
+ .black {
|
|
|
+ margin-left: 20px;
|
|
|
+ }
|
|
|
+ .red {
|
|
|
+ color: #eb4f38;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .xian {
|
|
|
+ width: 40%;
|
|
|
+ height: 3px;
|
|
|
+ background: #a40000;
|
|
|
+ margin: 0 10px;
|
|
|
+ margin-top: 2%;
|
|
|
+ }
|
|
|
+ .more {
|
|
|
+ position: absolute;
|
|
|
+ right: 2%;
|
|
|
+ color: #999;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .contentList {
|
|
|
+ width: 100%;
|
|
|
+ height: 40vh;
|
|
|
+ display: flex;
|
|
|
+ .circular {
|
|
|
+ width: 20%;
|
|
|
+ height: 80%;
|
|
|
+ margin: 5% 2.5%;
|
|
|
+ border-radius: 38%;
|
|
|
+ background: #f0f0f0;
|
|
|
+ transform:rotate(45deg);
|
|
|
+ -ms-transform:rotate(45deg);
|
|
|
+ -moz-transform:rotate(45deg);
|
|
|
+ -webkit-transform:rotate(45deg);
|
|
|
+ -o-transform:rotate(45deg);
|
|
|
+ position: relative;
|
|
|
+ .txtbox{
|
|
|
+ position: absolute;
|
|
|
+ left: 50%;
|
|
|
+ margin-left: -50%;
|
|
|
+ top: 8%;
|
|
|
+ transform:rotate(-45deg);
|
|
|
+ -ms-transform:rotate(-45deg);
|
|
|
+ -moz-transform:rotate(-45deg);
|
|
|
+ -webkit-transform:rotate(-45deg);
|
|
|
+ -o-transform:rotate(-45deg);
|
|
|
+ width: 90%;
|
|
|
+ p {
|
|
|
+ line-height: 1.5em;
|
|
|
+ width: 100%;
|
|
|
+ margin: 0 auto;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .year {
|
|
|
+ color: #eb4f38;
|
|
|
+ font-size: 1.5em;
|
|
|
+ }
|
|
|
+ .title {
|
|
|
+ margin-top: 5px;
|
|
|
+ font-size: 1em;
|
|
|
+ color: #222;
|
|
|
+ }
|
|
|
+ .date {
|
|
|
+ font-size: 2.5em;
|
|
|
+ color: #eb4f38;
|
|
|
+ }
|
|
|
+ .text {
|
|
|
+ margin-top: 10px;
|
|
|
+ font-size: 0.8em;
|
|
|
+ color: #666666;
|
|
|
+ }
|
|
|
+ .yes {
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
+ margin: 8% auto;
|
|
|
+ color: #eb4f38;
|
|
|
+ border: 1px solid;
|
|
|
+ border-color: #999;
|
|
|
+ border-radius: 50%;
|
|
|
+ background: #f0f0f0;
|
|
|
+ line-height: 30px;
|
|
|
+ }
|
|
|
+ .year2 {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .title2 {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .date2 {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .text2 {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .yes2 {
|
|
|
+ background: #fff;
|
|
|
+ color: #039ae4;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .circular2 {
|
|
|
+ background: #c9161d;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+// 联系我们
|
|
|
+.communication {
|
|
|
+ display: flex;
|
|
|
+ .left {
|
|
|
+ width: 50%;
|
|
|
+ margin-left: 5%;
|
|
|
+ .textlist {
|
|
|
+ width: 100%;
|
|
|
+ .textbox {
|
|
|
+ width: 90%;
|
|
|
+ margin: 5% auto;
|
|
|
+ color: #999999;
|
|
|
+ display: flex;
|
|
|
+ .text {
|
|
|
+ width: 70%;
|
|
|
+ display: block;
|
|
|
+ cursor: pointer;
|
|
|
+ }
|
|
|
+ .date {
|
|
|
+ display: block;
|
|
|
+ width: 30%;
|
|
|
+ text-align: right;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .right {
|
|
|
+ width: 45%;
|
|
|
+ margin-left: 5%;
|
|
|
+ background: #a80002;
|
|
|
+ display: flex;
|
|
|
+ .text {
|
|
|
+ width: 70%;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 0.8em;
|
|
|
+ margin: 10% 5%;
|
|
|
+ }
|
|
|
+ .weixin {
|
|
|
+ width: 15%;
|
|
|
+ color: #fff;
|
|
|
+ margin-top: 20%;
|
|
|
+ img{
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ p {
|
|
|
+ width: 100%;
|
|
|
+ display: block;
|
|
|
+ text-align: center
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+@import '../assets/compatible.less';
|
|
|
+</style>
|