Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
067762d0
提交
067762d0
authored
1月 11, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
图片地址转化
上级
897b3d27
隐藏空白字符变更
内嵌
并排
正在显示
15 个修改的文件
包含
56 行增加
和
76 行删除
+56
-76
Video.vue
components/home/Video.vue
+4
-4
schoolSenery.vue
components/home/schoolSenery.vue
+4
-4
zh-CN.js
langs/zh-CN.js
+1
-1
academic.vue
pages/academic/academic.vue
+4
-4
relevant.vue
pages/apply/relevant.vue
+9
-9
support.vue
pages/apply/support.vue
+8
-8
dataDownload.vue
pages/dataDownload/dataDownload.vue
+9
-21
apply.vue
pages/enroll/apply.vue
+3
-10
process.vue
pages/enroll/process.vue
+2
-2
index.vue
pages/index.vue
+1
-1
index.vue
pages/news/hot/index.vue
+1
-1
index.vue
pages/news/interview/index.vue
+1
-2
bg.vue
pages/project-intro/bg.vue
+6
-6
introduce.vue
pages/project-intro/introduce.vue
+2
-2
returnPolicy.vue
pages/returnPolicy/returnPolicy.vue
+1
-1
没有找到文件。
components/home/Video.vue
浏览文件 @
067762d0
<
template
>
<
template
>
<div
class=
"banner-content"
>
<div
class=
"banner-content"
>
<img
class=
"img"
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/video.png"
alt=
""
/>
<img
class=
"img"
src=
"https://webapp-pub.
ezijing
.com/project/marywood/video.png"
alt=
""
/>
<img
<img
class=
"img1"
class=
"img1"
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/video_logo.png"
src=
"https://webapp-pub.
ezijing
.com/project/marywood/video_logo.png"
alt=
""
alt=
""
@
click=
"open"
@
click=
"open"
/>
/>
<video
<video
v-show=
"isShow"
v-show=
"isShow"
class=
"video"
class=
"video"
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/marywood.mp4"
src=
"https://webapp-pub.
ezijing
.com/project/marywood/marywood.mp4"
controls=
"controls"
controls=
"controls"
preload=
"none"
preload=
"none"
autoplay=
"autoplay"
autoplay=
"autoplay"
...
@@ -30,7 +30,7 @@ export default {
...
@@ -30,7 +30,7 @@ export default {
open
()
{
open
()
{
this
.
isShow
=
true
this
.
isShow
=
true
document
.
getElementsByClassName
(
'video'
)[
0
].
src
=
document
.
getElementsByClassName
(
'video'
)[
0
].
src
=
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/marywood.mp4'
'https://webapp-pub.
ezijing
.com/project/marywood/marywood.mp4'
document
.
getElementsByTagName
(
'body'
)[
0
].
style
.
height
=
'100%'
document
.
getElementsByTagName
(
'body'
)[
0
].
style
.
height
=
'100%'
document
.
getElementsByTagName
(
'body'
)[
0
].
style
.
overflow
=
'hidden'
document
.
getElementsByTagName
(
'body'
)[
0
].
style
.
overflow
=
'hidden'
...
...
components/home/schoolSenery.vue
浏览文件 @
067762d0
<
template
>
<
template
>
<div
class=
"main-content"
>
<div
class=
"main-content"
>
<img
class=
"img1"
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/marwood_senery.png"
alt=
""
/>
<img
class=
"img1"
src=
"https://webapp-pub.
ezijing
.com/project/marywood/marwood_senery.png"
alt=
""
/>
<div
class=
"title"
>
<div
class=
"title"
>
<div
class=
"line1"
></div>
<div
class=
"line1"
></div>
<div
class=
"name"
>
合作院校
</div>
<div
class=
"name"
>
合作院校
</div>
...
@@ -8,17 +8,17 @@
...
@@ -8,17 +8,17 @@
</div>
</div>
<div
class=
"part"
>
<div
class=
"part"
>
<img
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/marwood_senery1.png"
src=
"https://webapp-pub.
ezijing
.com/project/marywood/marwood_senery1.png"
alt=
""
alt=
""
@
click=
"$router.push('/school/school2')"
@
click=
"$router.push('/school/school2')"
/>
/>
<img
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/marwood_senery2.png"
src=
"https://webapp-pub.
ezijing
.com/project/marywood/marwood_senery2.png"
alt=
""
alt=
""
@
click=
"$router.push('/school/school1')"
@
click=
"$router.push('/school/school1')"
/>
/>
<img
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/marwood_senery3.png"
src=
"https://webapp-pub.
ezijing
.com/project/marywood/marwood_senery3.png"
alt=
""
alt=
""
@
click=
"$router.push('/school/school3')"
@
click=
"$router.push('/school/school3')"
/>
/>
...
...
langs/zh-CN.js
浏览文件 @
067762d0
...
@@ -68,7 +68,7 @@ export default {
...
@@ -68,7 +68,7 @@ export default {
itemT6
:
'回国可留服认证<br />享受学生福利'
,
itemT6
:
'回国可留服认证<br />享受学生福利'
,
itemT7
:
'顶配中外师资<br />权威专家教学'
,
itemT7
:
'顶配中外师资<br />权威专家教学'
,
itemT8
:
'线上线下结合,<br/>授课方式灵活'
,
itemT8
:
'线上线下结合,<br/>授课方式灵活'
,
itemT9
:
'中外联合教研,<br/>官方授权中国教学中心
学
'
itemT9
:
'中外联合教研,<br/>官方授权中国教学中心'
}
}
},
},
ranking
:
{
ranking
:
{
...
...
pages/academic/academic.vue
浏览文件 @
067762d0
<
template
>
<
template
>
<app-frame
:data=
"frameParams"
>
<app-frame
:data=
"frameParams"
>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/academic1.png"
alt=
""
/>
<img
src=
"https://webapp-pub.
ezijing
.com/project/marywood/academic1.png"
alt=
""
/>
<div
class=
"main_content"
>
<div
class=
"main_content"
>
<el-image
:src=
"url1"
>
</el-image>
<el-image
:src=
"url1"
>
</el-image>
<el-image
:src=
"url2"
>
</el-image>
<el-image
:src=
"url2"
>
</el-image>
...
@@ -15,9 +15,9 @@ export default {
...
@@ -15,9 +15,9 @@ export default {
components
:
{
appFrame
},
components
:
{
appFrame
},
data
()
{
data
()
{
return
{
return
{
url1
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/academic21.png'
,
url1
:
'https://webapp-pub.
ezijing
.com/project/marywood/academic21.png'
,
url2
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/academic31.png'
,
url2
:
'https://webapp-pub.
ezijing
.com/project/marywood/academic31.png'
,
url3
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/academic4.png'
,
url3
:
'https://webapp-pub.
ezijing
.com/project/marywood/academic4.png'
,
frameParams
:
{
frameParams
:
{
slider
:
[
slider
:
[
...
...
pages/apply/relevant.vue
浏览文件 @
067762d0
...
@@ -26,7 +26,7 @@ export default {
...
@@ -26,7 +26,7 @@ export default {
return
{
return
{
newsList
:
[],
newsList
:
[],
frameParams
:
{
frameParams
:
{
banner
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/apply_banner.jpg'
,
banner
:
'https://webapp-pub.
ezijing
.com/project/marywood/apply_banner.jpg'
,
slider
:
[
slider
:
[
{
{
name
:
this
.
$t
(
'menu.recruitChild.apply'
),
name
:
this
.
$t
(
'menu.recruitChild.apply'
),
...
@@ -52,7 +52,7 @@ export default {
...
@@ -52,7 +52,7 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.is-pc
{
.is-pc
{
.rele-content-box
{
.rele-content-box
{
.content-box
{
.content-box
{
img
{
img
{
...
@@ -83,17 +83,17 @@ export default {
...
@@ -83,17 +83,17 @@ export default {
}
}
}
}
}
}
.is-h5
{
.is-h5
{
.rele-content-box
{
.rele-content-box
{
background
:
#fff
;
background
:
#fff
;
padding
:
.3rem
.2rem
;
padding
:
0
.3rem
0
.2rem
;
.content-box
{
.content-box
{
img
{
img
{
width
:
2
.5rem
;
width
:
2
.5rem
;
display
:
block
;
display
:
block
;
margin-top
:
.15rem
;
margin-top
:
0
.15rem
;
}
}
padding-bottom
:
.5rem
;
padding-bottom
:
0
.5rem
;
.text-content
{
.text-content
{
// margin-bottom: .4rem;
// margin-bottom: .4rem;
.title
{
.title
{
...
@@ -102,14 +102,14 @@ export default {
...
@@ -102,14 +102,14 @@ export default {
line-height
:
100%
;
line-height
:
100%
;
color
:
#333333
;
color
:
#333333
;
&
.mar-t55
{
&
.mar-t55
{
margin-top
:
.25rem
;
margin-top
:
0
.25rem
;
}
}
}
}
.con-txt
{
.con-txt
{
font-size
:
0
.12rem
;
font-size
:
0
.12rem
;
line-height
:
0
.24rem
;
line-height
:
0
.24rem
;
color
:
#424242
;
color
:
#424242
;
padding-top
:
.14rem
;
padding-top
:
0
.14rem
;
}
}
}
}
}
}
...
...
pages/apply/support.vue
浏览文件 @
067762d0
...
@@ -25,7 +25,7 @@ export default {
...
@@ -25,7 +25,7 @@ export default {
return
{
return
{
newsList
:
[],
newsList
:
[],
frameParams
:
{
frameParams
:
{
banner
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/apply_banner.jpg'
,
banner
:
'https://webapp-pub.
ezijing
.com/project/marywood/apply_banner.jpg'
,
slider
:
[
slider
:
[
{
{
name
:
this
.
$t
(
'menu.recruitChild.apply'
),
name
:
this
.
$t
(
'menu.recruitChild.apply'
),
...
@@ -51,7 +51,7 @@ export default {
...
@@ -51,7 +51,7 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.is-pc
{
.is-pc
{
.rele-content-box
{
.rele-content-box
{
.content-box
{
.content-box
{
padding-top
:
46px
;
padding-top
:
46px
;
...
@@ -77,27 +77,27 @@ export default {
...
@@ -77,27 +77,27 @@ export default {
}
}
}
}
}
}
.is-h5
{
.is-h5
{
.rele-content-box
{
.rele-content-box
{
background
:
#fff
;
background
:
#fff
;
padding
:
.3rem
.2rem
;
padding
:
0
.3rem
0
.2rem
;
.content-box
{
.content-box
{
.text-content
{
.text-content
{
padding-left
:
.4rem
;
padding-left
:
0
.4rem
;
.title
{
.title
{
font-size
:
0
.14rem
;
font-size
:
0
.14rem
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
100%
;
line-height
:
100%
;
color
:
#333333
;
color
:
#333333
;
&
.mar-t55
{
&
.mar-t55
{
margin-top
:
.25rem
;
margin-top
:
0
.25rem
;
}
}
}
}
.con-txt
{
.con-txt
{
font-size
:
0
.12rem
;
font-size
:
0
.12rem
;
line-height
:
0
.24rem
;
line-height
:
0
.24rem
;
color
:
#424242
;
color
:
#424242
;
padding-top
:
.14rem
;
padding-top
:
0
.14rem
;
}
}
}
}
}
}
...
...
pages/dataDownload/dataDownload.vue
浏览文件 @
067762d0
<
template
>
<
template
>
<app-frame
:data=
"frameParams"
>
<app-frame
:data=
"frameParams"
>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/data_banner.png"
alt=
""
/>
<img
src=
"https://webapp-pub.
ezijing
.com/project/marywood/data_banner.png"
alt=
""
/>
<div
class=
"dataList"
>
<div
class=
"dataList"
>
<!--
<a
href=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/English_Intro.doc"
download=
"111.pdf"
class=
"part"
>
<div
class=
"item"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/pdf.png"
alt=
""
/>
<p
class=
"doc"
>
招生简章.pdf
</p>
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p2"
>
下载
</p>
</div>
</a>
-->
<a
<a
href=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.docx"
href=
"https://webapp-pub.
ezijing
.com/project/marywood/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.docx"
download=
"常见问题.docx"
download=
"常见问题.docx"
class=
"part"
class=
"part"
>
>
<div
class=
"item"
>
<div
class=
"item"
>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/doc.png"
alt=
""
/>
<img
src=
"https://webapp-pub.
ezijing
.com/project/marywood/doc.png"
alt=
""
/>
<p
class=
"doc"
>
常见问题.docx
</p>
<p
class=
"doc"
>
常见问题.docx
</p>
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p2"
>
下载
</p>
<p
class=
"p2"
>
下载
</p>
</div>
</div>
</a>
</a>
<a
<a
href=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/%E6%8E%A8%E8%8D%90%E4%BF%A1%E8%A6%81%E6%B1%82.docx"
href=
"https://webapp-pub.
ezijing
.com/project/marywood/%E6%8E%A8%E8%8D%90%E4%BF%A1%E8%A6%81%E6%B1%82.docx"
download=
"推荐信要求.docx"
download=
"推荐信要求.docx"
class=
"part"
class=
"part"
>
>
<div
class=
"item"
>
<div
class=
"item"
>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/doc.png"
alt=
""
/>
<img
src=
"https://webapp-pub.
ezijing
.com/project/marywood/doc.png"
alt=
""
/>
<p
class=
"doc"
>
推荐信要求.docx
</p>
<p
class=
"doc"
>
推荐信要求.docx
</p>
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p2"
>
下载
</p>
<p
class=
"p2"
>
下载
</p>
</div>
</div>
</a>
</a>
<a
<a
href=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/%E7%94%B3%E8%AF%B7%E6%9D%90%E6%96%99%E6%B8%85%E5%8D%95.docx"
href=
"https://webapp-pub.
ezijing
.com/project/marywood/%E7%94%B3%E8%AF%B7%E6%9D%90%E6%96%99%E6%B8%85%E5%8D%95.docx"
download=
"申请材料清单.docx"
download=
"申请材料清单.docx"
class=
"part"
class=
"part"
>
>
<div
class=
"item"
>
<div
class=
"item"
>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/doc.png"
alt=
""
/>
<img
src=
"https://webapp-pub.
ezijing
.com/project/marywood/doc.png"
alt=
""
/>
<p
class=
"doc"
>
申请材料清单.docx
</p>
<p
class=
"doc"
>
申请材料清单.docx
</p>
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p2"
>
下载
</p>
<p
class=
"p2"
>
下载
</p>
</div>
</div>
</a>
</a>
<a
<a
href=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc"
href=
"https://webapp-pub.
ezijing
.com/project/marywood/%E8%8B%B1%E6%96%87%E7%AE%80%E5%8E%86%E6%A8%A1%E6%9D%BF.doc"
download=
"英文简历模板.doc"
download=
"英文简历模板.doc"
class=
"part"
class=
"part"
>
>
<div
class=
"item"
>
<div
class=
"item"
>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/doc.png"
alt=
""
/>
<img
src=
"https://webapp-pub.
ezijing
.com/project/marywood/doc.png"
alt=
""
/>
<p
class=
"doc"
>
英文简历模板.docx
</p>
<p
class=
"doc"
>
英文简历模板.docx
</p>
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p1"
>
最新更新
</p>
<p
class=
"p2"
>
下载
</p>
<p
class=
"p2"
>
下载
</p>
...
...
pages/enroll/apply.vue
浏览文件 @
067762d0
<
template
>
<
template
>
<app-frame
:data=
"frameParams"
>
<app-frame
:data=
"frameParams"
>
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/apply_banner.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/apply_banner.png"
alt=
""
/>
<!--
<img
style=
"padding-left:101px;padding-right:49px;margin-top:65px;padding-bottom:109px"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/apply_con.png"
alt=
""
/>
-->
<div
class=
"content-mian"
>
<div
class=
"content-mian"
>
<tab-content
@
tabChange=
"tabChange"
></tab-content>
<tab-content
@
tabChange=
"tabChange"
></tab-content>
<div
class=
"content-mod1"
v-if=
"showIndex === 0"
>
<div
class=
"content-mod1"
v-if=
"showIndex === 0"
>
<!--
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley-h5/project-mod1-banner.png"
class=
"main-banner"
/>
-->
<div
class=
"content-txt"
>
<div
class=
"content-txt"
>
<div
class=
"content_tit"
>
<div
class=
"content_tit"
>
本科在读或者本科毕业学生
<br
/>
本科在读或者本科毕业学生
<br
/>
...
...
pages/enroll/process.vue
浏览文件 @
067762d0
<
template
>
<
template
>
<app-frame
:data=
"frameParams"
>
<app-frame
:data=
"frameParams"
>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/sign_banner.png"
alt=
""
/>
<img
src=
"https://webapp-pub.
ezijing
.com/project/marywood/sign_banner.png"
alt=
""
/>
<img
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/sign_content.png"
src=
"https://webapp-pub.
ezijing
.com/project/marywood/sign_content.png"
alt=
""
alt=
""
style=
"padding-left:101px;padding-right:49px;margin-top:65px;padding-bottom:109px"
style=
"padding-left:101px;padding-right:49px;margin-top:65px;padding-bottom:109px"
/>
/>
...
...
pages/index.vue
浏览文件 @
067762d0
<
template
>
<
template
>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"banner-content"
>
<div
class=
"banner-content"
>
<img
class=
"img"
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/banner1.png"
alt=
""
/>
<img
class=
"img"
src=
"https://webapp-pub.
ezijing
.com/project/marywood/banner1.png"
alt=
""
/>
<div
class=
"btn"
>
<div
class=
"btn"
>
<el-button
class=
"btn1"
@
click=
"$router.push('/project-intro/introduce')"
>
项目介绍
</el-button>
<el-button
class=
"btn1"
@
click=
"$router.push('/project-intro/introduce')"
>
项目介绍
</el-button>
<el-button
class=
"btn1"
@
click=
"showApplyForm"
>
报名咨询
</el-button>
<el-button
class=
"btn1"
@
click=
"showApplyForm"
>
报名咨询
</el-button>
...
...
pages/news/hot/index.vue
浏览文件 @
067762d0
...
@@ -13,7 +13,7 @@ export default {
...
@@ -13,7 +13,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
frameParams
:
{
frameParams
:
{
banner
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/new_banner.jpg'
,
banner
:
'https://webapp-pub.
ezijing
.com/project/marywood/new_banner.jpg'
,
slider
:
[
slider
:
[
{
{
name
:
this
.
$t
(
'menu.projectChild.bg'
),
name
:
this
.
$t
(
'menu.projectChild.bg'
),
...
...
pages/news/interview/index.vue
浏览文件 @
067762d0
...
@@ -13,7 +13,7 @@ export default {
...
@@ -13,7 +13,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
frameParams
:
{
frameParams
:
{
banner
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/new_banner.jpg'
,
banner
:
'https://webapp-pub.
ezijing
.com/project/marywood/new_banner.jpg'
,
slider
:
[
slider
:
[
{
{
name
:
this
.
$t
(
'menu.newsChild.hot'
),
name
:
this
.
$t
(
'menu.newsChild.hot'
),
...
@@ -42,4 +42,3 @@ export default {
...
@@ -42,4 +42,3 @@ export default {
}
}
}
}
</
script
>
</
script
>
pages/project-intro/bg.vue
浏览文件 @
067762d0
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<tab-content
@
tabChange=
"tabChange"
></tab-content>
<tab-content
@
tabChange=
"tabChange"
></tab-content>
<div
class=
"content-mod1"
v-if=
"showIndex === 0"
>
<div
class=
"content-mod1"
v-if=
"showIndex === 0"
>
<img
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/kelley-h5/project-mod1-banner.png"
src=
"https://webapp-pub.
ezijing
.com/project/kelley-h5/project-mod1-banner.png"
class=
"main-banner"
class=
"main-banner"
/>
/>
<div
class=
"content-txt"
>
<div
class=
"content-txt"
>
...
@@ -13,12 +13,12 @@
...
@@ -13,12 +13,12 @@
<div
class=
"text"
>
<div
class=
"text"
>
<div
class=
"p"
v-html=
"$t('bg.con1Txt')"
></div>
<div
class=
"p"
v-html=
"$t('bg.con1Txt')"
></div>
</div>
</div>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/kelley-h5/project-mod1-img.png"
alt=
""
/>
<img
src=
"https://webapp-pub.
ezijing
.com/project/kelley-h5/project-mod1-img.png"
alt=
""
/>
</div>
</div>
</div>
</div>
<div
class=
"content-mod2"
v-if=
"showIndex === 1"
>
<div
class=
"content-mod2"
v-if=
"showIndex === 1"
>
<img
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/mary_banner_nx.jpg"
src=
"https://webapp-pub.
ezijing
.com/project/marywood/mary_banner_nx.jpg"
class=
"main-banner"
class=
"main-banner"
/>
/>
<div
class=
"content-txt"
>
<div
class=
"content-txt"
>
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
</div>
</div>
<div
class=
"content-mod2"
v-if=
"showIndex === 2"
>
<div
class=
"content-mod2"
v-if=
"showIndex === 2"
>
<img
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/mary-new-tabimg.jpg"
src=
"https://webapp-pub.
ezijing
.com/project/marywood/mary-new-tabimg.jpg"
class=
"main-banner"
class=
"main-banner"
/>
/>
<div
class=
"content-txt"
>
<div
class=
"content-txt"
>
...
@@ -70,13 +70,13 @@
...
@@ -70,13 +70,13 @@
</div>
</div>
<div
class=
"kelley"
v-if=
"tabActive === 'kelley'"
>
<div
class=
"kelley"
v-if=
"tabActive === 'kelley'"
>
<div
class=
"sub-banner"
>
<div
class=
"sub-banner"
>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/mary_banner_nx.jpg"
/>
<img
src=
"https://webapp-pub.
ezijing
.com/project/marywood/mary_banner_nx.jpg"
/>
</div>
</div>
<div
class=
"text"
v-html=
"$t('bg.con2Txt')"
></div>
<div
class=
"text"
v-html=
"$t('bg.con2Txt')"
></div>
</div>
</div>
<div
class=
"lhbx"
v-if=
"tabActive === 'lhbx'"
>
<div
class=
"lhbx"
v-if=
"tabActive === 'lhbx'"
>
<div
class=
"sub-banner"
>
<div
class=
"sub-banner"
>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/mary-new-tabimg.jpg"
/>
<img
src=
"https://webapp-pub.
ezijing
.com/project/marywood/mary-new-tabimg.jpg"
/>
</div>
</div>
<div
class=
"text"
v-html=
"$t('bg.con3Txt')"
></div>
<div
class=
"text"
v-html=
"$t('bg.con3Txt')"
></div>
</div>
</div>
...
...
pages/project-intro/introduce.vue
浏览文件 @
067762d0
<
template
>
<
template
>
<app-frame
:data=
"frameParams"
>
<app-frame
:data=
"frameParams"
>
<img
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/introduce_banner.png"
alt=
""
/>
<img
src=
"https://webapp-pub.
ezijing
.com/project/marywood/introduce_banner.png"
alt=
""
/>
<div
class=
"part_content"
>
<div
class=
"part_content"
>
<div
class=
"part_item"
>
<div
class=
"part_item"
>
紫荆教育联合纽约州立大学石溪分校、斯蒂文斯理工学院、玛丽伍德大学等美国知名院校引进海外优质的人才培养方案,结合自身优势和科研力量共同研发了硕士MBA,business
紫荆教育联合纽约州立大学石溪分校、斯蒂文斯理工学院、玛丽伍德大学等美国知名院校引进海外优质的人才培养方案,结合自身优势和科研力量共同研发了硕士MBA,business
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
</div>
</div>
<img
<img
class=
"part_img"
class=
"part_img"
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/intro_bottom11.png"
src=
"https://webapp-pub.
ezijing
.com/project/marywood/intro_bottom11.png"
alt=
""
alt=
""
/>
/>
</div>
</div>
...
...
pages/returnPolicy/returnPolicy.vue
浏览文件 @
067762d0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<app-frame
:data=
"frameParams"
>
<app-frame
:data=
"frameParams"
>
<img
<img
style=
"width:100%;height:100%;"
style=
"width:100%;height:100%;"
src=
"https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project/marywood/return_banner.png"
src=
"https://webapp-pub.
ezijing
.com/project/marywood/return_banner.png"
alt=
""
alt=
""
/>
/>
<div
class=
"com_top"
>
<div
class=
"com_top"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论