提交 d8477f17 authored 作者: lihuihui's avatar lihuihui

新增页面

上级 d3bf8e2a
......@@ -71,9 +71,8 @@ export default {
{
name: '在线教育解决方案',
children: [
{ name: '产品技术(即将推出)', onClick: this.showTips },
{ name: '技术支持(即将推出)', onClick: this.showTips },
{ name: '联合运营(即将推出)', onClick: this.showTips }
{ name: '核心能力概括', path: '/services/solution' },
{ name: '联合运营案例-私人财富风险管理顾问(PRP)', href: 'https://prp.ezijing.com/' }
]
}
]
......
......@@ -48,7 +48,7 @@ export default {
slidesPerView: 2
},
futureList: [
{ title: 'SHMS✖️Wanda终身学习计划说明会', created_time: '06月24日' },
{ title: '2021年第二期“1+X 金融产品数字化营销职业技能等级证书(中级)”师资培训班', created_time: '06月27日' },
{ title: '紫荆-KELLEY商学院金融硕士项目招生说明会', created_time: '07月11日' },
{ title: '中国PRP二期班核心课程', created_time: '07月17日' }
],
......
<template>
<div class="solutin-box">
<div class="title">在线教育解决方案</div>
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/www/h5/images/pages-solution.png">
</div>
</template>
<script>
export default {
}
</script>
<style lang="scss" scoped>
.solutin-box{
.title{
font-size: .14rem;
line-height: 100%;
color: #333333;
padding:.14rem 0 .14rem .17rem;
}
img{
width: 100%;
display: block;
}
}
</style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论