提交 fbf294e0 authored 作者: pengxiaohui's avatar pengxiaohui

Merge branch 'ezijing-v2' of https://gitlab.ezijing.com/webapp/ezijing-www-pc into ezijing-v2

......@@ -19,7 +19,7 @@
<div class="mail" v-html="$t('foot.email')"></div>
</div>
<div class="right-content">
<img src="https://webapp-pub.ezijing.com/project/marywood/ezijing-code.jpg" class="code">
<img src="https://webapp-pub.ezijing.com/project/marywood/ezijing-code.jpg" class="code" />
<div class="tips-txt">
<img src="https://zws-imgs-pub.ezijing.com/static/public/184235d9f6edbb39d52fc6f77339ff5b.png" alt="" />
<div class="txt">{{ $t('foot.weChat') }}</div>
......@@ -28,7 +28,7 @@
<div class="right-content">
<img src="https://webapp-pub.ezijing.com/project/marywood/ezijing_xet_x.png" alt="" class="code" />
<div class="tips-txt">
<img src="https://webapp-pub.ezijing.com/www/pc/icon_gongkaike.png" alt="">
<img src="https://webapp-pub.ezijing.com/www/pc/icon_gongkaike.png" alt="" />
<div class="txt">{{ $t('foot.ezjClass') }}</div>
</div>
</div>
......@@ -65,14 +65,37 @@
href="https://beian.miit.gov.cn/#/Integrated/index"
style="color: rgba(153, 153, 153, 1); text-decoration: none"
>
<p style="font-size: 12px">京ICP备15016866号-1</p>
<p style="font-size: 12px">{{ icpNumber }}</p>
</a>
</div>
</div>
</div>
</template>
<script>
export default {}
export default {
computed: {
icpNumber() {
const map = [
{ icp: '京ICP备15016866号-4', host: 'seg-aisa.cn' },
{ icp: '京ICP备15016866号-5', host: 'segedu.cn' },
{ icp: '京ICP备15016866号-6', host: 'segcdc.cn' },
{ icp: '京ICP备15016866号-7', host: 'segcdc.com' },
{ icp: '京ICP备15016866号-8', host: 'segshms.cn' },
{ icp: '京ICP备15016866号-9', host: 'segshms.com' },
{ icp: '京ICP备15016866号-10', host: 'segcrcs.com' },
{ icp: '京ICP备15016866号-11', host: 'segcrcs.cn' },
{ icp: '京ICP备15016866号-12', host: 'seghim.cn' },
{ icp: '京ICP备15016866号-13', host: 'seghim.com' },
{ icp: '京ICP备15016866号-14', host: 'seg-aisa.com' },
{ icp: '京ICP备15016866号-1', host: 'ezijing.com' }
]
const found = map.find(item => {
return process.browser && location.hostname.includes(item.host)
})
return found ? found.icp : '京ICP备15016866号-1'
}
}
}
</script>
<style lang="scss" scoped>
.foot-mian {
......@@ -115,10 +138,10 @@ export default {}
letter-spacing: 3px;
opacity: 0.7;
margin-left: 88px;
.address{
.address {
max-width: 610px;
}
&.f-size{
&.f-size {
font-size: 16px;
}
}
......@@ -147,4 +170,4 @@ export default {}
}
}
}
</style>
\ No newline at end of file
</style>
......@@ -276,11 +276,11 @@ export default {
path: 'http://marywood.ezijing.com/',
pathType: 1
},
{
name: this.$t('menu.degreeChild.mbaChild.finance'),
path: 'https://sofia.ezijing.com',
pathType: 1
},
// {
// name: this.$t('menu.degreeChild.mbaChild.finance'),
// path: 'https://sofia.ezijing.com',
// pathType: 1
// },
{
name: this.$t('menu.degreeChild.mbaChild.internatidnal'),
path: 'https://shms.ezijing.com',
......
<template>
<div class="intr-content-box">
<img src="https://zws-imgs-pub.ezijing.com/static/public/e9de7416bef8822d5557afdfcda69f8a.png" alt="">
<img src="https://webapp-pub.ezijing.com/www/pc/home/banner.png" alt="" />
<div class="text-content">
<div class="title">{{ $t('about.project.title') }}</div>
<div class="text-intr" v-html="$t('about.project.text')"></div>
<div class="garish-content">
<div class="flex-box">
<div class="li w184">
<div class="col-txt">12<span>{{ $t('about.project.unit1') }}</span></div>
<div class="col-txt">
12<span>{{ $t('about.project.unit1') }}</span>
</div>
<div class="n-txt">{{ $t('about.project.itemText1') }}</div>
</div>
<div class="li w180">
<div class="col-txt">522<span>{{ $t('about.project.unit2') }}</span></div>
<div class="col-txt">
522<span>{{ $t('about.project.unit2') }}</span>
</div>
<div class="n-txt">{{ $t('about.project.itemText2') }}</div>
</div>
<div class="li w249">
......@@ -37,7 +41,10 @@
<div class="n-txt">{{ $t('about.project.itemText7') }}</div>
</div>
<div class="li w186">
<div class="col-txt"><span class="unit3Text">{{ $t('about.project.unit3Text') }}</span><span>{{ $t('about.project.unit3') }}+</span></div>
<div class="col-txt">
<span class="unit3Text">{{ $t('about.project.unit3Text') }}</span
><span>{{ $t('about.project.unit3') }}+</span>
</div>
<div class="n-txt">{{ $t('about.project.itemText8') }}</div>
</div>
</div>
......@@ -66,8 +73,7 @@
</template>
<script>
export default {
components: {
},
components: {},
data() {
return {
indexActive: 0
......@@ -81,119 +87,119 @@ export default {
}
</script>
<style lang="scss" scoped>
.intr-content-box{
.intr-content-box {
width: 1000px;
padding-bottom: 100px;
img{
img {
width: 100%;
display: block;
}
.text-content{
.text-content {
padding: 50px 64px 81px;
box-sizing: border-box;
background: #fff;
.title{
.title {
font-size: 22px;
font-weight: 500;
color: #424242;
margin-bottom: 15px;
}
.text-intr{
.text-intr {
font-size: 16px;
line-height: 32px;
color: #424242;
}
}
.garish-content{
.garish-content {
padding-top: 66px;
.flex-box{
.flex-box {
display: flex;
width: 800px;
margin: 0 auto;
&.mar-t-35{
&.mar-t-35 {
padding-top: 35px;
}
.li{
.li {
box-sizing: border-box;
padding-top: 6px;
// height: 70px;
border-right: 1px solid #C3C3C3;
&:last-child{
border-right: 1px solid #c3c3c3;
&:last-child {
border: none;
}
.col-txt{
.col-txt {
font-size: 36px;
font-weight: 500;
line-height: 30px;
color: #AA1941;
color: #aa1941;
text-align: center;
.unit3Text{
.unit3Text {
font-size: 36px;
}
span{
span {
font-size: 24px;
}
}
.n-txt{
.n-txt {
font-size: 16px;
font-family: auto;
// line-height: 34px;
text-align: center;
color: #666666;
}
&.w184{
&.w184 {
width: 184px;
}
&.w180{
&.w180 {
width: 180px;
}
&.w249{
&.w249 {
width: 249px;
}
&.w186{
&.w186 {
width: 186px;
}
&.w188{
&.w188 {
width: 188px;
}
}
}
}
.tab-content{
.tab-content {
padding-top: 80px;
.tab-nav{
.tab-nav {
display: flex;
justify-content: space-between;
.li{
.li {
width: 280px;
height: 150px;
box-sizing: border-box;
padding-top: 38px;
background: #FBFBFB;
background: #fbfbfb;
// margin-right: 16px;
cursor: pointer;
&.active{
background: #FFFFFF;
&.active {
background: #ffffff;
box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.06);
position: relative;
&::after{
&::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 8px;
background: #AA1941;
background: #aa1941;
}
}
.t1{
.t1 {
text-align: center;
line-height: 100%;
font-size: 24px;
font-weight: 500;
color: #AA1941;
color: #aa1941;
}
.t2{
.t2 {
font-size: 20px;
line-height: 100%;
color: #424242;
......@@ -203,9 +209,9 @@ export default {
}
}
}
.tab-con{
.tab-con {
width: 872px;
background: #FFFFFF;
background: #ffffff;
box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.06);
box-sizing: border-box;
padding: 20px 48px;
......@@ -215,28 +221,28 @@ export default {
font-weight: 400;
line-height: 40px;
color: #333333;
::v-deep{
span{
::v-deep {
span {
color: rgba(170, 25, 65, 1);
font-size: 28px;
font-weight: bold;
}
}
&.tab-con2{
&::after{
&.tab-con2 {
&::after {
top: -15px;
left: 50%;
transform: translateX(-50%);
}
}
&.tab-con3{
&::after{
&.tab-con3 {
&::after {
top: -15px;
left: auto;
right: 140px;
}
}
&::after{
&::after {
content: '';
position: absolute;
top: -15px;
......
<template>
<div class="news-content-box">
<img
src="https://zws-imgs-pub.ezijing.com/static/public/a72ef577c9bae694c6bfc33e5bfc93af.png"
alt=""
class="banner"
/>
<img src="https://webapp-pub.ezijing.com/www/pc/news/news.png" class="banner" />
<ul class="list-content">
<template v-for="(item, index) in listData">
<li :key="index">
......@@ -20,12 +16,7 @@
</template>
</ul>
<div class="pages-box">
<el-pagination
layout="prev, pager, next"
@current-change="handleCurrentChange"
:page-size="limit"
:total="total"
>
<el-pagination layout="prev, pager, next" @current-change="handleCurrentChange" :page-size="limit" :total="total">
</el-pagination>
</div>
</div>
......@@ -158,7 +149,7 @@ export default {
}
}
}
.pages-box{
.pages-box {
display: flex;
padding-bottom: 50px;
background: #fff;
......
......@@ -85,12 +85,12 @@ export default {
text: this.$t('home.degree.mba'),
path: 'https://marywood.ezijing.com/'
},
{
icon: 'https://zws-imgs-pub.ezijing.com/static/public/a23695e5428a3d5e0a2f47f7d36ebb14.png',
iconActive: 'https://zws-imgs-pub.ezijing.com/static/public/a2c4b8a1f799b35f04ed618f7b47b9c1.png',
text: this.$t('home.degree.finance'),
path: 'https://sofia.ezijing.com'
},
// {
// icon: 'https://zws-imgs-pub.ezijing.com/static/public/a23695e5428a3d5e0a2f47f7d36ebb14.png',
// iconActive: 'https://zws-imgs-pub.ezijing.com/static/public/a2c4b8a1f799b35f04ed618f7b47b9c1.png',
// text: this.$t('home.degree.finance'),
// path: 'https://sofia.ezijing.com'
// },
{
icon: 'https://zws-imgs-pub.ezijing.com/static/public/709ab2dd245369c16631a8d9ebe67006.png',
iconActive: 'https://zws-imgs-pub.ezijing.com/static/public/29917e1f3d47ca9381b5e0c397e1f082.png',
......
......@@ -59,16 +59,16 @@ export default {
formInfo: {
name: '',
phone: '',
projectId: '1000'
projectId: '1012'
},
projectList: [
{label: this.$t('aside.project1'), value: '1012'},
{label: this.$t('aside.project2'), value: '1000'},
// {label: this.$t('aside.project2'), value: '1000'},
{label: this.$t('aside.project3'), value: '1008'},
{label: this.$t('aside.project4'), value: '1001'},
{label: this.$t('aside.project5'), value: '1006'},
{label: this.$t('aside.project6'), value: '1005'},
{label: this.$t('aside.project7'), value: '1007'},
// {label: this.$t('aside.project7'), value: '1007'},
]
}
},
......
......@@ -102,7 +102,7 @@ export default {
width: 900px;
height: 400px;
margin: 20px auto 30px;
background: url(https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-ssfc-bg.png);
background: url(https://webapp-pub.ezijing.com/project/kelley/home-ssfc-bg.png);
background-size: 100% 100%;
display: flex;
justify-content: space-between;
......
-----BEGIN RSA PRIVATE KEY-----
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
-----END RSA PRIVATE KEY-----
-----BEGIN CERTIFICATE-----
MIIFhzCCBG+gAwIBAgIQCzEi4VmynSzbyBV1UEXGojANBgkqhkiG9w0BAQsFADBu
MIIHEDCCBfigAwIBAgIQC53CSHjB5MGsHDzx/2AxzjANBgkqhkiG9w0BAQsFADBb
MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
d3cuZGlnaWNlcnQuY29tMS0wKwYDVQQDEyRFbmNyeXB0aW9uIEV2ZXJ5d2hlcmUg
RFYgVExTIENBIC0gRzEwHhcNMjAxMTA5MDAwMDAwWhcNMjExMTA5MjM1OTU5WjAa
MRgwFgYDVQQDEw9kZXYuZXppamluZy5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IB
DwAwggEKAoIBAQD0yNQTHE6Pq18xRpT63+TT5WiRWSHUZVkAIs93FHZVyOM6Roiq
WhjhMrj+7JudwuGiq72CDKIkU2ZdUvF7ZPFF4ZeFHy0BzRFMK5oW/SgcnsdcjjwJ
n/NzyyCPJ3tey7JG6srCkdZd/L0UwcTuv/1H4hQcCQg+ZnXuqXCqmGV48rwjV+cN
T8s6+CVc8iVHnlNR7o0pWgI9ldAQcc9kKUfSp2dcWJSrkjV/oYxSgYJtXkMsQJs4
Cd0I/+yepqTDyh4uagEZKKD8Uatz/jWXYMnHIjGb8J9oSF+dI3iG85MAVdyuj1yD
LLzwfUF9P9sSEzs475FFopStXkKJ54g4Sa8ZAgMBAAGjggJzMIICbzAfBgNVHSME
GDAWgBRVdE+yck/1YLpQ0dfmUVyaAYca1zAdBgNVHQ4EFgQUkRHkmubxZAvEWtCY
IBT9sw/3Yb8wGgYDVR0RBBMwEYIPZGV2LmV6aWppbmcuY29tMA4GA1UdDwEB/wQE
AwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwTAYDVR0gBEUwQzA3
BglghkgBhv1sAQIwKjAoBggrBgEFBQcCARYcaHR0cHM6Ly93d3cuZGlnaWNlcnQu
Y29tL0NQUzAIBgZngQwBAgEwgYAGCCsGAQUFBwEBBHQwcjAkBggrBgEFBQcwAYYY
aHR0cDovL29jc3AuZGlnaWNlcnQuY29tMEoGCCsGAQUFBzAChj5odHRwOi8vY2Fj
ZXJ0cy5kaWdpY2VydC5jb20vRW5jcnlwdGlvbkV2ZXJ5d2hlcmVEVlRMU0NBLUcx
LmNydDAJBgNVHRMEAjAAMIIBBAYKKwYBBAHWeQIEAgSB9QSB8gDwAHYA9lyUL9F3
MCIUVBgIMJRWjuNNExkzv98MLyALzE7xZOMAAAF1qpa6jQAABAMARzBFAiAwHOcp
Ua1H0WK4OZUHiQ1rndqnYxPHhP9XWunwpRMoagIhAOB2MPSW9M4qj6Yih7eQkydl
lgawpoBZzRzhisU+TN67AHYAXNxDkv7mq0VEsV6a1FbmEDf71fpH3KFzlLJe5vbH
DsoAAAF1qpa63gAABAMARzBFAiEA92ZeW0PgyWW3j+3wypLS0O/wI63C+x0WTvMZ
Vngp6AMCIBoThjaKif+XY11YbaV89ndqs1nDlzbEfBrFftoB9fchMA0GCSqGSIb3
DQEBCwUAA4IBAQA2geo9wQAd+vx+lwAafVRxCBQyBiS0qT413ewYpZYDnSkLX0l1
5kRdxDGWQhPzOio0ckj/jOtOlbbSsiovBBVTyYPB8WfkNjMd0psMNx2e6Wy/WKkQ
X3DqEOB4XGg0RwpebiAmz6lWxyFwIAbCrwCntkkaIF4LnIvczn6pvPFBtK2nXJJC
HL0Igbxo+xJLt3Hql7TcwkFDXz/LIB8AwhhkkhhwW45r3Eyjw8eOyzvflDPwSNH+
ByadQ+AH4H4vYYVo0ILNIPCdaokLQ+u4FttB9VQ+iGmpJ56Yg2muxWh8Qckca+vH
40RbC5aK1RSy2RIRpC5fwvq2JuV/CksP5G5Q
d3cuZGlnaWNlcnQuY29tMRowGAYDVQQDExFTZWN1cmUgU2l0ZSBDQSBHMjAeFw0y
MDA2MTAwMDAwMDBaFw0yMjA5MTIxMjAwMDBaMFsxCzAJBgNVBAYTAkNOMRAwDgYD
VQQIEwdCZWlqaW5nMSIwIAYDVQQKExlUSEggWmlqaW5nIChCZWlqaW5nKSBJbmMu
MRYwFAYDVQQDDA0qLmV6aWppbmcuY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A
MIIBCgKCAQEAn0EINdIXTDCzmR7J5FOjOV+PbXt7GNO6fanoCGe2O0CPRlNf2Ea/
wv6SlRtJPd0ohmnKqZdUbBpAsiV4ggOdOqeEB6utVYQWY/zhXRKYeRjN/iDuWCRY
5S+eRVkSzVOJP9DlBn6dnHSsWj55h1PrkIac8B862F/cVno/Wk5dqU55ZUoNwHGw
5Goz3R37w+Q0C9HRS5mrmPqI+Ogy8TJrIRxw9YAj5OlvuqBAeYAW1sNdEfsimMB0
H2fbbXqEL4AsipE5ppP7Ij3vxVpxvmnl/SO7N6+Fit6r25VeFSvplK+PIV3cUsK3
PCKV2sOo0BDWtWFQh5hW3fK5RYjLpNDHCwIDAQABo4IDzjCCA8owHwYDVR0jBBgw
FoAUxBF+iECGwkG/ZfMa4bRTQKOr7H0wHQYDVR0OBBYEFHxjLRRYXe2jIjYECuN8
r3EnjOTFMCUGA1UdEQQeMByCDSouZXppamluZy5jb22CC2V6aWppbmcuY29tMA4G
A1UdDwEB/wQEAwIFoDAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwbwYD
VR0fBGgwZjAxoC+gLYYraHR0cDovL2NybDMuZGlnaWNlcnQuY29tL1NlY3VyZVNp
dGVDQUcyLmNybDAxoC+gLYYraHR0cDovL2NybDQuZGlnaWNlcnQuY29tL1NlY3Vy
ZVNpdGVDQUcyLmNybDBMBgNVHSAERTBDMDcGCWCGSAGG/WwBATAqMCgGCCsGAQUF
BwIBFhxodHRwczovL3d3dy5kaWdpY2VydC5jb20vQ1BTMAgGBmeBDAECAjBsBggr
BgEFBQcBAQRgMF4wIQYIKwYBBQUHMAGGFWh0dHA6Ly9vY3NwLmRjb2NzcC5jbjA5
BggrBgEFBQcwAoYtaHR0cDovL2NybC5kaWdpY2VydC1jbi5jb20vU2VjdXJlU2l0
ZUNBRzIuY3J0MAwGA1UdEwEB/wQCMAAwggH1BgorBgEEAdZ5AgQCBIIB5QSCAeEB
3wB2AEalVet1+pEgMLWiiWn0830RLEF0vv1JuIWr8vxw/m1HAAABcpwT21oAAAQD
AEcwRQIgWTyqiBOL3dFTJBE2Q6cgSBzk9W5iTaC2B8T1f8gFCP0CIQDhngm9WJbO
J7v14h6w+B2Li7WEAkWLSLiTKzh7na2SuQB1ACJFRQdZVSRWlj+hL/H3bYbgIyZj
rcBLf13Gg1xu4g8CAAABcpwT2zEAAAQDAEYwRAIgckmPL6WJx9Jke4AfVLmy//ye
tsmT5si8FO8p9Fd52VECICPqDvdjlN2DtfQznTGTxaL0PQ5N8eNiX3fJn6sRCfcU
AHYAUaOw9f0BeZxWbbg3eI8MpHrMGyfL956IQpoN/tSLBeUAAAFynBPbfQAABAMA
RzBFAiEAwYooscdEijXGnRdJYnz0ClmvWcxtJ169Bq+sywhPReACIDjvE5a5d7mb
n3YTgfLOtbnuDpkDRjUfdY7cs6UfderhAHYAQcjKsd8iRkoQxqE6CUKHXk4xixsD
6+tLx2jwkGKWBvYAAAFynBPa0wAABAMARzBFAiAmJVwNfWFMKrqWTvEfHk9O/5/r
Crj/W3BqjV6p0D09hgIhAIKb4drMok8s1X0Evh4Nbzd3Nv9PuwITdICztemCrk4e
MA0GCSqGSIb3DQEBCwUAA4IBAQBWSrE/pt//MKeGpf6vMISGD0LZArebPFQ7wlgv
Y13HpCY5lqwrZItsuXWS5IYMv8ueYarCm081OJOBvSUKHOtYSe6wdFqsXehokUiy
7oVNief7Li5RvLcf6z5fyjB+i017dds73Dt94mE1imV1DR1WErp1U6QCMEh+TKFa
PL52V9X5VWiYdImzdm8AWOlNBrgicmVzEEQuglejF5uaALf9iiyAjP36apqXv77T
UtxKgjONB1tnRw4XRqzwrEK+QjeOhziKCn1v2ppFX/Z11YYA7ajICVrG6wGJ+ENc
ukf5+v8r+TU7PqxQmb62zocX22jhe8HM644UJ4FWCiBh4Lb1
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIEqjCCA5KgAwIBAgIQAnmsRYvBskWr+YBTzSybsTANBgkqhkiG9w0BAQsFADBh
MIIFFjCCA/6gAwIBAgIQCH4Y+4+qkn7odgoNiYL1EjANBgkqhkiG9w0BAQsFADBh
MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3
d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD
QTAeFw0xNzExMjcxMjQ2MTBaFw0yNzExMjcxMjQ2MTBaMG4xCzAJBgNVBAYTAlVT
QTAeFw0xOTA2MjAxMjIxMzVaFw0yOTA2MjAxMjIxMzVaMFsxCzAJBgNVBAYTAlVT
MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j
b20xLTArBgNVBAMTJEVuY3J5cHRpb24gRXZlcnl3aGVyZSBEViBUTFMgQ0EgLSBH
MTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALPeP6wkab41dyQh6mKc
oHqt3jRIxW5MDvf9QyiOR7VfFwK656es0UFiIb74N9pRntzF1UgYzDGu3ppZVMdo
lbxhm6dWS9OK/lFehKNT0OYI9aqk6F+U7cA6jxSC+iDBPXwdF4rs3KRyp3aQn6pj
pp1yr7IB6Y4zv72Ee/PlZ/6rK6InC6WpK0nPVOYR7n9iDuPe1E4IxUMBH/T33+3h
yuH3dvfgiWUOUkjdpMbyxX+XNle5uEIiyBsi4IvbcTCh8ruifCIi5mDXkZrnMT8n
wfYCV6v6kDdXkbgGRLKsR4pucbJtbKqIkUGxuZI2t7pfewKRc5nWecvDBZf3+p1M
pA8CAwEAAaOCAU8wggFLMB0GA1UdDgQWBBRVdE+yck/1YLpQ0dfmUVyaAYca1zAf
BgNVHSMEGDAWgBQD3lA1VtFMu2bwo+IbG8OXsj3RVTAOBgNVHQ8BAf8EBAMCAYYw
HQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMBIGA1UdEwEB/wQIMAYBAf8C
AQAwNAYIKwYBBQUHAQEEKDAmMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5kaWdp
Y2VydC5jb20wQgYDVR0fBDswOTA3oDWgM4YxaHR0cDovL2NybDMuZGlnaWNlcnQu
Y29tL0RpZ2lDZXJ0R2xvYmFsUm9vdENBLmNybDBMBgNVHSAERTBDMDcGCWCGSAGG
/WwBAjAqMCgGCCsGAQUFBwIBFhxodHRwczovL3d3dy5kaWdpY2VydC5jb20vQ1BT
MAgGBmeBDAECATANBgkqhkiG9w0BAQsFAAOCAQEAK3Gp6/aGq7aBZsxf/oQ+TD/B
SwW3AU4ETK+GQf2kFzYZkby5SFrHdPomunx2HBzViUchGoofGgg7gHW0W3MlQAXW
M0r5LUvStcr82QDWYNPaUy4taCQmyaJ+VB+6wxHstSigOlSNF2a6vg4rgexixeiV
4YSB03Yqp2t3TeZHM9ESfkus74nQyW7pRGezj+TC44xCagCQQOzzNmzEAP2SnCrJ
sNE2DpRVMnL8J6xBRdjmOsC3N6cQuKuRXbzByVBjCqAA8t1L0I+9wXJerLPyErjy
rMKWaBFLmfK/AHNF4ZihwPGOc7w6UHczBZXH5RFzJNnww+WnKuTPI0HfnVH8lg==
b20xGjAYBgNVBAMTEVNlY3VyZSBTaXRlIENBIEcyMIIBIjANBgkqhkiG9w0BAQEF
AAOCAQ8AMIIBCgKCAQEAx7s903fR6SgpA08UdhKEUIZHa2Ig7KPNkTtwMS1+08YS
5QSEDM4DQxy48jP8dZkyyU9J/0WCm8Nlv5ga7HOAxhdJcv+CPP4oadx8EbdrmjAH
rGOv64oHvt7Ina7uzLd3krqxd0doeuxRpTHvFAyjaUhxjSfZx0wh1f6W7prPm7V5
0VcTudj4rI+xtHXUcFAuFz4bcapTcru5aaZ1v6F2usMCMVM+xJxEZcsUM4uTxdIf
W5FUTI0dbP8NyZkr/WVzL59aGwBE4ZU0JKBlgEmtkFpLPR7JCzYunafu7nMk5YY2
6WDOmezpWDjzDxJ8xakizykWYT5gdJYE3ULlUe31WQIDAQABo4IBzjCCAcowHQYD
VR0OBBYEFMQRfohAhsJBv2XzGuG0U0Cjq+x9MB8GA1UdIwQYMBaAFAPeUDVW0Uy7
ZvCj4hsbw5eyPdFVMA4GA1UdDwEB/wQEAwIBhjAdBgNVHSUEFjAUBggrBgEFBQcD
AQYIKwYBBQUHAwIwDwYDVR0TAQH/BAUwAwEB/zAxBggrBgEFBQcBAQQlMCMwIQYI
KwYBBQUHMAGGFWh0dHA6Ly9vY3NwLmRjb2NzcC5jbjBEBgNVHR8EPTA7MDmgN6A1
hjNodHRwOi8vY3JsLmRpZ2ljZXJ0LWNuLmNvbS9EaWdpQ2VydEdsb2JhbFJvb3RD
QS5jcmwwgc4GA1UdIASBxjCBwzCBwAYEVR0gADCBtzAoBggrBgEFBQcCARYcaHR0
cHM6Ly93d3cuZGlnaWNlcnQuY29tL0NQUzCBigYIKwYBBQUHAgIwfgx8QW55IHVz
ZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0aXR1dGVzIGFjY2VwdGFuY2Ugb2Yg
dGhlIFJlbHlpbmcgUGFydHkgQWdyZWVtZW50IGxvY2F0ZWQgYXQgaHR0cHM6Ly93
d3cuZGlnaWNlcnQuY29tL3JwYS11YTANBgkqhkiG9w0BAQsFAAOCAQEAE+8lW5Yw
IuiRsHn4gYRRVbLmIypWwYH74lIXnQiALeUsUkWfW7KA0ARF1el3YaTAg8/r6zyX
eZTdlhndxKOKvO5N+rnHWJB6a3fJURn6e0I+rDzKV1Zacv2Vx/ZHLZmza/bp4Azi
BrDOiPlW/Ktj6ALQzAgq70Oytk9htLupBWPuplJDdyhGqb9RfQvWc1Fa1HwXdBQi
oJPibfMaYkHMY3pTbOv2rzMKEoZwHDHqyC73RI9JgqqiXHw0rIL8A1uL3IrymXEr
mycTqbSozQwiiEfb+cxzY82YaNzaLpJyIst0T2QmdDDngmyd2LEmm4NKeXRrcFRh
XDDFfpIn93B7JA==
-----END CERTIFICATE-----
......@@ -48,7 +48,7 @@ export default {
},
masterChild: {
msf: 'MSF',
med: 'MED (Childhood Psychology and Education)',
med: 'MED ',
map: 'MAP',
paln: 'Future Financial Leadership Program'
},
......@@ -161,7 +161,12 @@ export default {
foot: {
address:
'Address: 5F, Building 7, Tsinghua University Science Park, No.1 East Zhongguancun Road, Haidian District, Beijing, 10084',
contact: 'Contact: 010-62793299',
contact: `联系电话:010-62793909<br />
政企合作:010-62793271<br />
院校合作:010-62799201<br />
金融学学位事业部:010-62793299<br />
心理学学位事业部: 010-62790180<br />
校 友 会:010-62793389`,
email: 'Email: service@ezijing.com',
link1: 'jsj.moe.gov.cn',
link2: 'pbcsf.tsinghua.edu.cn',
......@@ -183,7 +188,7 @@ export default {
project3: 'MBA IN INTERNATIONAL',
project4: 'MSF',
project5: 'MAP',
project6: 'MED (Childhood Psychology and Education)',
project6: 'MED ',
project7: 'Plan for Future Financial Leaders',
pay: 'Pay attention to our'
},
......@@ -192,7 +197,7 @@ export default {
title: 'ZIJING PROFILE',
text: `Zijing Education was initially incubated by related intellectual property rights of People’s Bank of China School of Finance (PBCSF) at Tsinghua University. It began operating as an independent company as Tsinghua Holdings Zijing (Beijing) Education Technology Co., Ltd. in 2015. Zijing is the Chinese name of Tsinghua University’s flower Bauhinia, meaning “unremitting self-improvement and moving for beauty”.<br/><br/>
Zijing Education is committed to providing solutions on high-end international degree education, vocational education and online education. It aims to be education-oriented, science and technology enabling, professionalized and internationalized for cultivation of high-quality international and industrial talents globally. <br/><br/>
Zijing Education has carried out in-depth cooperation with globally renowned universities such as Indiana University, California Institute of Integral Studies, Campbellsville University, Marywood University, Sophia University and Swiss Higher Education Group to launch online programs, such as MBA, Master of Science in Finance, Master in Organizational Leadership, Master of Arts in Applied Psychology, Master of Education (Childhood Psychology and Education) and MBA (International Hospitality). We have trained a large number of outstanding elites with internationally advanced management and education philosophy. <br/><br/>
Zijing Education has carried out in-depth cooperation with globally renowned universities such as Indiana University, California Institute of Integral Studies, Campbellsville University, Marywood University, Sophia University and Swiss Higher Education Group to launch online programs, such as MBA, Master of Science in Finance, Master in Organizational Leadership, Master of Arts in Applied Psychology, Master of Education and MBA (International Hospitality). We have trained a large number of outstanding elites with internationally advanced management and education philosophy. <br/><br/>
Zijing Education has industrial advantages and abundant resources in educational technology in terms of industry-education integration. With the guidance of national education policy and the pursuit of fostering talents for enterprises, we have been assisting institutions to cope with industry transformation, policy requirements and novel challenges in school operation. Specifically, we have provided institutions with constructive support on the industrialization, globalization and digitalization, and optimized talent training programs so as to improve caliber of faculty. Besides, we have jointly developed high-quality and featured curriculum in order to promote new majors and teaching development for institutions.`,
itemText1: 'International Universities in Partnership',
itemText2: 'Globally Focused Online Courses',
......@@ -247,10 +252,10 @@ export default {
contact: {
lxTit: 'Contact Us',
contactTxt: `Address: 5F, Building 7, Tsinghua University Science Park, No.1 East Zhongguancun Road, Haidian District, Beijing, 10084<br />
Contact: 010-62793299<br />
Contact: 010-62793909<br />
Email: service@ezijing.com<br />
Government and Enterprise Cooperation:010-62793271<br />
Collaboration with Institutions:010-62790183`,
Collaboration with Institutions:010-62799201`,
follow: 'Follow Us',
followCodeT1: 'Enterprise WeChat',
followCodeT2: 'Official Weibo',
......
......@@ -48,7 +48,7 @@ export default {
},
masterChild: {
msf: '金融硕士MSF',
med: '教育学硕士MED(儿童心理与教育)',
med: '教育学硕士MED',
map: '应用心理学MAP',
// paln: '未来金融领袖计划',
studyAbroadMaster: '海外留学1+1'
......@@ -114,7 +114,7 @@ export default {
tabBtn4: '博士',
shms: '海外留学<br />SHMS<br />(即将推出)',
msf: '金融硕士<br />MSF',
med: '教育学硕士MED<br />(儿童心理与教育)',
med: '教育学硕士MED',
map: '应用心理学<br />硕士MAP',
// plan: '未来金融<br />领袖计划',
mba: '数字领导力方向MBA',
......@@ -160,7 +160,12 @@ export default {
},
foot: {
address: '地&nbsp;&nbsp;&nbsp;&nbsp;址:北京市海淀区中关村东路1号院清华科技园7号楼5层',
contact: '联系电话:010-62793299',
contact: `联系电话:010-62793909<br />
政企合作:010-62793271<br />
院校合作:010-62799201<br />
金融学学位事业部:010-62793299<br />
心理学学位事业部: 010-62790180<br />
校 友 会:010-62793389`,
email: '邮&nbsp;&nbsp;&nbsp;&nbsp;箱:service@ezijing.com',
link1: '教育涉外监管信息网',
link2: '清华大学五道口金融学院',
......@@ -182,7 +187,7 @@ export default {
project3: '酒店和旅游方向工商管理硕士',
project4: '金融硕士MSF',
project5: '应用心理学硕士MAP',
project6: '教育学硕士MED(儿童心理与教育)',
project6: '教育学硕士MED',
project7: '中国未来金融领袖计划',
pay: '扫描关注微信公众号'
},
......@@ -246,10 +251,13 @@ export default {
contact: {
lxTit: '联系我们',
contactTxt: `地&nbsp;&nbsp;址:北京市海淀区中关村东路1号院清华科技园7号楼5层<br />
联系电话:010-62793299<br />
邮&nbsp;&nbsp;箱:service@ezijing.com<br />
联系电话:010-62793909<br />
政企合作:010-62793271<br />
院校合作:010-62790183`,
院校合作:010-62799201<br />
金融学学位事业部:010-62793299<br />
心理学学位事业部: 010-62790180<br />
校友会:010-62793389<br />
邮&nbsp;&nbsp;箱:service@ezijing.com`,
follow: '关注我们',
followCodeT1: '紫荆企业微信',
followCodeT2: '紫荆官方微博',
......
......@@ -2,11 +2,7 @@
<div class="news-content">
<tab />
<div class="news-content-box">
<img
src="https://zws-imgs-pub.ezijing.com/static/public/a72ef577c9bae694c6bfc33e5bfc93af.png"
alt=""
class="banner"
/>
<img src="https://webapp-pub.ezijing.com/www/pc/news/news.png" alt="" class="banner" />
<ul class="list-content">
<template v-for="(item, index) in listData">
<li :key="index">
......@@ -82,7 +78,7 @@ export default {
}
</script>
<style lang="scss" scoped>
.pages-box{
.pages-box {
display: flex;
padding-bottom: 50px;
background: #fff;
......
......@@ -2,11 +2,7 @@
<div class="news-content">
<tab />
<div class="news-content-box">
<img
src="https://zws-imgs-pub.ezijing.com/static/public/a72ef577c9bae694c6bfc33e5bfc93af.png"
alt=""
class="banner"
/>
<img src="https://webapp-pub.ezijing.com/www/pc/news/news.png" alt="" class="banner" />
<ul class="list-content">
<template v-for="(item, index) in listData">
<li :key="index">
......@@ -82,7 +78,7 @@ export default {
}
</script>
<style lang="scss" scoped>
.pages-box{
.pages-box {
display: flex;
padding-bottom: 50px;
background: #fff;
......
......@@ -2,11 +2,7 @@
<div class="news-content">
<tab />
<div class="news-content-box">
<img
src="https://zws-imgs-pub.ezijing.com/static/public/a72ef577c9bae694c6bfc33e5bfc93af.png"
alt=""
class="banner"
/>
<img src="https://webapp-pub.ezijing.com/www/pc/news/news.png" alt="" class="banner" />
<ul class="list-content">
<template v-for="(item, index) in listData">
<li :key="index">
......@@ -82,7 +78,7 @@ export default {
}
</script>
<style lang="scss" scoped>
.pages-box{
.pages-box {
display: flex;
padding-bottom: 50px;
background: #fff;
......
......@@ -279,8 +279,8 @@
<img
:src="
$cookies.get('lang') == 'en-US'
? 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/industry/image16.png'
: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/industry/image16.png'
? 'https://webapp-pub.ezijing.com/www/pc/industry/image16.png'
: 'https://webapp-pub.ezijing.com/www/pc/industry/image16.png'
"
alt=""
/>
......@@ -305,8 +305,8 @@
<img
:src="
$cookies.get('lang') == 'en-US'
? 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/industry/image18.png'
: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/industry/image18.png'
? 'https://webapp-pub.ezijing.com/www/pc/industry/image18.png'
: 'https://webapp-pub.ezijing.com/www/pc/industry/image18.png'
"
alt=""
/>
......@@ -422,19 +422,19 @@ export default {
activeImg: 'https://webapp-pub.ezijing.com/www/pc/services/college/project_icon_01.png'
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/industry/image82.png',
img: 'https://webapp-pub.ezijing.com/www/pc/industry/image82.png',
name: 'SAAS软件平台',
dec: '教学管理',
activeImg: 'https://webapp-pub.ezijing.com/www/pc/services/college/project_icon_02.png'
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/industry/image83.png',
img: 'https://webapp-pub.ezijing.com/www/pc/industry/image83.png',
name: '引产入校',
dec: '实训基地',
activeImg: 'https://webapp-pub.ezijing.com/www/pc/services/college/project_icon_03.png'
},
{
img: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/industry/image84.png',
img: 'https://webapp-pub.ezijing.com/www/pc/industry/image84.png',
name: '实习就业',
dec: '企业人力资源服务',
activeImg: 'https://webapp-pub.ezijing.com/www/pc/services/college/project_icon_04.png'
......
......@@ -7,8 +7,8 @@
<img
:src="
$cookies.get('lang') == 'en-US'
? 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/internship/img1.png'
: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/internship/img1.png'
? 'https://webapp-pub.ezijing.com/www/pc/internship/img1.png'
: 'https://webapp-pub.ezijing.com/www/pc/internship/img1.png'
"
class="img1"
/>
......@@ -16,27 +16,27 @@
<img
:src="
$cookies.get('lang') == 'en-US'
? 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/internship/img2.png'
: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/internship/img2.png'
? 'https://webapp-pub.ezijing.com/www/pc/internship/img2.png'
: 'https://webapp-pub.ezijing.com/www/pc/internship/img2.png'
"
class="img1"
/><img
:src="
$cookies.get('lang') == 'en-US'
? 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/internship/img3.png'
: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/internship/img3.png'
? 'https://webapp-pub.ezijing.com/www/pc/internship/img3.png'
: 'https://webapp-pub.ezijing.com/www/pc/internship/img3.png'
"
class="img1"
/>
<img
v-if="$cookies.get('lang') == 'en-US'"
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/internship/img6.png"
src="https://webapp-pub.ezijing.com/www/pc/internship/img6.png"
alt=""
class="img21"
/>
<img
v-else
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/internship/img6.png"
src="https://webapp-pub.ezijing.com/www/pc/internship/img6.png"
alt=""
class="img2"
/>
......@@ -109,8 +109,8 @@
<img
:src="
$cookies.get('lang') == 'en-US'
? 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/internship/img4.png'
: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/internship/img4.png'
? 'https://webapp-pub.ezijing.com/www/pc/internship/img4.png'
: 'https://webapp-pub.ezijing.com/www/pc/internship/img4.png'
"
class="img1"
/>
......@@ -118,8 +118,8 @@
<img
:src="
$cookies.get('lang') == 'en-US'
? 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/internship/img5.png'
: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/pc/internship/img5.png'
? 'https://webapp-pub.ezijing.com/www/pc/internship/img5.png'
: 'https://webapp-pub.ezijing.com/www/pc/internship/img5.png'
"
class="img1"
/>
......
差异被折叠。
......@@ -5,7 +5,7 @@
:src="
$cookies.get('lang') == 'en-US'
? 'https://webapp-pub.ezijing.com/www/pc/solution.png'
: 'https://webapp-pub.ezijing.com/www/pc/pages-solution.png'
: 'https://webapp-pub.ezijing.com/www/pc/pages-solution1.png'
"
/>
</div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论