|
@@ -4,13 +4,11 @@
|
|
<nuxt-link to="/examsystem" class="xwzx-row" :class="{'menu-active': curActive === 'examsystem'}">考试系统</nuxt-link>
|
|
<nuxt-link to="/examsystem" class="xwzx-row" :class="{'menu-active': curActive === 'examsystem'}">考试系统</nuxt-link>
|
|
<nuxt-link to="/trainsystem" class="xwzx-row" :class="{'menu-active': curActive === 'trainsystem'}">培训系统</nuxt-link>
|
|
<nuxt-link to="/trainsystem" class="xwzx-row" :class="{'menu-active': curActive === 'trainsystem'}">培训系统</nuxt-link>
|
|
<el-collapse accordion>
|
|
<el-collapse accordion>
|
|
- <el-collapse-item title="课程定制服务" :class="{'menu-active': curActive === 'courseware'}">
|
|
|
|
|
|
+ <el-collapse-item title="课程开发" :class="{'menu-active': curActive === 'courseware'}">
|
|
<nuxt-link :to="item.url" v-for="(item,index) in kckfList" :key="index" class="cpfw-popper-item">
|
|
<nuxt-link :to="item.url" v-for="(item,index) in kckfList" :key="index" class="cpfw-popper-item">
|
|
<i></i>
|
|
<i></i>
|
|
- <p>
|
|
|
|
- <span class="phone-popper-title">{{ item.title }}</span>
|
|
|
|
- <span class="phone-popper-des">{{ item.des }}</span>
|
|
|
|
- </p>
|
|
|
|
|
|
+ <span class="phone-popper-title">{{ item.title }}</span>
|
|
|
|
+ <!--<span class="phone-popper-des">{{ item.des }}</span>-->
|
|
</nuxt-link>
|
|
</nuxt-link>
|
|
</el-collapse-item>
|
|
</el-collapse-item>
|
|
</el-collapse>
|
|
</el-collapse>
|
|
@@ -27,27 +25,27 @@ export default {
|
|
kckfList: [
|
|
kckfList: [
|
|
{
|
|
{
|
|
img: '#',
|
|
img: '#',
|
|
- title: '梗概',
|
|
|
|
- des: '为企业量身定做专属课程',
|
|
|
|
|
|
+ title: '课程开发',
|
|
|
|
+ // des: '为企业量身定做专属课程',
|
|
url: '/courseware/synopsis'
|
|
url: '/courseware/synopsis'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
img: '#',
|
|
img: '#',
|
|
- title: '课程定制',
|
|
|
|
- des: '海量精品课程专业定制',
|
|
|
|
|
|
+ title: '微课制作',
|
|
|
|
+ // des: '海量精品课程专业定制',
|
|
url: '/courseware/custom'
|
|
url: '/courseware/custom'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
img: '#',
|
|
img: '#',
|
|
- title: '平台运营',
|
|
|
|
- des: '完善的平台运营体系',
|
|
|
|
- url: '/courseware/platform'
|
|
|
|
|
|
+ title: '高端动画',
|
|
|
|
+ // des: '完善的平台运营体系',
|
|
|
|
+ url: '/courseware/animation'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
img: '#',
|
|
img: '#',
|
|
- title: '课程大赛',
|
|
|
|
- des: '助力企业推动培训学习进程',
|
|
|
|
- url: '/courseware/compete'
|
|
|
|
|
|
+ title: '课件PPT',
|
|
|
|
+ // des: '助力企业推动培训学习进程',
|
|
|
|
+ url: '/courseware/ppt'
|
|
}
|
|
}
|
|
],
|
|
],
|
|
}
|
|
}
|
|
@@ -112,8 +110,8 @@ export default {
|
|
.cpfw-popper-item{
|
|
.cpfw-popper-item{
|
|
width: 100%;height: 80px;border-radius: 5px;background-color: rgba(187, 187, 187, 0.2);
|
|
width: 100%;height: 80px;border-radius: 5px;background-color: rgba(187, 187, 187, 0.2);
|
|
margin-bottom: 10px;display: flex;align-items: center;padding: 20px;box-sizing: border-box;
|
|
margin-bottom: 10px;display: flex;align-items: center;padding: 20px;box-sizing: border-box;
|
|
- i{width: 34px;height: 34px;background-size: contain;display: inline-block;margin-right: 16px;background-repeat:no-repeat;background-position: center;}
|
|
|
|
- .phone-popper-title{font-size: 14px;color: #333;margin-bottom: 4px;display: inline-block;}
|
|
|
|
|
|
+ i{width: 28px;height: 28px;background-size: contain;display: inline-block;margin-right: 12px;background-repeat:no-repeat;background-position: center;}
|
|
|
|
+ .phone-popper-title{font-size: 16px;color: #333;display: inline-block;}
|
|
.phone-popper-des{display:block;font-size: 12px;color: #9c9c9c;}
|
|
.phone-popper-des{display:block;font-size: 12px;color: #9c9c9c;}
|
|
|
|
|
|
// 列表
|
|
// 列表
|