提交 877a6de8 authored 作者: matian's avatar matian

fix:代码优化

...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<div class="dialog-box" @click.stop> <div class="dialog-box" @click.stop>
<h2 class="title">关注我们</h2> <h2 class="title">关注我们</h2>
<div class="follow"> <div class="follow">
<img src="https://zws-imgs-pub.ezijing.com/static/public/d2d9945d598e81c3b58aff5ce927a78a.jpg" /> <img src="https://webapp-pub.ezijing.com/project/caas/qr.jpeg" />
<p>扫码关注 了解更多</p> <p>扫码关注 了解更多</p>
</div> </div>
</div> </div>
......
...@@ -29,8 +29,12 @@ ...@@ -29,8 +29,12 @@
<div class="li-tit" v-html="$t('home.ranking.item3Tit')"></div> <div class="li-tit" v-html="$t('home.ranking.item3Tit')"></div>
<div class="li-tit1" v-html="$t('home.ranking.item3Tit1')"></div> <div class="li-tit1" v-html="$t('home.ranking.item3Tit1')"></div>
<<<<<<< HEAD
<div class="item item_two"> <div class="item item_two">
=======
<div class="item">
>>>>>>> 5889648881a3e47155122dd37f0f59bac8bccf23
<div class="tit"><span class="no">2021.No.</span><span class="num">1</span></div> <div class="tit"><span class="no">2021.No.</span><span class="num">1</span></div>
<div class="p" v-html="$t('home.ranking.item3Txt1')"></div> <div class="p" v-html="$t('home.ranking.item3Txt1')"></div>
</div> </div>
...@@ -81,11 +85,12 @@ export default { ...@@ -81,11 +85,12 @@ export default {
} }
} }
.content-mian { .content-mian {
width: 1200px; width: 1400px;
margin: 0 auto; margin: 0 auto;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
.li_center { .li_center {
flex: 0 200px !important;
// align-self: center; // align-self: center;
display: flex; display: flex;
justify-content: center; justify-content: center;
...@@ -93,6 +98,7 @@ export default { ...@@ -93,6 +98,7 @@ export default {
flex-direction: column; flex-direction: column;
} }
.li { .li {
flex: 1;
// width: 250px; // width: 250px;
margin: auto; margin: auto;
.li-tit { .li-tit {
...@@ -102,31 +108,32 @@ export default { ...@@ -102,31 +108,32 @@ export default {
color: #fff; color: #fff;
font-weight: 400; font-weight: 400;
} }
.li-tit1{ .li-tit1 {
font-size: 28px; font-size: 28px;
font-weight: 300; font-weight: 300;
line-height: 24px; line-height: 24px;
color: #FFFFFF; color: #ffffff;
margin-top: 11px; margin-top: 11px;
text-align: center;
} }
.li-tit2{ .li-tit2 {
font-size: 28px; font-size: 28px;
font-weight: 500; font-weight: 500;
line-height: 70px; line-height: 70px;
color: #FFFFFF; color: #ffffff;
opacity: 1; opacity: 1;
} }
.item { .item {
.tit { .tit {
padding-top: 46px; padding-top: 46px;
color: #FBFBFB; color: #fbfbfb;
text-align: center; text-align: center;
margin-bottom: 15px; margin-bottom: 15px;
line-height: 34px; line-height: 34px;
.no { .no {
font-size: 24px; font-size: 24px;
} }
.num{ .num {
font-size: 48px; font-size: 48px;
} }
} }
......
...@@ -33,9 +33,9 @@ export default { ...@@ -33,9 +33,9 @@ export default {
link: [ link: [
{ title: '中国教育部', href: 'http://www.pbc.gov.cn/' }, { title: '中国教育部', href: 'http://www.pbc.gov.cn/' },
{ title: '教育涉外监管信息网', href: 'http://www.pbc.gov.cn/' }, { title: '教育涉外监管信息网', href: 'http://www.pbc.gov.cn/' },
{ title: 'CAAS', href: 'https://www.culinaryartsswitzerland.com/en/' }, { title: '瑞士美食艺术管理大学', href: 'https://www.culinaryartsswitzerland.com/en/' },
{ title: 'CRCS大学', href: 'https://www.cesarritzcolleges.edu/en/' }, { title: '瑞士恺撒里兹大学', href: 'https://www.cesarritzcolleges.edu/en/' },
{ title: 'SHMS MBA', href: 'https://shms.ezijing.com/' }, { title: '瑞士酒店管理大学 MBA', href: 'https://shms.ezijing.com/' },
{ title: '紫荆教育', href: 'https://www.ezijing.com/' } { title: '紫荆教育', href: 'https://www.ezijing.com/' }
], ],
link2: [ link2: [
......
...@@ -49,15 +49,17 @@ ...@@ -49,15 +49,17 @@
</p> </p>
<p class="sendcode"> <p class="sendcode">
<el-input v-model="sendCode" :placeholder="$t('aside.code')" size="small"></el-input <el-input v-model="sendCode" :placeholder="$t('aside.code')" size="small"></el-input
><el-button class="btn" :disabled="isBtnDisabled" id="checkedCode" @click="getSendCode" ><el-button class="btn" :disabled="isBtnDisabled" id="checkedCode" @click="getSendCode">{{
>{{ $t('aside.codeBtn') }}</el-button $t('aside.codeBtn')
> }}</el-button>
</p>
<p>
<el-button style="width: 100%" @click="submitEnroll">{{ $t('aside.formBtn') }}</el-button>
</p> </p>
<p><el-button style="width: 100%" @click="submitEnroll">{{ $t('aside.formBtn') }}</el-button></p>
</div> </div>
<div class="wx_cont" v-show="tabBtnTarget === 'wx'"> <div class="wx_cont" v-show="tabBtnTarget === 'wx'">
<h5>{{ $t('aside.follow') }}</h5> <h5>{{ $t('aside.follow') }}</h5>
<img src="https://zws-imgs-pub.ezijing.com/static/public/d2d9945d598e81c3b58aff5ce927a78a.jpg" /> <img src="https://webapp-pub.ezijing.com/project/caas/qr.jpeg" />
</div> </div>
</div> </div>
</transition> </transition>
...@@ -86,7 +88,7 @@ export default { ...@@ -86,7 +88,7 @@ export default {
{ label: '应用心理学硕士', value: '1006' }, { label: '应用心理学硕士', value: '1006' },
{ label: '教育学硕士', value: '1005' }, { label: '教育学硕士', value: '1005' },
{ label: '中国未来金融领袖计划', value: '1007' }, { label: '中国未来金融领袖计划', value: '1007' },
{ label: '本科 / 硕士课程', value: '1015' }, { label: '本科 / 硕士课程', value: '1015' }
] ]
} }
}, },
......
...@@ -54,21 +54,20 @@ export default { ...@@ -54,21 +54,20 @@ export default {
}, },
ranking: { ranking: {
title: '学校排名', title: '学校排名',
item1Tit: '瑞士美食艺术管理大学 <br/>', item1Tit: '瑞士美食艺术管理大学 ',
item1Tit1:'CULINARY ARTS ACADEMY SWITZERLAND', item1Tit1: 'CULINARY ARTS ACADEMY SWITZERLAND',
// item2Tit: 'KELLEY 商学院', // item2Tit: 'KELLEY 商学院',
item3Tit: '瑞士恺撒里兹大学 ', item3Tit: '瑞士恺撒里兹大学',
item3Tit1: 'CÉSAR RITZ COLLAGE SWITZERLAND', item3Tit1: 'CÉSAR RITZ COLLEGES SWITZERLAND',
item1Txt1: '唯一进入全球款待业与休闲专业排名的美食艺术院校<br/>【QS排名】',
item1Txt1: '唯一进入全球款待业与休闲专业排名的美食艺术院校<br/>【2021年QS排名】', item1Txt2: '全休款待业与休闲管理院校<br/>【QS排名】',
item1Txt2: '全休款待业与休闲管理院校<br/>【2021年QS排名】',
item2Tit11: '顶尖双校合作项目', item2Tit11: '顶尖双校合作项目',
item2Tit12: '源于瑞士', item2Tit12: '源于瑞士',
item2Tit13: '放眼全球', item2Tit13: '放眼全球',
item2Tit14: '服务中国', item2Tit14: '服务中国',
item2Txt2: '来自64个不同国家的师生 ', item2Txt2: '来自64个不同国家的师生 ',
item3Txt1: '全球综合排名第一的酒店管理学校<br/>【2021年QS排名】', item3Txt1: '全球综合排名第一的酒店管理学校<br/>【QS排名】',
item3Txt2: '全球款待业与休闲管理院校<br/>【2021年QS排名】' item3Txt2: '全球款待业与休闲管理院校<br/>【QS排名】'
}, },
news: { news: {
title: '最新动态' title: '最新动态'
...@@ -97,10 +96,11 @@ export default { ...@@ -97,10 +96,11 @@ export default {
email: '邮&nbsp;&nbsp;&nbsp;&nbsp;箱:service@ezijing.com', email: '邮&nbsp;&nbsp;&nbsp;&nbsp;箱:service@ezijing.com',
link1: '中国教育部', link1: '中国教育部',
link2: '教育涉外监管信息网', link2: '教育涉外监管信息网',
link3: ' CAAS', link3: '瑞士美食艺术管理大学',
link4: 'CRCS大学', link4: '瑞士恺撒里兹大学',
link5: 'SHMS MBA', link5: '瑞士酒店管理大学 MBA',
link6: '紫荆教育' link6: '紫荆教育',
weChat: '微信公众号'
}, },
// 项目背景 // 项目背景
bg: { bg: {
......
...@@ -55,19 +55,19 @@ export default { ...@@ -55,19 +55,19 @@ export default {
ranking: { ranking: {
title: '学校排名', title: '学校排名',
item1Tit: '瑞士美食艺术管理大学 ', item1Tit: '瑞士美食艺术管理大学 ',
item1Tit1:'CULINARY ARTS ACADEMY SWITZERLAND', item1Tit1: 'CULINARY ARTS ACADEMY SWITZERLAND',
// item2Tit: 'KELLEY 商学院', // item2Tit: 'KELLEY 商学院',
item3Tit: '瑞士恺撒里兹大学', item3Tit: '瑞士恺撒里兹大学',
item3Tit1: 'CÉSAR RITZ COLLAGE SWITZERLAND', item3Tit1: 'CÉSAR RITZ COLLEGES SWITZERLAND',
item1Txt1: '唯一进入全球款待业与休闲专业排名的美食艺术院校<br/>【2021年QS排名】', item1Txt1: '唯一进入全球款待业与休闲专业排名的美食艺术院校<br/>【QS排名】',
item1Txt2: '全休款待业与休闲管理院校<br/>【2021年QS排名】', item1Txt2: '全休款待业与休闲管理院校<br/>【QS排名】',
item2Tit11: '顶尖双校合作项目', item2Tit11: '顶尖双校合作项目',
item2Tit12: '源于瑞士', item2Tit12: '源于瑞士',
item2Tit13: '放眼全球', item2Tit13: '放眼全球',
item2Tit14: '服务中国', item2Tit14: '服务中国',
item2Txt2: '来自64个不同国家的师生 ', item2Txt2: '来自64个不同国家的师生 ',
item3Txt1: '全球综合排名第一的酒店管理学校<br/>【2021年QS排名】', item3Txt1: '全球综合排名第一的酒店管理学校<br/>【QS排名】',
item3Txt2: '全球款待业与休闲管理院校<br/>【2021年QS排名】' item3Txt2: '全球款待业与休闲管理院校<br/>【QS排名】'
}, },
news: { news: {
title: '最新动态' title: '最新动态'
...@@ -96,10 +96,11 @@ export default { ...@@ -96,10 +96,11 @@ export default {
email: '邮&nbsp;&nbsp;&nbsp;&nbsp;箱:service@ezijing.com', email: '邮&nbsp;&nbsp;&nbsp;&nbsp;箱:service@ezijing.com',
link1: '中国教育部', link1: '中国教育部',
link2: '教育涉外监管信息网', link2: '教育涉外监管信息网',
link3: ' CAAS', link3: '瑞士美食艺术管理大学',
link4: 'CRCS大学', link4: '瑞士恺撒里兹大学',
link5: 'SHMS MBA', link5: '瑞士酒店管理大学 MBA',
link6: '紫荆教育' link6: '紫荆教育',
weChat: '微信公众号'
}, },
// 项目背景 // 项目背景
bg: { bg: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论