Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
9c24cd4d
提交
9c24cd4d
authored
2月 22, 2022
作者:
pengxiaohui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改样式
上级
62f3bb9d
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
14 行增加
和
14 行删除
+14
-14
Video.vue
components/home/Video.vue
+1
-1
banners.vue
components/home/banners.vue
+1
-1
projectFeatures.vue
components/home/projectFeatures.vue
+4
-4
projectPosition.vue
components/home/projectPosition.vue
+1
-1
academic.vue
pages/academic/academic.vue
+2
-2
school3.vue
pages/school/school3.vue
+5
-5
没有找到文件。
components/home/Video.vue
浏览文件 @
9c24cd4d
...
@@ -57,7 +57,7 @@ export default {
...
@@ -57,7 +57,7 @@ export default {
title
:
'玛丽伍德大学校长致词'
,
title
:
'玛丽伍德大学校长致词'
,
desc
:
'Address from the President of Marywood University'
,
desc
:
'Address from the President of Marywood University'
,
src
:
'https://webapp-pub.ezijing.com/project/marywood-plus/video2.mp4'
,
src
:
'https://webapp-pub.ezijing.com/project/marywood-plus/video2.mp4'
,
poster
:
'https://webapp-pub.ezijing.com/project/marywood-plus/video_poster
2
.png'
poster
:
'https://webapp-pub.ezijing.com/project/marywood-plus/video_poster
1
.png'
},
},
{
{
title
:
'玛丽伍德大学介绍'
,
title
:
'玛丽伍德大学介绍'
,
...
...
components/home/banners.vue
浏览文件 @
9c24cd4d
<
template
>
<
template
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
class=
"banner-content"
>
<div
class=
"banner-content"
>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-index-banner.png"
/>
<img
class=
"img"
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-index-banner.png
?v=2
"
/>
<div
class=
"banner_navList"
>
<div
class=
"banner_navList"
>
<div
class=
"banner_nav"
v-for=
"(item, index) in navList"
:key=
"index"
@
click=
"navClick(item)"
>
<div
class=
"banner_nav"
v-for=
"(item, index) in navList"
:key=
"index"
@
click=
"navClick(item)"
>
<div
class=
"nav_top"
>
<div
class=
"nav_top"
>
...
...
components/home/projectFeatures.vue
浏览文件 @
9c24cd4d
...
@@ -273,7 +273,7 @@ export default {
...
@@ -273,7 +273,7 @@ export default {
justify-content
:
space-around
;
justify-content
:
space-around
;
.card-item
{
.card-item
{
width
:
232px
;
width
:
232px
;
height
:
569
px
;
height
:
430
px
;
overflow
:hidden
;
overflow
:hidden
;
position
:relative
;
position
:relative
;
.item_media
{
.item_media
{
...
@@ -295,13 +295,13 @@ export default {
...
@@ -295,13 +295,13 @@ export default {
position
:
absolute
;
position
:
absolute
;
top
:
0
;
top
:
0
;
left
:
0
;
left
:
0
;
background
:
rgba
(
0
,
0
,
0
,.
45
);
background
:
rgba
(
0
,
0
,
0
,.
6
);
}
}
}
}
.item_desc
{
.item_desc
{
position
:absolute
;
position
:absolute
;
left
:
0
;
left
:
0
;
top
:
17
0px
;
top
:
8
0px
;
width
:
232px
;
width
:
232px
;
height
:
349px
;
height
:
349px
;
// background-color: #ededed;
// background-color: #ededed;
...
@@ -316,7 +316,7 @@ export default {
...
@@ -316,7 +316,7 @@ export default {
font-size
:
21px
;
font-size
:
21px
;
font-weight
:
600
;
font-weight
:
600
;
color
:
#fff
;
color
:
#fff
;
margin-top
:
34
px
;
line-height
:
36
px
;
}
}
.item_desc_con
{
.item_desc_con
{
font-size
:
16px
;
font-size
:
16px
;
...
...
components/home/projectPosition.vue
浏览文件 @
9c24cd4d
...
@@ -96,7 +96,7 @@ export default {
...
@@ -96,7 +96,7 @@ export default {
line-height
:
30px
;
line-height
:
30px
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#666666
;
color
:
#666666
;
padding
:
48px
85px
0
7
8px
;
padding
:
48px
85px
0
6
8px
;
}
}
}
}
}
}
...
...
pages/academic/academic.vue
浏览文件 @
9c24cd4d
...
@@ -6,11 +6,11 @@
...
@@ -6,11 +6,11 @@
<!--
<el-image
:src=
"url1"
>
</el-image>
-->
<!--
<el-image
:src=
"url1"
>
</el-image>
-->
<div
class=
"img_english"
>
<div
class=
"img_english"
>
<el-image
:src=
"url1"
class=
"img1"
></el-image>
<el-image
:src=
"url1"
class=
"img1"
></el-image>
<
!--
<div
class=
"item_english_name"
>
玛丽伍德大学(英文)
</div>
--
>
<
div
class=
"item_english_name"
>
玛丽伍德大学(英文)
</div
>
</div>
</div>
<div
class=
"img_english"
>
<div
class=
"img_english"
>
<el-image
:src=
"url2"
class=
"img2"
></el-image>
<el-image
:src=
"url2"
class=
"img2"
></el-image>
<
!--
<div
class=
"item_english_name"
>
玛丽伍德大学(中文)
</div>
--
>
<
div
class=
"item_english_name"
>
玛丽伍德大学(中文)
</div
>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
pages/school/school3.vue
浏览文件 @
9c24cd4d
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
</div>
-->
</div>
-->
</div>
</div>
<div
class=
"content"
>
<div
class=
"content"
>
<img
class=
"img1"
src=
"https://webapp-pub.ezijing.com/project/marywood
/marywood31
1.png"
/>
<img
class=
"img1"
src=
"https://webapp-pub.ezijing.com/project/marywood
-plus/pc-school-img
1.png"
/>
</div>
</div>
<div
class=
"content"
>
<div
class=
"content"
>
<div
class=
"img-box"
>
<div
class=
"img-box"
>
...
@@ -82,8 +82,8 @@
...
@@ -82,8 +82,8 @@
</div>
</div>
</div>
</div>
<div
style=
"padding: 40px"
>
<div
style=
"padding: 40px"
>
<img
v-if=
"!courseSetTab"
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-
college-intro-img2.png?v=1
"
/>
<img
v-if=
"!courseSetTab"
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-
school-img2.png
"
/>
<img
v-else
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-
college-intro-img3.png?v=1
"
/>
<img
v-else
src=
"https://webapp-pub.ezijing.com/project/marywood-plus/pc-
school-img3.png
"
/>
</div>
</div>
</div>
</div>
<div
class=
"content_tit"
>
<div
class=
"content_tit"
>
...
@@ -366,7 +366,7 @@ export default {
...
@@ -366,7 +366,7 @@ export default {
position
:
relative
;
position
:
relative
;
.mask
{
.mask
{
position
:
absolute
;
position
:
absolute
;
background
:
rgba
(
0
,
0
,
0
,
0
.
16862745098039217
);
background
:
rgba
(
0
,
0
,
0
,
0
.
5
);
color
:
#ffffff
;
color
:
#ffffff
;
opacity
:
0
.7
;
opacity
:
0
.7
;
top
:
0
;
top
:
0
;
...
@@ -384,7 +384,7 @@ export default {
...
@@ -384,7 +384,7 @@ export default {
transition
:
all
0
.15s
ease-in
;
transition
:
all
0
.15s
ease-in
;
.desc_tit
{
.desc_tit
{
font-size
:
2
0
px
;
font-size
:
2
4
px
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#ffffff
;
color
:
#ffffff
;
margin-top
:
-10px
;
margin-top
:
-10px
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论