Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
bf05aa44
提交
bf05aa44
authored
9月 24, 2024
作者:
lhh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
项目站修改
上级
242c9a98
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
47 行增加
和
20 行删除
+47
-20
Card.vue
components/base/h5/Card.vue
+1
-1
projectIntroduce.vue
components/home/projectIntroduce.vue
+45
-18
index.vue
pages/course/index.vue
+1
-1
没有找到文件。
components/base/h5/Card.vue
浏览文件 @
bf05aa44
...
...
@@ -16,7 +16,7 @@ export default {
<
style
lang=
"scss"
>
.card
{
margin
:
0
.2rem
0
.15rem
;
//
margin: 0.2rem 0.15rem;
}
.card-hd
{
display
:
flex
;
...
...
components/home/projectIntroduce.vue
浏览文件 @
bf05aa44
<
template
>
<div>
<div
class=
"service-content max-width-center"
v-if=
"!isMobile"
>
<div
class=
"service-content max-width-center"
>
<card
title=
"项目简介"
>
<div
class=
"desc"
>
<div
class=
"d-flex"
>
...
...
@@ -48,6 +47,24 @@
</p>
<img
src=
"https://webapp-pub.ezijing.com/project/seg-ppa/home-img4.png"
class=
"desc-img"
/>
</div>
<div
class=
"ul-n"
>
<div
class=
"t-li"
>
核心价值
</div>
<!-- !! -->
<div
class=
"li"
>
<img
src=
"https://webapp-pub.ezijing.com/project/seg-ppa/p-js-n1.png"
alt=
""
/>
<div
class=
"title"
>
独具影响力的跨界学习平台
</div>
</div>
</div>
<div
class=
"ul-n"
>
<div
class=
"li"
>
<img
src=
"https://webapp-pub.ezijing.com/project/seg-ppa/p-js-n2.png"
alt=
""
/>
<div
class=
"title"
>
构建国际化视野与行业资源
</div>
</div>
<div
class=
"li"
>
<img
src=
"https://webapp-pub.ezijing.com/project/seg-ppa/p-js-n3.png"
alt=
""
/>
<div
class=
"title"
>
国际认可的DBA博士学位
</div>
</div>
</div>
</div>
<div
class=
"p-banner"
>
<div
class=
"h"
>
项目使命
</div>
...
...
@@ -84,14 +101,6 @@
</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>
</div>
</div>
</
template
>
<
script
>
import
Card
from
'@/components/Card'
...
...
@@ -99,11 +108,6 @@ import AppLink from '@/components/Link'
export
default
{
name
:
'projectFeatures'
,
components
:
{
AppLink
,
Card
},
computed
:
{
isMobile
()
{
return
this
.
$store
.
state
.
isMobile
}
},
data
()
{
return
{
list
:
[
...
...
@@ -140,7 +144,7 @@ export default {
text-align
:
justify
;
padding
:
28px
0
;
p
{
font-size
:
1
6
px
;
font-size
:
1
8
px
;
color
:
#666
;
line-height
:
36px
;
}
...
...
@@ -248,10 +252,33 @@ export default {
}
}
}
.h5-page
{
.img-w100
{
.ul-n
{
display
:
flex
;
margin-top
:
40px
;
justify-content
:
space-between
;
.li
{
width
:
580px
;
height
:
170px
;
img
{
width
:
100%
;
display
:
block
;
}
.title
{
line-height
:
40px
;
background-color
:
#00204e
;
text-align
:
center
;
font-size
:
20px
;
color
:
#ffffff
;
}
}
.t-li
{
width
:
580px
;
line-height
:
170px
;
background
:
#00204e
;
text-align
:
center
;
font-weight
:
bold
;
font-size
:
24px
;
color
:
#ffffff
;
}
}
</
style
>
pages/course/index.vue
浏览文件 @
bf05aa44
...
...
@@ -37,7 +37,7 @@
<div
class=
"t-g2"
>
注:每学年校方会组织两次 以上活动,学生每年至少参加一次活动,即可获得学分
</div>
</div>
</card>
<card
title=
"前沿创新论坛"
style=
"margin-top: 103px"
>
<card
title=
"前沿创新论坛"
style=
"margin-top: 103px
; margin-bottom: 100px
"
>
<div
style=
"background-color: #fff; padding-bottom: 32px"
>
<img
class=
"chart2"
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论