提交 a543cf5f authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 99601c31
......@@ -306,6 +306,28 @@ export default {
pathType: 1
}
]
},
{
name: this.$t('menu.degreeChild.doctor'),
isShow: false,
childern: [
{
name: this.$t('menu.degreeChild.doctorChild.cbu_online'),
path: 'https://cbu-online.ezijing.com/',
pathType: 1
}
]
},
{
name: '企业家学者DBA',
isShow: false,
childern: [
{
name: '数字领导力企业家学者(DBA)',
path: 'https://cbu-enterprise.ezijing.com/',
pathType: 1
}
]
}
]
},
......@@ -338,11 +360,11 @@ export default {
path: 'https://cbu-plus.ezijing.com/',
pathType: 1
},
{
name: this.$t('menu.degreeChild.doctorChild.cbu_online'),
path: 'https://cbu-online.ezijing.com/',
pathType: 1
}
// {
// name: this.$t('menu.degreeChild.doctorChild.cbu_online'),
// path: 'https://cbu-online.ezijing.com/',
// pathType: 1
// }
]
}
]
......
......@@ -52,11 +52,11 @@ export default {
title: this.$t('home.abroad.tabBtn2'),
isLine: false,
children: [
{
img: 'https://webapp-pub.ezijing.com/www/pc/home/personal/abroad3.png',
desc: this.$t('home.abroad.cbu_online'),
href: 'https://cbu-online.ezijing.com/'
},
// {
// img: 'https://webapp-pub.ezijing.com/www/pc/home/personal/abroad3.png',
// desc: this.$t('home.abroad.cbu_online'),
// href: 'https://cbu-online.ezijing.com/'
// },
{
img: 'https://webapp-pub.ezijing.com/www/pc/home/personal/abroad3.png',
desc: this.$t('home.abroad.cbu_plus'),
......@@ -72,26 +72,24 @@ export default {
<style lang="scss" scoped>
.content_con {
margin-top: 21px;
display: flex;
display: grid;
grid-template-columns: repeat(2, 1fr);
row-gap: 20px;
padding: 40px 32px;
background: #ffffff;
padding: 43px 30px 50px 30px;
.con_left {
height: 192px;
display: flex;
flex-direction: column;
// align-items: center;
.left_tit {
font-size: 16px;
color: #000000;
text-align: center;
}
.left_content {
display: flex;
margin-top: 20px;
.left_con1 {
display: flex;
margin-top: 30px;
li {
width: 260px;
......@@ -131,9 +129,8 @@ export default {
}
.line1 {
width: 0px;
height: 120px;
border: 1px dashed #c4c4c4;
margin: 30px 30px;
margin: 0 30px;
}
}
}
......
......@@ -7,6 +7,7 @@
<div class="con_left" v-for="(item, index) in degreeList" :key="index">
<div class="left_tit">{{ item.title }}</div>
<div class="left_content">
<div class="line" v-if="item.isLine"></div>
<ul class="left_con">
<li v-for="(it, index) in item.children" :key="index">
<AppLink :data="it">
......@@ -15,7 +16,6 @@
</AppLink>
</li>
</ul>
<div class="line" v-if="item.isLine"></div>
</div>
</div>
</div>
......@@ -30,7 +30,7 @@ export default {
degreeList: [
{
title: this.$t('home.degree.tabBtn1'),
isLine: true,
isLine: false,
children: [
{
img: 'https://webapp-pub.ezijing.com/www/pc/home/personal/master_med1.png',
......@@ -56,7 +56,7 @@ export default {
},
{
title: this.$t('home.degree.tabBtn2'),
isLine: false,
isLine: true,
children: [
{
img: 'https://webapp-pub.ezijing.com/www/pc/home/personal/mba1.png',
......@@ -74,6 +74,28 @@ export default {
href: 'https://caas.ezijing.com/'
}
]
},
{
title: '— 博士 —',
isLine: false,
children: [
{
img: 'https://webapp-pub.ezijing.com/www/pc/home/personal/cbu-online.png',
desc: '加州浸会大学<br/>在线工商管理博士DBA',
href: 'https://cbu-online.ezijing.com/'
}
]
},
{
title: '— 企业家学者DBA —',
isLine: true,
children: [
{
img: 'https://webapp-pub.ezijing.com/www/pc/home/personal/cbu-enterprise.png',
desc: '数字领导力<br/>企业家学者DBA',
href: 'https://cbu-enterprise.ezijing.com/'
}
]
}
]
}
......@@ -83,25 +105,25 @@ export default {
<style lang="scss" scoped>
.content_con {
margin-top: 20px;
display: flex;
padding: 59px 40px 49px 32px;
display: grid;
grid-template-columns: repeat(2, 1fr);
row-gap: 20px;
padding: 40px 32px;
background: #ffffff;
.con_left {
height: 192px;
display: flex;
flex-direction: column;
.left_tit {
font-size: 16px;
color: #000000;
text-align: center;
}
.left_content {
display: flex;
margin-top: 20px;
.left_con {
display: flex;
justify-content: space-around;
margin-top: 30px;
li {
width: 148px;
display: flex;
......@@ -138,68 +160,10 @@ export default {
}
.line {
width: 0px;
height: 129px;
border: 1px dashed #c4c4c4;
margin: 30px 25px 5px 25px;
}
.left_con1 {
display: flex;
margin-top: 30px;
li {
width: 342px;
height: 130px;
background: #f9f8f8;
box-sizing: border-box;
.con {
width: 342px;
height: 130px;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 16px 10px 10px;
}
&:hover {
background: #aa1940;
.con_desc {
color: #f9f8f8;
}
}
.con_img {
width: 160px;
height: 110px;
}
.con_desc {
margin-left: 16px;
white-space: nowrap;
text-align: center;
width: 140px;
font-size: 14px;
line-height: 18px;
color: #333333;
}
}
li:nth-child(2) {
margin-left: 30px;
}
}
.line1 {
width: 0px;
height: 129px;
border: 1px dashed #c4c4c4;
margin: 30px 35px;
margin: 0 30px;
}
}
}
.con_left:nth-child(1) {
.left_tit {
margin-left: 275px;
}
}
.con_left:nth-child(2) {
align-items: center;
}
}
</style>
......@@ -21,7 +21,7 @@
</div>
</div>
<div class="content_top">
<h6 class="top_title">留学深造</h6>
<h6 class="top_title">国际留学</h6>
<div class="top_con">
<div class="con_left con_left1" v-for="(item, index) in abroadList" :key="index">
<div class="left_tit">{{ item.title }}</div>
......
......@@ -4,7 +4,7 @@ export default {
base: '实践基地',
industrial: '产业学院',
degree: '国际学位',
abroad: '留学深造',
abroad: '国际留学',
story: '校友故事',
notice: '通知公告',
contact: '政府教育合作',
......@@ -180,7 +180,7 @@ export default {
studyAbroadMaster: '国际硕士<br/>保研项目'
},
abroad: {
title: '留学深造',
title: '国际留学',
tabBtn1: '— 硕士 —',
tabBtn2: '— 博士 —',
sbu: '纽约州立大学<br/>石溪分校<br/>金融学硕士<br/>保研项目NSF',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论