Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
242c9a98
提交
242c9a98
authored
9月 24, 2024
作者:
lhh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
55f0210e
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
139 行增加
和
85 行删除
+139
-85
banner.vue
components/home/banner.vue
+99
-80
projectIntroduce.vue
components/home/projectIntroduce.vue
+0
-0
index.vue
pages/course/index.vue
+40
-5
没有找到文件。
components/home/banner.vue
浏览文件 @
242c9a98
<
template
>
<
template
>
<div>
<div
:class=
"isMobile ? 'is-h5' : 'is-pc'"
>
<div
class=
"banner-content"
>
<div
class=
"banner-content"
>
<img
class=
"img"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-ppa/home-banner.png"
/>
<img
v-if=
"!isMobile"
class=
"img"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-ppa/home-banner.png"
/>
<img
v-else
class=
"img"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-ppa/h5/banner.png"
/>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -11,98 +16,112 @@ export default {
...
@@ -11,98 +16,112 @@ export default {
data
()
{
data
()
{
return
{}
return
{}
},
},
computed
:
{},
computed
:
{
isMobile
()
{
return
this
.
$store
.
state
.
isMobile
}
},
methods
:
{}
methods
:
{}
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.banner-content
{
.is-pc
{
position
:
relative
;
.banner-content
{
width
:
100%
;
position
:
relative
;
.img
{
width
:
100%
;
width
:
100%
;
height
:
100%
;
.img
{
min-height
:
650px
;
width
:
100%
;
object-fit
:
cover
;
height
:
100%
;
z-index
:
1000
;
min-height
:
650px
;
}
object-fit
:
cover
;
.content_desc
{
z-index
:
1000
;
position
:
absolute
;
top
:
255px
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
.desc_cn
{
font-size
:
60px
;
font-weight
:
500
;
color
:
#ffffff
;
text-shadow
:
-1
.8369701465288538e
-16px
3px
6px
rgba
(
0
,
0
,
0
,
0
.3
);
white-space
:
nowrap
;
letter-spacing
:
5
.5px
;
}
}
.desc_en
{
.content_desc
{
font-size
:
30px
;
position
:
absolute
;
font-weight
:
400
;
top
:
255px
;
color
:
#ffffff
;
left
:
50%
;
text-shadow
:
-1
.8369701465288538e
-1
3px
6px
rgba
(
0
,
0
,
0
,
0
.3
);
transform
:
translate
(
-50%
,
-50%
);
white-space
:
nowrap
;
margin-top
:
5px
;
.desc_cn
{
font-size
:
60px
;
font-weight
:
500
;
color
:
#ffffff
;
text-shadow
:
-1
.8369701465288538e
-16px
3px
6px
rgba
(
0
,
0
,
0
,
0
.3
);
white-space
:
nowrap
;
letter-spacing
:
5
.5px
;
}
.desc_en
{
font-size
:
30px
;
font-weight
:
400
;
color
:
#ffffff
;
text-shadow
:
-1
.8369701465288538e
-1
3px
6px
rgba
(
0
,
0
,
0
,
0
.3
);
white-space
:
nowrap
;
margin-top
:
5px
;
}
}
}
}
.banner_navList
{
.banner_navList
{
position
:
absolute
;
position
:
absolute
;
bottom
:
-59px
;
bottom
:
-59px
;
left
:
50%
;
left
:
50%
;
transform
:
translateX
(
-50%
);
transform
:
translateX
(
-50%
);
display
:
flex
;
align-items
:
flex-end
;
margin
:
0
;
padding
:
0
;
.banner_nav
{
width
:
239px
;
height
:
144px
;
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
align-items
:
flex-end
;
align-items
:
center
;
margin
:
0
;
flex-direction
:
column
;
padding
:
0
;
background-color
:
#be0927
;
.banner_nav
{
// border-right: 1px solid #e64b77;
width
:
239px
;
padding-right
:
0
;
height
:
144px
;
opacity
:
0
.71
;
.nav_top
{
width
:
100%
;
height
:
87px
;
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
border-right
:
0
.5px
solid
rgba
(
255
,
255
,
255
,
0
.30196078431372547
);
flex-direction
:
column
;
}
background-color
:
#be0927
;
.banner_nav
:last-child
{
// border-right: 1px solid #e64b77;
border
:
none
;
padding-right
:
0
;
}
opacity
:
0
.71
;
.nav_tit
{
width
:
100%
;
.nav_top
{
height
:
57px
;
width
:
100%
;
font-size
:
14px
;
height
:
87px
;
line-height
:
57px
;
display
:
flex
;
text-align
:
center
;
justify-content
:
center
;
color
:
#fefffe
;
align-items
:
center
;
padding-bottom
:
15px
;
border-right
:
0
.5px
solid
rgba
(
255
,
255
,
255
,
0
.30196078431372547
);
border-right
:
1px
solid
#be0927
;
}
font-size
:
20px
;
.banner_nav
:last-child
{
}
border
:
none
;
&
:hover
{
}
height
:
160px
;
.nav_tit
{
background-color
:
#aa1941
;
width
:
100%
;
border-right
:
1px
solid
#be0927
;
height
:
57px
;
opacity
:
0
.78
;
font-size
:
14px
;
}
line-height
:
57px
;
&
:hover
.nav_top
{
text-align
:
center
;
border-right
:
none
;
color
:
#fefffe
;
padding-bottom
:
15px
;
border-right
:
1px
solid
#be0927
;
font-size
:
20px
;
}
&
:hover
{
height
:
160px
;
background-color
:
#aa1941
;
border-right
:
1px
solid
#be0927
;
opacity
:
0
.78
;
}
&
:hover
.nav_top
{
border-right
:
none
;
}
}
}
}
}
}
}
}
}
.is-h5
{
.banner-content
{
img
{
display
:
block
;
width
:
100%
;
}
}
}
</
style
>
</
style
>
components/home/projectIntroduce.vue
浏览文件 @
242c9a98
差异被折叠。
点击展开。
pages/course/index.vue
浏览文件 @
242c9a98
...
@@ -18,16 +18,36 @@
...
@@ -18,16 +18,36 @@
</div>
</div>
</div>
</div>
</card>
</card>
<card
title=
"
学分课程模块
"
style=
"margin-top: 103px"
>
<card
title=
"
国内专业研究课程
"
style=
"margin-top: 103px"
>
<div>
<div>
<img
<img
class=
"chart"
class=
"chart"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-ppa/course-img1.png"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-ppa/course-img1
-new
.png"
style=
"width: 100%"
style=
"width: 100%"
/>
/>
</div>
</div>
</card>
</card>
<card
title=
"中国经济新质生产力前沿创新学术论坛"
style=
"margin-top: 103px"
>
<card
title=
"海外国际商学院学习模块"
style=
"margin-top: 103px"
>
<div
style=
"background-color: #fff; padding-bottom: 32px"
>
<img
class=
"chart2"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-ppa/course-img3-new.png"
style=
"width: 100%"
/>
<div
class=
"t-g2"
>
注:每学年校方会组织两次 以上活动,学生每年至少参加一次活动,即可获得学分
</div>
</div>
</card>
<card
title=
"前沿创新论坛"
style=
"margin-top: 103px"
>
<div
style=
"background-color: #fff; padding-bottom: 32px"
>
<img
class=
"chart2"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-ppa/course-img2-new.png"
style=
"width: 100%"
/>
<div
class=
"t-g2"
>
注:每学年校方会组织四次 以上活动,学生每年至少参加二次活动,即可获得学分
</div>
</div>
</card>
<!--
<card
title=
"中国经济新质生产力前沿创新学术论坛"
style=
"margin-top: 103px"
>
<div
class=
"t-g"
>
<div
class=
"t-g"
>
每年在清华定期举办《新质生产力与产业创新论坛》,邀请来自清华、中国科学院等研究机构数十位国内专家学者,分享来自各个领域科技创新成果和产业创新转型的实践经验。结合论坛,组织DBA博士生到清华系研究机构走访,探索科技成果转化的成功路径,到科技创新知名企业进行标杆学习。
<br
/>
每年在清华定期举办《新质生产力与产业创新论坛》,邀请来自清华、中国科学院等研究机构数十位国内专家学者,分享来自各个领域科技创新成果和产业创新转型的实践经验。结合论坛,组织DBA博士生到清华系研究机构走访,探索科技成果转化的成功路径,到科技创新知名企业进行标杆学习。
<br
/>
·商业分析和数字经济
·数字营销战略前沿课题
·人工智能与中国经济
·中国前沿金融管理问题
·新经济时代的财务报告
<br
/>
·商业分析和数字经济
·数字营销战略前沿课题
·人工智能与中国经济
·中国前沿金融管理问题
·新经济时代的财务报告
<br
/>
...
@@ -39,7 +59,7 @@
...
@@ -39,7 +59,7 @@
与全球创新面对面,全球访学能够让参与者接触不同国家和地区的商业实践和文化,更好地理解全球商业这种跨文化的经验,激发创新思维,培养国际化的视野。与来自不同国家和地区的企业家交流,分享经验和意见,促进合作和创新,为企业发展带来新的机遇和可能性。
<br
/>
与全球创新面对面,全球访学能够让参与者接触不同国家和地区的商业实践和文化,更好地理解全球商业这种跨文化的经验,激发创新思维,培养国际化的视野。与来自不同国家和地区的企业家交流,分享经验和意见,促进合作和创新,为企业发展带来新的机遇和可能性。
<br
/>
·美国-科技创新之旅
·日本-极致服务创新之旅
·东南亚-新兴市场洞察与产业创新之旅
·美国-科技创新之旅
·日本-极致服务创新之旅
·东南亚-新兴市场洞察与产业创新之旅
</div>
</div>
</card>
</card>
-->
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -95,7 +115,13 @@ export default {
...
@@ -95,7 +115,13 @@ export default {
padding
:
62px
49px
;
padding
:
62px
49px
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
background-color
:
#fff
;
background-color
:
#fff
;
margin-top
:
36px
;
// margin-top: 36px;
}
.chart2
{
padding
:
62px
49px
0
;
box-sizing
:
border-box
;
background-color
:
#fff
;
// margin-top: 36px;
}
}
.t-g
{
.t-g
{
font-weight
:
400
;
font-weight
:
400
;
...
@@ -105,4 +131,13 @@ export default {
...
@@ -105,4 +131,13 @@ export default {
text-align
:
left
;
text-align
:
left
;
margin-top
:
52px
;
margin-top
:
52px
;
}
}
.t-g2
{
font-weight
:
400
;
font-size
:
18px
;
color
:
#666666
;
// line-height: 36px;
text-align
:
left
;
margin-top
:
10px
;
padding-left
:
49px
;
}
</
style
>
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论