Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
4e76add8
提交
4e76add8
authored
3月 22, 2021
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
新增marywood
上级
f762cf84
隐藏空白字符变更
内嵌
并排
正在显示
30 个修改的文件
包含
338 行增加
和
317 行删除
+338
-317
.config.dev.js
.config.dev.js
+3
-3
.config.pro.js
.config.pro.js
+1
-1
.config.test.js
.config.test.js
+1
-1
package-lock.json
package-lock.json
+0
-0
axiosService.js
src/action/axiosService.js
+3
-3
list_api.js
src/api/list_api.js
+1
-1
report_api.js
src/api/report_api.js
+1
-1
app.vue
src/app.vue
+1
-6
footer.vue
src/components/layout/footer.vue
+36
-27
header.vue
src/components/layout/header.vue
+1
-1
index.html
src/index.html
+13
-14
index.vue
src/pages/home/index.vue
+75
-79
index.vue
src/pages/letter/index.vue
+1
-1
home.vue
src/pages/my/account/home.vue
+1
-1
cjd.js
src/pages/my/admission/form/cjd.js
+1
-1
index.js
src/pages/my/admission/form/index.js
+3
-3
xy.js
src/pages/my/admission/form/xy.js
+1
-1
complete.vue
src/pages/my/application/complete.vue
+5
-5
qrcodePay.vue
src/pages/my/application/components/qrcodePay.vue
+3
-1
declare.js
src/pages/my/application/form/declare.js
+1
-1
answer.js
src/pages/my/application/form/info/answer.js
+4
-4
pay.vue
src/pages/my/application/pay.vue
+1
-3
byzs.js
src/pages/my/interview/form/byzs.js
+57
-40
index.js
src/pages/my/interview/form/index.js
+2
-2
indexPay.vue
src/pages/my/welcome/indexPay.vue
+1
-1
indexWelcome.vue
src/pages/my/welcome/indexWelcome.vue
+1
-1
index.vue
src/pages/presence/index.vue
+1
-1
index.vue
src/pages/project/index.vue
+117
-112
index.vue
src/pages/teaching/index.vue
+1
-1
index.vue
src/pages/videoCenter/index.vue
+1
-1
没有找到文件。
.config.dev.js
浏览文件 @
4e76add8
module
.
exports
=
{
domain
:
'dev.ezijing.com'
,
url
:
'https://project-api.ezijing.com'
,
url
:
'https://project-api
2
.ezijing.com'
,
isEnableToIphoneDebugger
:
false
,
apiBaseURL
:
'https://project-api.ezijing.com/api'
,
apiBaseURL
:
'https://project-api
2
.ezijing.com/api'
,
webpack
:
{
externals
:
{
CKEDITOR
:
'window.CKEDITOR'
,
...
...
@@ -33,6 +33,6 @@ module.exports = {
},
ProvidePlugin
:
{},
others
:
{
projectId
:
'10
00
'
projectId
:
'10
12
'
}
}
.config.pro.js
浏览文件 @
4e76add8
...
...
@@ -14,6 +14,6 @@ module.exports = {
},
ProvidePlugin
:
{},
others
:
{
projectId
:
'10
00
'
projectId
:
'10
12
'
}
}
.config.test.js
浏览文件 @
4e76add8
...
...
@@ -15,6 +15,6 @@ module.exports = {
},
ProvidePlugin
:
{},
others
:
{
projectId
:
'10
00
'
projectId
:
'10
12
'
}
}
package-lock.json
浏览文件 @
4e76add8
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/action/axiosService.js
浏览文件 @
4e76add8
...
...
@@ -14,7 +14,7 @@ export function queryInformation(param) {
// url: host.main + path.queryInformation,
url
:
'/api/zws/v1/enrollment/submissions'
,
params
:
{
project_id
:
10
00
,
project_id
:
10
12
,
name
:
'hhahah'
}
})
...
...
@@ -30,7 +30,7 @@ export function introduction(params) {
// 获取所有介绍内容
return
ax
({
method
:
'GET'
,
url
:
'/api/zws/v1/cms/projects/10
00
/contents/'
+
params
.
tag
url
:
'/api/zws/v1/cms/projects/10
12
/contents/'
+
params
.
tag
})
.
then
(
function
(
response
)
{
params
.
cb
(
response
.
data
[
0
].
content
)
...
...
@@ -47,7 +47,7 @@ export function getNews(params) {
// url: host.main + path.news,
url
:
'/api/zws/v1/cms/news'
,
params
:
{
project_id
:
10
00
project_id
:
10
12
}
})
.
then
(
function
(
response
)
{
...
...
src/api/list_api.js
浏览文件 @
4e76add8
...
...
@@ -6,7 +6,7 @@ export default class ScoreAPI extends BaseAPI {
*/
getContent
=
name
=>
this
.
get
(
`/v1/cms/projects/10
00
/contents/
${
encodeURIComponent
(
decodeURIComponent
(
name
))}
?sites=sofia.ezijing.com`
,
`/v1/cms/projects/10
12
/contents/
${
encodeURIComponent
(
decodeURIComponent
(
name
))}
?sites=sofia.ezijing.com`
,
{
addhost
:
'zws-api.ezijing.com'
,
Host
:
'zws-api.ezijing.com'
...
...
src/api/report_api.js
浏览文件 @
4e76add8
...
...
@@ -7,7 +7,7 @@ export default class ScoreAPI extends BaseAPI {
*/
getContent
=
name
=>
this
.
get
(
`zws/v1/cms/projects/10
00
/contents/
${
encodeURIComponent
(
decodeURIComponent
(
name
))}
?sites=sofia.ezijing.com`
,
`zws/v1/cms/projects/10
12
/contents/
${
encodeURIComponent
(
decodeURIComponent
(
name
))}
?sites=sofia.ezijing.com`
,
{}
)
/**
...
...
src/app.vue
浏览文件 @
4e76add8
...
...
@@ -5,13 +5,8 @@
@
click=
"openService"
class=
"service"
src=
"https://zws-imgs-pub.ezijing.com/4ea9db80581687a358d2e5fae9a631e0.png"
alt=
""
/>
<img
style=
"display:none;width:0;height:0;opacity:0;"
src=
"./assets/images/SOFIA.jpg"
alt=
"个人心理学顶尖学府,索菲亚大学金融方向工商管理硕士项目"
/>
<img
style=
"display: none; width: 0; height: 0; opacity: 0"
src=
"./assets/images/SOFIA.jpg"
/>
</div>
</
template
>
<
script
>
...
...
src/components/layout/footer.vue
浏览文件 @
4e76add8
...
...
@@ -15,7 +15,7 @@
<h3>
联系我们
</h3>
<p>
清控紫荆教育
<br
/>
索菲亚大学金融方向
工商管理硕士项目
<br
/>
玛丽伍德大学
工商管理硕士项目
<br
/>
<!-- 电话:010-62793909
<br
/>
E-mail:chinafflg@ezijing.com
<br
/>
-->
地址:北京市海淀区中关村东路1号院7号楼5层
<br
/>
...
...
@@ -30,28 +30,37 @@
</div>
</div>
</div>
<div
class=
"copyright"
style=
"height: 40px;line-height: 40px;color: #fff;background: #ccc;"
>
<div
class=
"inner"
style=
"width: 100%;justify-content: center;display: flex;"
>
<p
style=
"font-size: 12px;"
>
Copyright © 2017 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司
</p>
<a
target=
"_blank"
href=
"https://tsm.miit.gov.cn/dxxzsp/"
style=
"color: #fff;text-decoration:none;margin-left: 10px;"
>
<p
style=
"font-size: 12px;"
>
京ICP证150431号
</p>
<div
class=
"copyright"
style=
"height: 40px; line-height: 40px; color: #fff; background: #ccc"
>
<div
class=
"inner"
style=
"width: 100%; justify-content: center; display: flex"
>
<p
style=
"font-size: 12px"
>
Copyright © 2017 Zijing Education. All rights reserved. 清控紫荆(北京)教育科技股份有限公司
</p>
<a
target=
"_blank"
href=
"https://tsm.miit.gov.cn/dxxzsp/"
style=
"color: #fff; text-decoration: none; margin-left: 10px"
>
<p
style=
"font-size: 12px"
>
京ICP证150431号
</p>
</a>
<a
target=
"_blank"
class=
"record"
href=
"http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802023681"
style=
"
color: #fff;
text-decoration:none;
align-items: center;
display: flex;
margin-right: 5px;"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png"
alt=
""
style=
"
width: 20px;
height: 20px;
margin: 0 6px;
display: block;
"
>
<p
style=
"font-size: 12px;"
>
安备 11010802023681号
</p>
<a
target=
"_blank"
class=
"record"
href=
"http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802023681"
style=
"color: #fff; text-decoration: none; align-items: center; display: flex; margin-right: 5px"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/e0a0ec47dfdfc1e0797b1d5254021d00.png"
alt=
""
style=
"width: 20px; height: 20px; margin: 0 6px; display: block"
/>
<p
style=
"font-size: 12px"
>
安备 11010802023681号
</p>
</a>
<a
target=
"_blank"
href=
"https://beian.miit.gov.cn/#/Integrated/index"
style=
"color: #fff;text-decoration:none;"
>
<p
style=
"font-size: 12px;"
>
京ICP备15016866号-1
</p>
<a
target=
"_blank"
href=
"https://beian.miit.gov.cn/#/Integrated/index"
style=
"color: #fff; text-decoration: none"
>
<p
style=
"font-size: 12px"
>
京ICP备15016866号-1
</p>
</a>
</div>
</div>
...
...
@@ -65,7 +74,7 @@ export default {
menuList
:
[
{
title
:
'中国教育部'
,
href
:
'http://www.moe.gov.cn/'
},
{
title
:
'中国涉外教育监管网'
,
href
:
'http://jsj.moe.gov.cn/'
},
{
title
:
'
索菲亚
大学'
,
href
:
'http://www.sofia.edu/'
},
{
title
:
'
玛丽伍德
大学'
,
href
:
'http://www.sofia.edu/'
},
{
title
:
'美国西部院校教育联盟认证(WASC)'
,
href
:
'https://www.wscuc.org/institutions/sofia-university/'
},
{
title
:
'紫荆教育'
,
href
:
'https://www.ezijing.com/'
}
]
...
...
@@ -75,7 +84,7 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
.logo
{
.logo
{
width
:
156px
;
}
.app-footer
{
...
...
@@ -133,18 +142,18 @@ export default {
line-height
:
40px
;
color
:
#fff
;
background
:
#ccc
;
.inner
{
.inner
{
width
:
100%
;
justify-content
:
center
;
display
:
flex
;
p
{
p
{
font-size
:
12px
;
}
.record
{
.record
{
align-items
:
center
;
display
:
flex
;
margin-right
:
5px
;
img
{
img
{
width
:
20px
;
height
:
20px
;
margin
:
0
6px
;
...
...
src/components/layout/header.vue
浏览文件 @
4e76add8
...
...
@@ -47,7 +47,7 @@
export
default
{
data
()
{
return
{
title
:
'
索菲亚大学金融方向
工商管理硕士项目'
,
title
:
'
玛丽伍德大学
工商管理硕士项目'
,
navList
:
[
{
title
:
'首页'
,
path
:
'/index'
},
{
title
:
'项目介绍'
,
path
:
'/project'
},
...
...
src/index.html
浏览文件 @
4e76add8
...
...
@@ -4,18 +4,17 @@
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
content=
"origin"
name=
"referrer"
/>
<meta
name=
"description"
content=
"美国索非亚大学创办于1975年,前身是超个人心理学研究所,由毕业于哈佛大学的罗伯特.弗雷格尔博士(Dr.Robert Frager)创办。作为全球第一所超个人心理学顶尖学府,在超个人心理学的研究、整体性及临床教育上,处于全球领导地位。"
/>
<title>
索菲亚大学金融方向工商管理硕士项目
</title>
<meta
name=
"description"
content=
"美国索非亚大学创办于1975年,前身是超个人心理学研究所,由毕业于哈佛大学的罗伯特.弗雷格尔博士(Dr.Robert Frager)创办。作为全球第一所超个人心理学顶尖学府,在超个人心理学的研究、整体性及临床教育上,处于全球领导地位。"
/>
<title>
玛丽伍德大学工商管理硕士项目
</title>
<!-- <meta
name="viewport"
id="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, shrink-to-fit=no"
/> -->
<meta
name=
"viewport"
id=
"viewport"
content=
"initial-scale=-1,maximum-scale=1,shrink-to-fit=no"
/>
<meta
name=
"viewport"
id=
"viewport"
content=
"initial-scale=-1,maximum-scale=1,shrink-to-fit=no"
/>
</head>
<body>
<div
id=
"app"
></div>
...
...
@@ -38,13 +37,13 @@
src=
"https://zws-imgs-pub.ezijing.com/static/build/learn-mba/static/common/runtime.js"
></script>
<script>
var
_hmt
=
_hmt
||
[]
;
(
function
()
{
var
hm
=
document
.
createElement
(
"script"
);
hm
.
src
=
"https://hm.baidu.com/hm.js?45ff88cfcd1cf031f43e64eb9650315d"
;
var
s
=
document
.
getElementsByTagName
(
"script"
)[
0
];
s
.
parentNode
.
insertBefore
(
hm
,
s
)
;
})()
;
var
_hmt
=
_hmt
||
[]
;
(
function
()
{
var
hm
=
document
.
createElement
(
'script'
)
hm
.
src
=
'https://hm.baidu.com/hm.js?45ff88cfcd1cf031f43e64eb9650315d'
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
]
s
.
parentNode
.
insertBefore
(
hm
,
s
)
})()
</script>
<!--[if lt IE 9]>
<script src="https://zws-imgs-pub.ezijing.com/static/build/learn-mba/static/compatible/console-polyfill.js"></script>
...
...
src/pages/home/index.vue
浏览文件 @
4e76add8
...
...
@@ -3,13 +3,19 @@
<div
class=
"banner-box"
>
<swiper
:options=
"swiperOptions"
ref=
"mySwiper"
class=
"item-swiper"
>
<!--
<swiper-slide>
<img
@
click=
"goPreview('https://www.ezijing.com/news/6722349643281203200')"
src=
"https://zws-imgs-pub.ezijing.com/static/public/2174fabdc33f20bbaceeb34b97c190c4.jpg"
alt=
""
/>
<img
@
click=
"goPreview('https://www.ezijing.com/news/6722349643281203200')"
src=
"https://zws-imgs-pub.ezijing.com/static/public/2174fabdc33f20bbaceeb34b97c190c4.jpg"
/>
</swiper-slide>
-->
<swiper-slide>
<img
@
click=
"goPreview('https://zws-imgs-pub.ezijing.com/static/public/fcac7efb74162f33045f8876d28c5b12.pdf')"
src=
"https://zws-imgs-pub.ezijing.com/static/public/8d6b2472a5091990450c34f3a9be9423.jpg"
alt=
""
/>
<img
@
click=
"goPreview('https://zws-imgs-pub.ezijing.com/static/public/fcac7efb74162f33045f8876d28c5b12.pdf')"
src=
"https://zws-imgs-pub.ezijing.com/pc/marywood/banner.jpg"
/>
</swiper-slide>
<swiper-slide>
<img
@
click=
"goPage('/project')"
src=
"https://zws-imgs-pub.ezijing.com/static/public/39f724d8000a38716b053324e5d27f3d.jpg"
alt=
""
/>
<img
@
click=
"goPage('/project')"
src=
"https://zws-imgs-pub.ezijing.com/static/public/39f724d8000a38716b053324e5d27f3d.jpg"
/>
</swiper-slide>
<div
class=
"swiper-button-prev"
slot=
"button-prev"
@
click=
"prev"
></div>
<div
class=
"swiper-button-next"
slot=
"button-next"
@
click=
"next"
></div>
...
...
@@ -17,32 +23,33 @@
<ul
class=
"nav"
>
<li
@
click=
"goPage('/my')"
>
<div
class=
"icon"
>
<img
src=
"../../assets/img/lang/banner-i1.png"
alt=
""
/>
<img
src=
"../../assets/img/lang/banner-i1.png"
/>
</div>
<div
class=
"txt"
>
报名申请
</div>
<div
class=
"block"
></div>
</li>
<li
@
click=
"goPreview('https://zws-imgs-pub.ezijing.com/static/public/2ea3597585c94bef07291efce4fe24f6.pdf')"
>
<li>
<!--
<li
@
click=
"goPreview('https://zws-imgs-pub.ezijing.com/static/public/2ea3597585c94bef07291efce4fe24f6.pdf')"
>
-->
<div
class=
"icon"
>
<img
src=
"../../assets/img/lang/banner-i2.png"
alt=
""
/>
<img
src=
"../../assets/img/lang/banner-i2.png"
/>
</div>
<div
class=
"txt"
>
招生简章
</div>
</li>
<li
@
click=
"goPage('/project')"
>
<div
class=
"icon"
>
<img
src=
"../../assets/img/lang/banner-i3.png"
alt=
""
/>
<img
src=
"../../assets/img/lang/banner-i3.png"
/>
</div>
<div
class=
"txt"
>
项目介绍
</div>
</li>
<li
@
click=
"goPage('/recruit')"
>
<div
class=
"icon"
>
<img
src=
"../../assets/img/lang/banner-i4.png"
alt=
""
/>
<img
src=
"../../assets/img/lang/banner-i4.png"
/>
</div>
<div
class=
"txt"
>
资料下载
</div>
</li>
<li
@
click=
"goPage('/recruit', 2)"
>
<div
class=
"icon"
>
<img
src=
"../../assets/img/lang/banner-i5.png"
alt=
""
/>
<img
src=
"../../assets/img/lang/banner-i5.png"
/>
</div>
<div
class=
"txt"
>
常见问题
</div>
</li>
...
...
@@ -52,24 +59,24 @@
<div
class=
"title"
>
项目特色
</div>
<ul>
<li>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/fb858d15ea447d84051d263ea37112d3.png"
alt=
""
/>
<div
class=
"p"
>
所获学位
<br
/>
全球通行,正规硕士学位
</div>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/fb858d15ea447d84051d263ea37112d3.png"
/>
<div
class=
"p"
>
百年历史美国名校
</div>
</li>
<li>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/9237c8a37d07466b0834e68b8d5f786c.png"
alt=
""
/>
<div
class=
"p
p2"
>
中美双认证
大学
</div>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/9237c8a37d07466b0834e68b8d5f786c.png"
/>
<div
class=
"p
"
>
高排名美国
大学
</div>
</li>
<li>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/ad0d5f5cfb48fa1768fcbe560395637f.png"
alt=
""
/>
<div
class=
"p"
>
创新课程体系
<br
/>
融合金融、管理和心理学
</div>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/ad0d5f5cfb48fa1768fcbe560395637f.png"
/>
<div
class=
"p"
>
高质量商学院
<br
/>
(ACBSP商学院认证)
</div>
</li>
<li>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/b5dd7a8549203158b19c990caf753f15.png"
alt=
""
/>
<div
class=
"p"
>
国际化校友全球16
<br
/>
个国家国际校友
</div>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/b5dd7a8549203158b19c990caf753f15.png"
/>
<div
class=
"p"
>
中美权威师资
<br
/>
清华、北大、理海等权威师资
</div>
</li>
<li>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/f35e8152f2c7174e75bf4c2e70188893.png"
alt=
""
/>
<div
class=
"p"
>
中美权威师资
<br
/>
清华、北大、斯坦福权威师资
</div>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/f35e8152f2c7174e75bf4c2e70188893.png"
/>
<div
class=
"p"
>
16个月精炼课程
</div>
</li>
</ul>
</div>
...
...
@@ -78,7 +85,7 @@
<ul>
<li>
<div
class=
"logo"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/c39c258f69002addb701d6a828eaa29f.png"
alt=
""
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/c39c258f69002addb701d6a828eaa29f.png"
/
>
</div>
<div
class=
"text"
>
<div>
中国教育部
</div>
...
...
@@ -88,65 +95,51 @@
</li>
<li>
<div
class=
"logo"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/
static/public/bcf861182fd1e5c3632b0d1e97378c63.png"
alt=
""
>
<img
src=
"https://zws-imgs-pub.ezijing.com/
pc/marywood/icon_02.png"
/
>
</div>
<div
class=
"text"
>
<div>
美国教育部
</div>
<div>
西部院校联盟(WASC
)
</div>
<div>
美国中部各州院校协会 (MSCHE
)
</div>
<div
class=
"t"
>
认证大学
</div>
</div>
</li>
<li>
<div
class=
"logo"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/
static/public/1f73853b05e01507b24567d14c34f164.png"
alt=
""
>
<img
src=
"https://zws-imgs-pub.ezijing.com/
pc/marywood/icon_03.png"
/
>
</div>
<div
class=
"text"
>
<div>
美国加州
</div>
<div>
私立高等教育局(BPPE)
</div>
<div
class=
"t"
>
认证大学
</div>
<div>
#59
</div>
<div>
最佳大学排名
</div>
<div
class=
"t"
>
2021《美国新闻与世界报道》
</div>
</div>
</li>
<li>
<div
class=
"logo"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/
static/public/6bf5efe5efec06738318cedccc7cd03c.png"
alt=
""
>
<img
src=
"https://zws-imgs-pub.ezijing.com/
pc/marywood/icon_04.png"
/
>
</div>
<div
class=
"text"
>
<div>
美国
高等教育
</div>
<div>
认证委员会(CHEA)
</div>
<div>
美国
商学院认证委员会
</div>
<div>
(ACBSP)
</div>
<div
class=
"t"
>
认证大学
</div>
</div>
</li>
<li>
<div
class=
"logo"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/4c0f67116fac2d0b267457f20852abfa.png"
alt=
""
>
</div>
<div
class=
"text"
>
<div>
美国
</div>
<div>
学位三级认证
</div>
<!--
<div
class=
"t"
>
认证大学
</div>
-->
</div>
</li>
</ul>
<!--
<div
class=
"con970"
>
<div
class=
"top-con"
>
<div
class=
"text"
>
通过FMBA课程的学习
<br/><span>
获得优势:
</span></div>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/1b4ac75951cfe717db4916bea71603d1.png"
alt=
""
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/1b4ac75951cfe717db4916bea71603d1.png"
>
</div>
<div
class=
"con-txt"
>
毕业于美国名校
<br/>
成长为国际化金融人才
<br/>
具备领军人物的创新精神
<br/>
数个精准的金融高端社交圈
<br/>
熟稔金融之术,深谙管理之道
<br/>
拥有与中美一流师资面对面切磋的宝贵经验
<br/>
成为紫荆遍布全球校友网络中的一员
<br/>
全新的人生轨迹
</div>
</div>
-->
</div>
<div
class=
"module3"
>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/de45f304b8c09b8080b3d3c6202b62f7.jpg"
alt=
""
class=
"bg"
/>
<img
src=
"../../assets/img/lang/m3-btn.png"
alt=
""
class=
"btn"
@
click=
"videoplay()"
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/pc/marywood/video_cover.jpg"
class=
"bg"
/>
<img
src=
"../../assets/img/lang/m3-btn.png"
class=
"btn"
@
click=
"videoplay()"
/>
<div
id=
"videoAlert"
v-if=
"videoShow"
>
<div
class=
"cont"
>
<div
class=
"close-box"
@
click=
"videoShow = false"
></div>
<video
src=
"https://zws-imgs-pub.ezijing.com/
static/public/630810d0c5276d1195325d88d40a0034
.mp4"
src=
"https://zws-imgs-pub.ezijing.com/
pc/marywood/video
.mp4"
width=
""
height=
""
controls=
"controls"
...
...
@@ -158,10 +151,11 @@
</div>
<div
class=
"module4"
>
<div
class=
"con970 floats"
>
<div
class=
"swiper-mian"
@
click=
"goPreview('https://mp.weixin.qq.com/s/YFcZMtuykIXC9_eNyf_Ijg')"
>
<div
class=
"swiper-mian"
>
<!--
<div
class=
"swiper-mian"
@
click=
"goPreview('https://mp.weixin.qq.com/s/YFcZMtuykIXC9_eNyf_Ijg')"
>
-->
<swiper
:options=
"swiperOptions2"
ref=
"mySwiper2"
class=
"item-swiper"
>
<swiper-slide>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/7e8d7f04e99a15bb637efa48d2c0c14d.jpg"
alt=
""
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/7e8d7f04e99a15bb637efa48d2c0c14d.jpg"
/>
</swiper-slide>
<div
class=
"swiper-pagination"
slot=
"pagination"
></div>
</swiper>
...
...
@@ -170,17 +164,18 @@
<div
class=
"txt"
>
肇越:公积金制度如何改革才能让老百姓得实惠?
</div>
</div>
</div>
<div
<div
class=
"swiper-mian float-r"
>
<!--
<div
class=
"swiper-mian float-r"
@
click=
"
goPreview(
'https://i3jtw0.smartapps.cn/subpackage/pages/docdetails/doc-details?id=ucms_7yGhOpXQ5Ej&oauthType=search&hostname=baiduboxapp&_swebfr=1'
)
"
>
>
-->
<swiper
:options=
"swiperOptions2"
ref=
"mySwiper2"
class=
"item-swiper"
>
<swiper-slide>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/010f4dd0338d68dd8a0e54b46b7edb21.png"
alt=
""
/>
<img
src=
"https://zws-imgs-pub.ezijing.com/static/public/010f4dd0338d68dd8a0e54b46b7edb21.png"
/>
</swiper-slide>
<div
class=
"swiper-pagination"
slot=
"pagination"
></div>
</swiper>
...
...
@@ -649,7 +644,7 @@ export default {
color
:
#222222
;
line-height
:
25px
;
margin-top
:
10px
;
&
.p2
{
&
.p2
{
margin-top
:
20px
;
}
}
...
...
@@ -662,70 +657,71 @@ export default {
// background: #A4000F;
background
:
url(https://zws-imgs-pub.ezijing.com/static/public/521a97768110ae52ce07f07757c79238.png)
;
background-size
:
cover
;
.title
{
.title
{
font-size
:
36px
;
font-weight
:
bold
;
color
:
#
FFFFFF
;
color
:
#
ffffff
;
line-height
:
36px
;
text-align
:
center
;
padding
:
62px
0
58px
;
}
ul
{
ul
{
display
:
flex
;
justify-content
:
center
;
li
{
width
:
1
72
px
;
height
:
2
07
px
;
li
{
width
:
1
90
px
;
height
:
2
29
px
;
background
:
#fff
;
border-radius
:
10px
;
margin
-right
:
30px
;
&
:nth-child
(
1
)
{
.logo
{
margin
:
0
30px
;
&
:nth-child
(
1
)
{
.logo
{
width
:
73px
;
}
}
&
:nth-child
(
2
)
{
.logo
{
width
:
93
px
;
&
:nth-child
(
2
)
{
.logo
{
width
:
152
px
;
}
}
&
:nth-child
(
3
)
{
.logo
{
width
:
82
px
;
&
:nth-child
(
3
)
{
.logo
{
width
:
79
px
;
}
}
&
:nth-child
(
4
)
{
.logo
{
width
:
124
px
;
&
:nth-child
(
4
)
{
.logo
{
width
:
72
px
;
}
}
&
:nth-child
(
5
)
{
&
:nth-child
(
5
)
{
margin-right
:
0
;
.logo
{
.logo
{
width
:
124px
;
}
}
.logo
{
.logo
{
margin
:
30px
auto
0
auto
;
height
:
80px
;
display
:
flex
;
align-items
:
center
;
img
{
img
{
width
:
100%
;
display
:
block
;
}
}
.text
{
.text
{
padding-top
:
17px
;
text-align
:
center
;
div
{
div
{
line-height
:
100%
;
margin-bottom
:
10px
;
font-size
:
15px
;
color
:
#96203
A
;
color
:
#96203
a
;
font-weight
:
bold
;
}
.t
{
.t
{
font-size
:
14px
;
font-weight
:
normal
;
}
}
...
...
src/pages/letter/index.vue
浏览文件 @
4e76add8
...
...
@@ -7,7 +7,7 @@
</div>
</div>
</header>
<nav
class=
"nav"
><h1
class=
"title"
>
索菲亚大学金融方向
工商管理硕士项目推荐信
</h1></nav>
<nav
class=
"nav"
><h1
class=
"title"
>
玛丽伍德大学
工商管理硕士项目推荐信
</h1></nav>
<section
class=
"content"
>
<el-form
:model=
"ruleForm"
...
...
src/pages/my/account/home.vue
浏览文件 @
4e76add8
...
...
@@ -27,7 +27,7 @@
<img
src=
"../../../assets/images/welcome.png"
width=
"350"
/>
<div
class=
"welcome-content"
>
<h1>
欢迎您报考
</h1>
<h2>
索菲亚
大学
</h2>
<h2>
玛丽伍德
大学
</h2>
<div
class=
"welcome-button"
@
click=
"handleStart"
>
马上开始
</div>
</div>
</div>
...
...
src/pages/my/admission/form/cjd.js
浏览文件 @
4e76add8
...
...
@@ -32,7 +32,7 @@ export default function(_this) {
}
},
form
:
{
next
:
{
to
:
{
query
:
{
active
:
'admission_
byzs
'
}
}
},
next
:
{
to
:
{
query
:
{
active
:
'admission_
xy
'
}
}
},
hasButton
:
false
,
options
:
{
'label-position'
:
'top'
},
hint
:
`
...
...
src/pages/my/admission/form/index.js
浏览文件 @
4e76add8
import
cjd
from
'./cjd'
import
byzs
from
'./byzs'
import
ywjl
from
'./ywjl'
//
import byzs from './byzs'
//
import ywjl from './ywjl'
import
xy
from
'./xy'
import
xfjn
from
'./xfjn'
...
...
@@ -8,6 +8,6 @@ export default function(_this) {
return
{
id
:
'admission'
,
title
:
'入学办理'
,
children
:
[
cjd
(
_this
),
byzs
,
ywjl
,
xy
(
_this
),
xfjn
(
_this
)]
children
:
[
cjd
(
_this
),
xy
(
_this
),
xfjn
(
_this
)]
}
}
src/pages/my/admission/form/xy.js
浏览文件 @
4e76add8
...
...
@@ -24,7 +24,7 @@ export default function(_this) {
}
},
form
:
{
prev
:
{
to
:
{
query
:
{
active
:
'admission_
ywjl
'
}
}
},
prev
:
{
to
:
{
query
:
{
active
:
'admission_
cjd
'
}
}
},
next
:
{
to
:
{
query
:
{
active
:
'admission_xfjn'
}
}
},
hasButton
:
false
,
options
:
{},
...
...
src/pages/my/application/complete.vue
浏览文件 @
4e76add8
...
...
@@ -81,11 +81,11 @@ export default {
// code: 'interviewCjd',
// view: { to: { path: '/my/interview', query: { active: 'interview_cjd' } } }
// },
{
title
:
'2寸照片'
,
code
:
'interviewZp'
,
view
:
{
to
:
{
path
:
'/my/interview'
,
query
:
{
active
:
'interview_zp'
}
}
}
}
//
{
//
title: '2寸照片',
//
code: 'interviewZp',
//
view: { to: { path: '/my/interview', query: { active: 'interview_zp' } } }
//
}
// {
// title: '推荐信',
...
...
src/pages/my/application/components/qrcodePay.vue
浏览文件 @
4e76add8
...
...
@@ -5,7 +5,9 @@
<img
src=
"../../../../assets/images/my_pay_01.png"
/>
</div>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
紫荆-索菲亚大学金融方向工商管理硕士(FMBA)申请费
<span>
700
</span>
元,请扫描二维码支付完成报名。
</p>
<p
class=
"t1"
>
申请紫荆-玛丽伍德大学工商管理硕士(MBA)项目,本项目的申请费为
<span>
700
</span>
元,请扫描二维码以完成报名。
</p>
</div>
<div
class=
"qrcode-error"
v-if=
"qrcodeError"
>
生成二维码失败请刷新
<i
class=
"el-icon-refresh-left"
@
click=
"getOrder"
title=
"刷新"
></i>
...
...
src/pages/my/application/form/declare.js
浏览文件 @
4e76add8
...
...
@@ -44,7 +44,7 @@ export default function(_this) {
values
:
[{
label
:
'同意'
,
value
:
1
}],
model
:
'isAgree'
,
rules
:
[{
required
:
true
,
message
:
'请阅读协议'
,
trigger
:
'change'
}],
prepend
:
`<p>1、本人知晓此申请表及所附文件将作为申请紫荆-
索菲亚
大学MBA面试和背景评估的参考依据,一旦成功录取,有关资料将作为学生信息存档。</p>
prepend
:
`<p>1、本人知晓此申请表及所附文件将作为申请紫荆-
玛丽伍德
大学MBA面试和背景评估的参考依据,一旦成功录取,有关资料将作为学生信息存档。</p>
<p>2、本人声明所填资料正确无误,知晓任何不真实的信息或不诚信的行为,均会影响申请结果,已取得的成绩和资格会被取消。我理解并同意所有报名材料归紫荆教育所有,无论考生录取与否均不退回。我授权紫荆教育使用报名表中的信息查询本人学习和工作记录。</p>`
}
]
...
...
src/pages/my/application/form/info/answer.js
浏览文件 @
4e76add8
...
...
@@ -19,10 +19,10 @@ export default function(_this) {
const
[
first
=
{},
second
=
{}]
=
answers
return
{
qid1
:
first
.
qid
||
'1'
,
question1
:
'您为什么要申请
索菲亚大学金融方向工商管理硕士项目?(60字以上,1000字以内)
'
,
question1
:
'您为什么要申请
紫荆-玛丽伍德大学工商管理硕士(MBA)项目?
'
,
answer1
:
first
.
answer
,
qid2
:
second
.
qid
||
'2'
,
question2
:
'您的短期和长期职业发展目标是什么
?您打算如何达成此愿景?(60字以上,1000字以内)
'
,
question2
:
'您的短期和长期职业发展目标是什么
?您打算如何达成此愿景?
'
,
answer2
:
second
.
answer
}
}
...
...
@@ -45,7 +45,7 @@ export default function(_this) {
items
:
[
{
type
:
'v-input'
,
label
:
'您为什么要申请
索菲亚大学金融方向工商管理硕士项目?(60字以上,1000字以内)
'
,
label
:
'您为什么要申请
紫荆-玛丽伍德大学工商管理硕士(MBA)项目?(60字以上,1000字以内)
'
,
model
:
'answer1'
,
attrs
:
{
type
:
'textarea'
,
rows
:
'8'
,
maxlength
:
'1000'
,
style
:
'width:100%'
},
rules
:
[
...
...
@@ -55,7 +55,7 @@ export default function(_this) {
},
{
type
:
'v-input'
,
label
:
'您的短期和长期职业发展目标是什么
?您打算如何达成此愿景?(60字以上,1000字以内)
'
,
label
:
'您的短期和长期职业发展目标是什么
?您打算如何达成此愿景?(60字以上,1000字以内)
'
,
model
:
'answer2'
,
attrs
:
{
type
:
'textarea'
,
rows
:
'8'
,
maxlength
:
'1000'
,
style
:
'width:100%'
},
rules
:
[
...
...
src/pages/my/application/pay.vue
浏览文件 @
4e76add8
...
...
@@ -3,9 +3,7 @@
<h5-pay
@
update=
"handleUpdateOrder"
v-if=
"isWechat"
></h5-pay>
<qrcode-pay
@
update=
"handleUpdateOrder"
v-else
></qrcode-pay>
<div
class=
"pay-ft"
>
<p
class=
"t2"
>
注释:该申请费提交后不予退还,缴纳申请费后,申请人还需提交以下文件:
</p>
<p
class=
"t2"
>
①毕业证书扫描件②2寸照片③英文简历④中英文成绩单
</p>
<p
class=
"t2"
>
该申请费不退,请慎重缴费!
</p>
<p
class=
"t2"
>
注释:成功提交700元申请费后,申请人还需上传并提交最高学历(学位)证书 (注:申请费不退还)
</p>
</div>
<el-dialog
title=
"报名费缴费成功"
...
...
src/pages/my/interview/form/byzs.js
浏览文件 @
4e76add8
export
default
{
id
:
'interview_byzs'
,
title
:
'毕业证书'
,
get
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/
${
webConf
.
others
.
projectId
}
`
,
callback
(
data
)
{
const
{
attachments
=
[],
submission_stage
:
submissionStage
=
'FILLING'
}
=
data
.
data
.
material
const
stageList
=
[
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
export
default
function
(
_this
)
{
return
{
id
:
'interview_byzs'
,
title
:
'毕业证书'
,
get
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/
${
webConf
.
others
.
projectId
}
`
,
callback
(
data
)
{
const
{
attachments
=
[],
submission_stage
:
submissionStage
=
'FILLING'
}
=
data
.
data
.
material
const
stageList
=
[
'FILLING'
,
'PREPAYMENT'
,
'INTERVIEW_APPLICATION'
,
'AUDITION'
,
'INTERVIEW'
,
'PAYMENT'
,
'REGISTRATION'
,
'CLOSED'
]
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
2
const
DIPLOMA_CN
=
attachments
.
filter
(
item
=>
{
return
item
.
file_type_id
===
'DIPLOMA_CN'
})
return
{
DIPLOMA_CN
}
}
},
update
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/submit/
${
webConf
.
others
.
projectId
}
`
,
beforeRequest
(
data
)
{
return
{
submission_stage
:
'INTERVIEW_APPLICATION'
}
},
callback
()
{
this
.
form
.
options
.
disabled
=
true
_this
.
dialogVisible
=
true
_this
.
getApplication
()
},
errorCallback
()
{
_this
.
completeVisible
=
true
}
},
form
:
{
// next: { to: { query: { active: 'interview_zp' } } },
submitText
:
'申请面试'
,
model
:
{
submission_stage
:
'INTERVIEW_APPLICATION'
},
options
:
{},
items
:
[
{
type
:
'v-upload'
,
required
:
true
,
model
:
'DIPLOMA_CN'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
deleteAction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'DIPLOMA_CN'
}
},
append
:
'申请者需要将本科或以上毕业证书原件扫描或者拍照后提交。<br> 可上传多个文件,请确保证书号码清晰可辨。<br> 上传文件仅限“jpg,jpeg,png”格式,文件小于10MB。'
}
]
this
.
form
.
options
.
disabled
=
stageList
.
findIndex
(
item
=>
item
===
submissionStage
)
>
2
const
DIPLOMA_CN
=
attachments
.
filter
(
item
=>
{
return
item
.
file_type_id
===
'DIPLOMA_CN'
})
return
{
DIPLOMA_CN
}
}
},
form
:
{
next
:
{
to
:
{
query
:
{
active
:
'interview_zp'
}
}
},
hasButton
:
false
,
options
:
{},
items
:
[
{
type
:
'v-upload'
,
required
:
true
,
model
:
'DIPLOMA_CN'
,
attrs
:
{
action
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/put`
,
deleteAction
:
`
${
webConf
.
apiBaseURL
}
/enrollment/v1.0/application-materials/attachments/
${
webConf
.
others
.
projectId
}
/delete`
,
data
:
{
file_type
:
'DIPLOMA_CN'
}
},
append
:
'申请者需要将本科或以上毕业证书原件扫描或者拍照后提交。<br> 可上传多个文件,请确保证书号码清晰可辨。<br> 上传文件仅限“jpg,jpeg,png”格式,文件小于10MB。'
}
]
}
}
src/pages/my/interview/form/index.js
浏览文件 @
4e76add8
import
byzs
from
'./byzs'
// import xwzs from './xwzs'
// import ywjl from './ywjl'
import
zp
from
'./zp'
//
import zp from './zp'
export
default
function
(
_this
)
{
return
{
id
:
'interview'
,
title
:
'申请面试'
,
children
:
[
byzs
,
zp
(
_this
)]
children
:
[
byzs
(
_this
)]
}
}
src/pages/my/welcome/indexPay.vue
浏览文件 @
4e76add8
...
...
@@ -4,7 +4,7 @@
<qrcode-pay
@
update=
"handleUpdateOrder"
v-else
></qrcode-pay>
<div
class=
"pay-ft"
>
<p
class=
"t2"
>
欢迎您申请紫荆-
索菲亚
大学金融方向工商管理硕士(FMBA)
<br
/>
欢迎您申请紫荆-
玛丽伍德
大学金融方向工商管理硕士(FMBA)
<br
/>
申请流程:①支付报名费②填写报名资料并提供相关材料(身份证扫描件、毕业证书扫描件、2寸照片)③参加面试④获得录取⑤缴纳学费并签署入学协议⑥入学学习(办
理入学手续:提供成绩单、学籍注册等)
<br
/>
申请费提交后不予退还
</p>
...
...
src/pages/my/welcome/indexWelcome.vue
浏览文件 @
4e76add8
...
...
@@ -6,7 +6,7 @@
</div>
<h1>
欢迎您
</h1>
<p
class=
"t1"
>
申请紫荆-
索菲亚大学金融方向
工商管理硕士项目,请在填写以下内容并
<br
/>
申请紫荆-
玛丽伍德大学
工商管理硕士项目,请在填写以下内容并
<br
/>
提交报名申请后,扫码支付本项目的申请费共计
<span>
700
</span>
元。
</p>
</div>
...
...
src/pages/presence/index.vue
浏览文件 @
4e76add8
...
...
@@ -30,7 +30,7 @@ export default {
page
:
1
,
per_page
:
100
,
type
:
58
,
project_id
:
10
00
project_id
:
10
12
},
listData
:
{
0
:
[],
...
...
src/pages/project/index.vue
浏览文件 @
4e76add8
...
...
@@ -48,7 +48,7 @@ export default {
image
:
'https://zws-imgs-pub.ezijing.com/static/public/f62705e4cad2efda7a3c79a3125ff344.png'
},
{
name
:
'
索菲亚
大学'
,
name
:
'
玛丽伍德
大学'
,
image
:
'https://zws-imgs-pub.ezijing.com/static/public/9a49ef7992a20616d4d2b7b30d387f9c.png'
},
{
...
...
@@ -69,100 +69,106 @@ export default {
})
},
request
(
item
,
index
,
n
)
{
cAction
.
reportAction
.
getContent
(
item
.
name
).
then
(
json
=>
{
if
(
n
===
1
)
{
this
.
newsData
.
push
({
id
:
index
,
title
:
item
.
name
,
content
:
json
===
null
?
''
:
json
[
0
].
content
,
image
:
item
.
image
})
this
.
newsData
=
this
.
newsData
.
sort
((
a
,
b
)
=>
a
.
id
-
b
.
id
)
}
else
{
this
.
newsData2
.
push
({
id
:
index
,
title
:
item
.
name
,
content
:
json
===
null
?
''
:
json
[
0
].
content
,
image
:
item
.
image
})
this
.
newsData2
=
this
.
newsData2
.
sort
((
a
,
b
)
=>
a
.
id
-
b
.
id
)
}
}).
catch
(
e
=>
{
this
.
$message
.
error
(
e
.
message
)
}).
finally
(()
=>
{})
cAction
.
reportAction
.
getContent
(
item
.
name
)
.
then
(
json
=>
{
if
(
n
===
1
)
{
this
.
newsData
.
push
({
id
:
index
,
title
:
item
.
name
,
content
:
json
===
null
?
''
:
json
[
0
].
content
,
image
:
item
.
image
})
this
.
newsData
=
this
.
newsData
.
sort
((
a
,
b
)
=>
a
.
id
-
b
.
id
)
}
else
{
this
.
newsData2
.
push
({
id
:
index
,
title
:
item
.
name
,
content
:
json
===
null
?
''
:
json
[
0
].
content
,
image
:
item
.
image
})
this
.
newsData2
=
this
.
newsData2
.
sort
((
a
,
b
)
=>
a
.
id
-
b
.
id
)
}
})
.
catch
(
e
=>
{
this
.
$message
.
error
(
e
.
message
)
})
.
finally
(()
=>
{})
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.con970
{
.con970
{
width
:
970px
;
margin
:
0
auto
;
}
.modul1
{
.modul1
{
position
:
relative
;
width
:
100%
;
height
:
190px
;
background
:
url(https://zws-imgs-pub.ezijing.com/static/public/e5edeacd362ce7876f52c799f7e1a98d.png)
center
;
background-size
:
cover
;
.tap-btn
{
.tap-btn
{
width
:
970px
;
position
:
absolute
;
bottom
:
0
;
left
:
50%
;
-webkit-transform
:
translateX
(
-50%
);
display
:
flex
;
li
{
li
{
width
:
128px
;
height
:
36px
;
background
:
#
BF
0927
;
background
:
#
bf
0927
;
margin-right
:
2px
;
font-size
:
16px
;
line-height
:
36px
;
text-align
:
center
;
color
:
#fff
;
&
.active
{
color
:
#
BF
0927
;
&
.active
{
color
:
#
bf
0927
;
background
:
#fff
;
}
}
}
}
.tap-item-box
{
.t-item1
{
li
{
border-bottom
:
1px
solid
#
CCCCCC
;
.tap-item-box
{
.t-item1
{
li
{
border-bottom
:
1px
solid
#
cccccc
;
padding
:
30px
0
40px
;
display
:
flex
;
.info
{
.img
{
background
:
#
F5F7F
8
;
.info
{
.img
{
background
:
#
f5f7f
8
;
padding
:
21px
;
img
{
img
{
width
:
178px
;
height
:
248px
;
display
:
block
;
}
}
p
{
p
{
width
:
100%
;
color
:
#000
;
font-size
:
14px
;
line-height
:
30px
;
margin
:
0
;
text-align
:
center
;
&
.name
{
&
.name
{
font-size
:
24px
;
font-weight
:
bold
;
}
}
}
.msg
{
.msg
{
margin-left
:
30px
;
.title
{
.title
{
font-size
:
23px
;
color
:
#000
;
line-height
:
32px
;
}
p
{
p
{
margin-top
:
28px
;
line-height
:
30px
;
color
:
#000
;
...
...
@@ -171,47 +177,47 @@ export default {
}
}
}
.new-items
{
.new-items
{
display
:
flex
;
}
.child-tabs
{
.child-tabs
{
width
:
670px
;
margin-bottom
:
40px
;
}
.t-item2
{
.t-item2
{
// display: flex;
padding
:
60px
0
;
.article
{
.article
{
width
:
670px
;
.title
{
.title
{
line-height
:
100%
;
font-size
:
23px
;
font-weight
:
bold
;
}
.t2
{
.t2
{
line-height
:
25px
;
font-size
:
18px
;
font-weight
:
bold
;
margin-top
:
5px
;
}
.txt
{
.txt
{
padding-top
:
30px
;
p
{
p
{
line-height
:
30px
;
font-size
:
14px
;
color
:
#000
;
// text-indent: 2em;
&
.martop
{
&
.martop
{
margin-top
:
30px
;
}
}
}
}
.right-img
{
.right-img
{
position
:
relative
;
margin-left
:
auto
;
}
.photo
{
.photo
{
position
:
relative
;
z-index
:
9
;
width
:
235px
;
...
...
@@ -219,7 +225,7 @@ export default {
display
:
flex
;
position
:
relative
;
}
.line
{
.line
{
position
:
absolute
;
top
:
35px
;
right
:
35px
;
...
...
@@ -228,22 +234,22 @@ export default {
border
:
1px
solid
#979797
;
}
}
.t-item3
{
.t-item3
{
padding-top
:
60px
;
position
:
relative
;
.t1
{
.t1
{
line-height
:
32px
;
font-size
:
23px
;
font-weight
:
bold
;
}
.t2
{
.t2
{
margin-top
:
5px
;
line-height
:
25px
;
font-size
:
18px
;
font-weight
:
bold
;
padding-bottom
:
30px
;
}
.new-img
{
.new-img
{
width
:
891px
;
margin
:
0
auto
60px
auto
;
display
:
block
;
...
...
@@ -252,49 +258,49 @@ export default {
// left: 50%;
// -webkit-transform: translateX(-50%);
}
ul
{
li
{
ul
{
li
{
padding
:
40px
0
;
.con970
{
.con970
{
overflow
:
hidden
;
}
img
{
img
{
display
:
block
;
width
:
140px
;
height
:
140px
;
float
:
left
;
}
.wenb
{
.wenb
{
float
:
left
;
width
:
510px
;
.title
{
.title
{
font-size
:
18px
;
font-weight
:
bold
;
color
:
#262626
;
line-height
:
25px
;
margin-bottom
:
25px
;
}
p
{
p
{
margin-bottom
:
10px
;
font-size
:
14px
;
color
:
#2
B2B2B
;
color
:
#2
b2b2b
;
line-height
:
20px
;
}
}
&
.type-l
{
background
:
#
F3F3F
3
;
img
{
&
.type-l
{
background
:
#
f3f3f
3
;
img
{
margin-right
:
60px
;
}
}
&
.type-r
{
.con970
{
&
.type-r
{
.con970
{
justify-content
:
right
;
}
img
{
img
{
float
:
right
;
}
.wenb
{
.wenb
{
text-align
:
right
;
margin-right
:
60px
;
float
:
right
;
...
...
@@ -304,65 +310,65 @@ export default {
}
}
}
.new-style
{
.new-style
{
padding-bottom
:
60px
;
.top-cont
{
.top-cont
{
width
:
970px
;
margin
:
0
auto
;
display
:
flex
;
.left
{
.left
{
width
:
434px
;
height
:
496px
;
background
:
url(https://zws-imgs-pub.ezijing.com/static/public/9ca050bb75b08a232433f570bcac652d.png)
;
background-size
:
100%
100%
;
.txt
{
.txt
{
font-size
:
16px
;
font-weight
:
bold
;
color
:
#
FFFFFF
;
color
:
#
ffffff
;
line-height
:
29px
;
width
:
353px
;
margin
:
180px
auto
0
;
text-indent
:
2em
;
}
}
ul
{
ul
{
margin-left
:
auto
;
li
{
transition
:
all
.5s
;
li
{
transition
:
all
0
.5s
;
width
:
464px
;
height
:
50px
;
background
:
#
F1F2F
3
;
background
:
#
f1f2f
3
;
padding
:
0
;
margin-bottom
:
14px
;
&
.br
{
&
:hover
{
&
.br
{
&
:hover
{
height
:
163px
;
}
}
&
:hover
{
&
:hover
{
height
:
143px
;
background
:
#
D83C
56
;
.dis-b
{
background
:
#
d83c
56
;
.dis-b
{
display
:
none
;
}
.dis-n
{
.dis-n
{
display
:
block
;
}
}
.dis-b
{
.dis-b
{
display
:
flex
;
align-items
:
center
;
height
:
100%
;
.d
{
.d
{
width
:
8px
;
height
:
8px
;
background
:
#
BF
0927
;
background
:
#
bf
0927
;
margin-left
:
30px
;
border-radius
:
50%
;
}
.txt
{
.txt
{
font-size
:
18px
;
color
:
#
BF
0927
;
color
:
#
bf
0927
;
line-height
:
25px
;
margin-left
:
10px
;
}
...
...
@@ -370,64 +376,64 @@ export default {
}
}
}
.dis-n
{
.dis-n
{
margin-left
:
50px
;
display
:
none
;
.title
{
.title
{
font-size
:
24px
;
font-weight
:
bold
;
color
:
#
FFFFFF
;
color
:
#
ffffff
;
line-height
:
33px
;
padding-top
:
30px
;
margin-bottom
:
36px
;
}
.txt
{
.txt
{
font-size
:
14px
;
font-weight
:
bold
;
color
:
#
FFFFFF
;
color
:
#
ffffff
;
line-height
:
20px
;
}
}
}
.content
{
.content
{
position
:
relative
;
width
:
100%
;
height
:
350px
;
background
:
url(https://zws-imgs-pub.ezijing.com/static/public/3ec70f7e95c722cc38d5b38749768b87.png)
;
background-size
:
100%
100%
;
.title
{
.title
{
font-size
:
24px
;
font-weight
:
bold
;
color
:
#
FFFFFF
;
color
:
#
ffffff
;
line-height
:
33px
;
padding-top
:
60px
;
text-align
:
center
;
}
.p1
{
.p1
{
text-align
:
center
;
font-size
:
14px
;
font-weight
:
bold
;
color
:
#
FFFFFF
;
color
:
#
ffffff
;
line-height
:
20px
;
margin-top
:
10px
;
}
.box-cont
{
.box-cont
{
width
:
1000px
;
height
:
155px
;
border
:
1px
solid
rgba
(
216
,
60
,
86
,
.
5
);
border
:
1px
solid
rgba
(
216
,
60
,
86
,
0
.5
);
// border: 1px solid #D83C56;
margin
:
35px
auto
0
;
position
:
relative
;
.le-tj
{
.le-tj
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
198px
;
height
:
155px
;
background
:
rgba
(
255
,
255
,
255
,
.
2
);
background
:
rgba
(
255
,
255
,
255
,
0
.2
);
font-size
:
18px
;
font-weight
:
bold
;
color
:
#
FFFFFF
;
color
:
#
ffffff
;
line-height
:
155px
;
text-align
:
center
;
}
...
...
@@ -446,22 +452,22 @@ export default {
// }
// }
}
.txt-box
{
.txt-box
{
position
:
absolute
;
top
:
30%
;
left
:
50%
;
-webkit-transform
:
translateX
(
-50%
);
padding-top
:
33px
;
.pp1
{
.pp1
{
font-size
:
20px
;
font-weight
:
bold
;
color
:
#
FFFFFF
;
color
:
#
ffffff
;
line-height
:
20px
;
margin-bottom
:
30px
;
}
}
}
.zs-cont
{
.zs-cont
{
padding-top
:
60px
;
}
</
style
>
\ No newline at end of file
</
style
>
src/pages/teaching/index.vue
浏览文件 @
4e76add8
...
...
@@ -46,7 +46,7 @@ export default {
page
:
1
,
per_page
:
100
,
type
:
55
,
project_id
:
10
00
project_id
:
10
12
},
allList
:
{
55
:
[],
...
...
src/pages/videoCenter/index.vue
浏览文件 @
4e76add8
...
...
@@ -51,7 +51,7 @@ export default {
page
:
1
,
per_page
:
100
,
type
:
52
,
project_id
:
10
00
project_id
:
10
12
}
}
},
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论