提交 0e52cedc authored 作者: matian's avatar matian

updates

上级 0d724a9c
......@@ -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_content">
<div class="con_part">
持证人可通过线上学习、线下活动、在职学习、公开发表论文或出版著作以及担任专业组织委员等多种形式获得学分。期间由紫荆教育金融保险学院提供全方位教育科技平台支持和全流程专属导师制辅导。
</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-box;
padding: 0 32px 0 33px;
}
}
}
......
......@@ -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: '高效学习精准施教'
}
......
......@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论