Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
de65fd25
提交
de65fd25
authored
8月 01, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
marywood 1+1 优化
上级
db4229e9
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
27 行增加
和
26 行删除
+27
-26
Menu.vue
components/base/h5/Menu.vue
+4
-4
banners.vue
components/home/banners.vue
+7
-7
projectFeatures.vue
components/home/projectFeatures.vue
+5
-4
Header.vue
components/layout/h5/Header.vue
+1
-1
Foot.vue
components/layout/pc/Foot.vue
+1
-1
Menu.vue
components/layout/pc/Menu.vue
+4
-4
dataDownload.vue
pages/dataDownload/dataDownload.vue
+5
-5
没有找到文件。
components/base/h5/Menu.vue
浏览文件 @
de65fd25
...
@@ -47,10 +47,10 @@ export default {
...
@@ -47,10 +47,10 @@ export default {
name
:
'归国政策'
,
name
:
'归国政策'
,
path
:
'/returnPolicy/returnPolicy'
path
:
'/returnPolicy/returnPolicy'
},
},
{
//
{
name
:
'常见问题'
,
//
name: '常见问题',
path
:
'/question/question'
//
path: '/question/question'
},
//
},
{
{
name
:
'报名申请'
,
name
:
'报名申请'
,
onClick
:
()
=>
{
onClick
:
()
=>
{
...
...
components/home/banners.vue
浏览文件 @
de65fd25
...
@@ -51,14 +51,14 @@ export default {
...
@@ -51,14 +51,14 @@ export default {
tit
:
'资料下载'
,
tit
:
'资料下载'
,
tag
:
'4'
tag
:
'4'
},
{
img
:
'https://webapp-pub.ezijing.com/project/marywood/icon3.png'
,
imgH5
:
'https://webapp-pub.ezijing.com/project/marywood/h5/icon31.png'
,
tit
:
'常见问题'
,
tag
:
'5'
}
}
// {
// img: 'https://webapp-pub.ezijing.com/project/marywood/icon3.png',
// imgH5: 'https://webapp-pub.ezijing.com/project/marywood/h5/icon31.png',
// tit: '常见问题',
// tag: '5'
// }
]
]
}
}
},
},
...
...
components/home/projectFeatures.vue
浏览文件 @
de65fd25
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
</div>
</div>
<div
class=
"item_desc"
>
<div
class=
"item_desc"
>
<div
class=
"item_desc_tit"
>
{{
item
.
item_desc_tit
}}
</div>
<div
class=
"item_desc_tit"
>
{{
item
.
item_desc_tit
}}
</div>
<div
class=
"item_desc_con"
v-html=
"item.item_desc_con"
>
</div>
<div
class=
"item_desc_con"
>
{{
item
.
item_desc_con
}}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -504,7 +504,7 @@ export default {
...
@@ -504,7 +504,7 @@ export default {
overflow-x
:
auto
;
overflow-x
:
auto
;
}
}
.card-list
{
.card-list
{
width
:
8
rem
;
width
:
12
rem
;
position
:
relative
;
position
:
relative
;
margin-top
:
17px
;
margin-top
:
17px
;
display
:
flex
;
display
:
flex
;
...
@@ -515,6 +515,7 @@ export default {
...
@@ -515,6 +515,7 @@ export default {
overflow
:
hidden
;
overflow
:
hidden
;
position
:
relative
;
position
:
relative
;
float
:
left
;
float
:
left
;
.item_media
{
.item_media
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
...
@@ -540,9 +541,9 @@ export default {
...
@@ -540,9 +541,9 @@ export default {
.item_desc
{
.item_desc
{
position
:
absolute
;
position
:
absolute
;
left
:
0
;
left
:
0
;
top
:
0
;
top
:
1
.1rem
;
width
:
100%
;
width
:
100%
;
height
:
2rem
;
//
height: 2rem;
// background-color: #ededed;
// background-color: #ededed;
opacity
:
1
;
opacity
:
1
;
display
:
flex
;
display
:
flex
;
...
...
components/layout/h5/Header.vue
浏览文件 @
de65fd25
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
class=
"logo"
>
<nuxt-link
to=
"/"
class=
"logo"
>
<div
class=
"title"
>
<div
class=
"title"
>
国际硕士1+1
玛丽伍德大学
国际硕士1+1
</div>
</div>
<!--
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg"
/>
-->
<!--
<img
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg"
/>
-->
</nuxt-link>
</nuxt-link>
...
...
components/layout/pc/Foot.vue
浏览文件 @
de65fd25
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<div
class=
"bottom"
>
<div
class=
"bottom"
>
<div
class=
"bottom_left con"
>
<div
class=
"bottom_left con"
>
<a
href=
"/project-intro/introduce"
>
关于项目
</a>
<a
href=
"/project-intro/introduce"
>
关于项目
</a>
<
a
href=
"/question/question"
>
常见问题
</a
>
<
!--
<a
href=
"/question/question"
>
常见问题
</a>
--
>
<!--
<a
href=
"https://www.ezijing.com/"
target=
"_blank"
>
清控紫荆教育
</a>
-->
<!--
<a
href=
"https://www.ezijing.com/"
target=
"_blank"
>
清控紫荆教育
</a>
-->
<a
href=
"/"
>
国际硕士1+1
</a>
<a
href=
"/"
>
国际硕士1+1
</a>
</div>
</div>
...
...
components/layout/pc/Menu.vue
浏览文件 @
de65fd25
...
@@ -104,10 +104,10 @@ export default {
...
@@ -104,10 +104,10 @@ export default {
path
:
'/returnPolicy/returnPolicy'
path
:
'/returnPolicy/returnPolicy'
},
},
// 常见问题
// 常见问题
{
//
{
name
:
this
.
$t
(
'menu.question'
),
//
name: this.$t('menu.question'),
path
:
'/question/question'
//
path: '/question/question'
},
//
},
// 报名申请
// 报名申请
{
{
name
:
this
.
$t
(
'menu.apply'
),
name
:
this
.
$t
(
'menu.apply'
),
...
...
pages/dataDownload/dataDownload.vue
浏览文件 @
de65fd25
...
@@ -36,13 +36,13 @@ export default {
...
@@ -36,13 +36,13 @@ export default {
url
:
url
:
'https://webapp-pub.ezijing.com/project/marywood-plus/%E7%B4%AB%E8%8D%86%E6%95%99%E8%82%B2-%E7%8E%9B%E4%B8%BD%E4%BC%8D%E5%BE%B7%E5%A4%A7%E5%AD%A6%E5%9B%BD%E9%99%85%E7%A1%95%E5%A3%AB1%2B1%E9%A1%B9%E7%9B%AE%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
,
'https://webapp-pub.ezijing.com/project/marywood-plus/%E7%B4%AB%E8%8D%86%E6%95%99%E8%82%B2-%E7%8E%9B%E4%B8%BD%E4%BC%8D%E5%BE%B7%E5%A4%A7%E5%AD%A6%E5%9B%BD%E9%99%85%E7%A1%95%E5%A3%AB1%2B1%E9%A1%B9%E7%9B%AE%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf'
,
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
},
{
name
:
'常见问题'
,
url
:
'https://webapp-pub.ezijing.com/project/marywood-plus/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.pdf'
,
icon
:
'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
}
}
// {
// {
// name: '常见问题',
// url: 'https://webapp-pub.ezijing.com/project/marywood-plus/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.pdf',
// icon: 'https://webapp-pub.ezijing.com/project/marywood/pdf.png'
// }
// {
// name: '申请材料清单.docx',
// name: '申请材料清单.docx',
// url:
// url:
// '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',
// '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',
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论