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 个修改的文件
包含
86 行增加
和
12 行删除
+86
-12
banner.vue
components/home/banner.vue
+23
-4
projectIntroduce.vue
components/home/projectIntroduce.vue
+23
-3
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,13 +16,18 @@ export default {
...
@@ -11,13 +16,18 @@ 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
{
.banner-content
{
position
:
relative
;
position
:
relative
;
width
:
100%
;
width
:
100%
;
.img
{
.img
{
...
@@ -104,5 +114,14 @@ export default {
...
@@ -104,5 +114,14 @@ export default {
}
}
}
}
}
}
}
}
.is-h5
{
.banner-content
{
img
{
display
:
block
;
width
:
100%
;
}
}
}
}
</
style
>
</
style
>
components/home/projectIntroduce.vue
浏览文件 @
242c9a98
<
template
>
<
template
>
<div
class=
"service-content max-width-center"
>
<div>
<div
class=
"service-content max-width-center"
v-if=
"!isMobile"
>
<card
title=
"项目简介"
>
<card
title=
"项目简介"
>
<div
class=
"desc"
>
<div
class=
"desc"
>
<div
class=
"d-flex"
>
<div
class=
"d-flex"
>
...
@@ -53,7 +54,7 @@
...
@@ -53,7 +54,7 @@
<div
class=
"t"
>
培养科创企业
<b>
领军者
</b>
用科技
<b>
创新
</b>
改变世界
</div>
<div
class=
"t"
>
培养科创企业
<b>
领军者
</b>
用科技
<b>
创新
</b>
改变世界
</div>
</div>
</div>
</card>
</card>
<card
title=
"清华服务科创"
style=
"margin-top: 113px"
>
<!--
<card
title=
"清华服务科创"
style=
"margin-top: 113px"
>
<div
class=
"create"
>
<div
class=
"create"
>
<div
class=
"c-l"
>
<div
class=
"c-l"
>
<div
class=
"t"
>
<div
class=
"t"
>
...
@@ -81,8 +82,16 @@
...
@@ -81,8 +82,16 @@
</div>
</div>
</div>
</div>
</div>
</div>
</card>
-->
</div>
<div
class=
"h5-page"
v-else
>
{{
isMobile
}}
<card
title=
"项目简介"
>
<img
class=
"img-w100"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/seg-ppa/h5/h-h5-img1.png"
/>
.
</card>
</card>
</div>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
Card
from
'@/components/Card'
import
Card
from
'@/components/Card'
...
@@ -90,6 +99,11 @@ import AppLink from '@/components/Link'
...
@@ -90,6 +99,11 @@ import AppLink from '@/components/Link'
export
default
{
export
default
{
name
:
'projectFeatures'
,
name
:
'projectFeatures'
,
components
:
{
AppLink
,
Card
},
components
:
{
AppLink
,
Card
},
computed
:
{
isMobile
()
{
return
this
.
$store
.
state
.
isMobile
}
},
data
()
{
data
()
{
return
{
return
{
list
:
[
list
:
[
...
@@ -126,7 +140,7 @@ export default {
...
@@ -126,7 +140,7 @@ export default {
text-align
:
justify
;
text-align
:
justify
;
padding
:
28px
0
;
padding
:
28px
0
;
p
{
p
{
font-size
:
1
8
px
;
font-size
:
1
6
px
;
color
:
#666
;
color
:
#666
;
line-height
:
36px
;
line-height
:
36px
;
}
}
...
@@ -234,4 +248,10 @@ export default {
...
@@ -234,4 +248,10 @@ export default {
}
}
}
}
}
}
.h5-page
{
.img-w100
{
width
:
100%
;
display
:
block
;
}
}
</
style
>
</
style
>
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
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论