Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-fi
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-fi
Commits
0e52cedc
提交
0e52cedc
authored
10月 29, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
updates
上级
0d724a9c
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
24 行增加
和
22 行删除
+24
-22
Course.vue
src/modules/home/components/Course.vue
+11
-9
Main.vue
src/modules/home/components/Main.vue
+9
-9
ProjectSystem.vue
src/modules/home/components/ProjectSystem.vue
+4
-4
没有找到文件。
src/modules/home/components/Course.vue
浏览文件 @
0e52cedc
...
...
@@ -54,11 +54,12 @@ const courseList: Array<{ tit: string; desc: string; img: string }> = [
<div
class=
"education_desc"
>
PAA持续教育,是清控紫荆金融保险学院PAA认证中心为持证人定制研发的终身学习培训平台,旨在为持证人提供知识更新迭代、使其持续拥有PAA证书的持证效力与执业能力。
</div>
<div
class=
"education_con"
>
<div
class=
"con_
content
"
>
<div
class=
"con_
part content1
"
>
持证人须在证书报告期内(自获得证书签发之日起,每24个月为一个报告期),完成规定的60学分,如未达到将无法进行证书再认证。
</div>
<div
class=
"con_
conten
t"
>
<div
class=
"con_
par
t"
>
持证人可通过线上学习、线下活动、在职学习、公开发表论文或出版著作以及担任专业组织委员等多种形式获得学分。期间由紫荆教育金融保险学院提供全方位教育科技平台支持和全流程专属导师制辅导。
</div>
</div>
...
...
@@ -70,7 +71,6 @@ const courseList: Array<{ tit: string; desc: string; img: string }> = [
<
style
lang=
"scss"
scoped
>
.main
{
width
:
100%
;
background
:
url('https://webapp-pub.ezijing.com/project_online/paa/course_bg.png')
no-repeat
center
;
background-size
:
100%
100%
;
.main_con
{
...
...
@@ -203,7 +203,6 @@ const courseList: Array<{ tit: string; desc: string; img: string }> = [
border-radius
:
6px
;
margin-top
:
40px
;
padding
:
69px
75px
74px
73px
;
// box-sizing: border-box;
.education_tit
{
font-size
:
22px
;
font-weight
:
bold
;
...
...
@@ -219,11 +218,14 @@ const courseList: Array<{ tit: string; desc: string; img: string }> = [
}
.education_con
{
display
:
flex
;
justify-content
:
space-between
;
.con_content
{
margin-top
:
44px
;
.content1
{
margin-right
:
92px
;
}
.con_part
{
width
:
480px
;
background
:
url('https://webapp-pub.ezijing.com/project_online/paa/education_bg.png')
no-repeat
center
;
height
:
175px
;
background
:
url('https://webapp-pub.ezijing.com/project_online/paa/education_bg.png')
center
no-repeat
;
font-size
:
16px
;
font-weight
:
400
;
line-height
:
30px
;
...
...
@@ -231,7 +233,7 @@ const courseList: Array<{ tit: string; desc: string; img: string }> = [
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
box-sizing
:
border-bo
x
;
padding
:
0
32px
0
33p
x
;
}
}
}
...
...
src/modules/home/components/Main.vue
浏览文件 @
0e52cedc
...
...
@@ -2,34 +2,34 @@
import
'swiper/css'
const
mainList
:
Array
<
{
img
:
string
;
tit
:
string
}
>
=
[
{
img
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online/paa/main1.png'
,
img
:
'https://webapp-pub.
ezijing
.com/project_online/paa/main1.png'
,
tit
:
'严谨的课程体系'
},
{
img
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online/paa/main2.png'
,
img
:
'https://webapp-pub.
ezijing
.com/project_online/paa/main2.png'
,
tit
:
'系统的教学平台'
},
{
img
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online/paa/main1.png'
,
img
:
'https://webapp-pub.
ezijing
.com/project_online/paa/main1.png'
,
tit
:
'灵活的学习模式'
}
]
const
mainList1
:
Array
<
{
img
:
string
;
img1
:
string
;
tit
:
string
;
desc
:
string
}
>
=
[
{
img
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online/paa/main4_1.png'
,
img1
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online/paa/main4_2.png'
,
img
:
'https://webapp-pub.
ezijing
.com/project_online/paa/main4_1.png'
,
img1
:
'https://webapp-pub.
ezijing
.com/project_online/paa/main4_2.png'
,
tit
:
'考培分离'
,
desc
:
'灵活自如公平公正'
},
{
img
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online/paa/main5_1.png'
,
img1
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online/paa/main5_2.png'
,
img
:
'https://webapp-pub.
ezijing
.com/project_online/paa/main5_1.png'
,
img1
:
'https://webapp-pub.
ezijing
.com/project_online/paa/main5_2.png'
,
tit
:
'千人千卷'
,
desc
:
'因材施教百炼成钢'
},
{
img
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online/paa/main6_1.png'
,
img1
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online/paa/main6_2.png'
,
img
:
'https://webapp-pub.
ezijing
.com/project_online/paa/main6_1.png'
,
img1
:
'https://webapp-pub.
ezijing
.com/project_online/paa/main6_2.png'
,
tit
:
'专属辅导'
,
desc
:
'高效学习精准施教'
}
...
...
src/modules/home/components/ProjectSystem.vue
浏览文件 @
0e52cedc
...
...
@@ -3,22 +3,22 @@ const list: Array<{ tit: string; desc: string; img: string }> = [
{
tit
:
'专业权威'
,
desc
:
'由清华大学知名教授、清控紫荆教育专职名师和高级实战专家组成“产学研”一体化教学团队。'
,
img
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online/paa/list1.png'
img
:
'https://webapp-pub.
ezijing
.com/project_online/paa/list1.png'
},
{
tit
:
'行业标准'
,
desc
:
'首创专属金融保险私人权属资产分析的多维模型、私人权属资产全面预算、私人不良资产处置等研发课题和课程内容。'
,
img
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online/paa/list2.png'
img
:
'https://webapp-pub.
ezijing
.com/project_online/paa/list2.png'
},
{
tit
:
'职业认证'
,
desc
:
'现代金融保险服务业从业人员职业等级认证系列,从入门到专业、从专业到权威的规划类与管理类职业认证体系。'
,
img
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online/paa/list3.png'
img
:
'https://webapp-pub.
ezijing
.com/project_online/paa/list3.png'
},
{
tit
:
'普惠实战'
,
desc
:
'隶属清控紫荆金融保险战略性产品。旨在为金融保险企业打造卓越代理人、卓越经纪人以及保险门店、保险工作室独立代理人养成计划,打造终身学习型高绩效团队,成为中国保险销售冠军的人才摇篮。'
,
img
:
'https://webapp-pub.
oss-cn-beijing.aliyuncs
.com/project_online/paa/list4.png'
img
:
'https://webapp-pub.
ezijing
.com/project_online/paa/list4.png'
}
]
</
script
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论