|
@@ -6,36 +6,36 @@
|
|
<div class="fx-column fx-cen-cen pb20">
|
|
<div class="fx-column fx-cen-cen pb20">
|
|
<index-card title="在线试卷" class="mt20 index-block">
|
|
<index-card title="在线试卷" class="mt20 index-block">
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
- <el-col :span="8" v-for="item in onLinePaper">
|
|
|
|
- <div class="wrap-item fx-row jc-between ai-center">
|
|
|
|
- <div class="left mr30" >
|
|
|
|
- <el-image :src="item.img"></el-image>
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
- <div class="fx-row ai-center">
|
|
|
|
- <el-image :src="`${$imgBase}index/daoxue/icon_paper.png`"></el-image>
|
|
|
|
- <p class="bold">{{item.title}}</p>
|
|
|
|
|
|
+ <el-col :span="8" v-for="item in onLinePaper">
|
|
|
|
+ <div class="wrap-item fx-row jc-between ai-center">
|
|
|
|
+ <div class="left mr30">
|
|
|
|
+ <el-image :src="item.img"></el-image>
|
|
</div>
|
|
</div>
|
|
- <p class="mt20 mb20" style="color:#CECECE">少儿数字内容</p>
|
|
|
|
<div>
|
|
<div>
|
|
- <el-button type="primary" @click="$router.push(item.path)">立即查询</el-button>
|
|
|
|
|
|
+ <div class="fx-row ai-center">
|
|
|
|
+ <el-image :src="`${$imgBase}index/daoxue/icon_paper.png`"></el-image>
|
|
|
|
+ <p class="bold">{{ item.title }}</p>
|
|
|
|
+ </div>
|
|
|
|
+ <p class="mt20 mb20" style="color:#CECECE">少儿数字内容</p>
|
|
|
|
+ <div>
|
|
|
|
+ <el-button type="primary" @click="$router.push(item.path)">立即查询</el-button>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
- </el-col>
|
|
|
|
|
|
+ </el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</index-card>
|
|
</index-card>
|
|
<index-card title="学情分析" class="mt20 index-block">
|
|
<index-card title="学情分析" class="mt20 index-block">
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
- <el-col :span="8" v-for="item in idc" @click="$router.push(item.path)">
|
|
|
|
|
|
+ <el-col :span="8" v-for="item in idc" @click="$router.push(item.path)">
|
|
<div class="wrap-item fx-row jc-between ai-center">
|
|
<div class="wrap-item fx-row jc-between ai-center">
|
|
- <div class="left mr30" >
|
|
|
|
|
|
+ <div class="left mr30">
|
|
<el-image :src="item.img"></el-image>
|
|
<el-image :src="item.img"></el-image>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<div class="fx-row ai-center">
|
|
<div class="fx-row ai-center">
|
|
- <el-image :src="`${$imgBase}index/daoxue/icon_paper.png`"></el-image>
|
|
|
|
- <p class="bold">{{item.title}}</p>
|
|
|
|
|
|
+ <el-image :src="`${$imgBase}index/daoxue/icon_paper.png`"></el-image>
|
|
|
|
+ <p class="bold">{{ item.title }}</p>
|
|
</div>
|
|
</div>
|
|
<p class="mt20 mb20" style="color:#CECECE">少儿数字内容</p>
|
|
<p class="mt20 mb20" style="color:#CECECE">少儿数字内容</p>
|
|
<div>
|
|
<div>
|
|
@@ -55,63 +55,64 @@
|
|
<script>
|
|
<script>
|
|
import IndexCard from '@/views/index/components/index-card.vue'
|
|
import IndexCard from '@/views/index/components/index-card.vue'
|
|
import MxImageWrap from '@/views/questioncenter/components/main-card/mx-image-wrap.vue'
|
|
import MxImageWrap from '@/views/questioncenter/components/main-card/mx-image-wrap.vue'
|
|
-import RouterHelpMixin from '@/router/router-help-mixin'
|
|
|
|
import loginCheckMixin from '@/views/components/blocks/index-login-check-mixin'
|
|
import loginCheckMixin from '@/views/components/blocks/index-login-check-mixin'
|
|
|
|
+
|
|
export default {
|
|
export default {
|
|
components: { IndexCard, MxImageWrap },
|
|
components: { IndexCard, MxImageWrap },
|
|
- mixins: [RouterHelpMixin, loginCheckMixin],
|
|
|
|
|
|
+ mixins: [loginCheckMixin],
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
onLinePaper: [
|
|
onLinePaper: [
|
|
{
|
|
{
|
|
title: '个人测评',
|
|
title: '个人测评',
|
|
- img:`${this.$imgBase}index/daoxue/personal_eval.png`,
|
|
|
|
|
|
+ img: `${this.$imgBase}index/daoxue/personal_eval.png`,
|
|
path: '/daoxue/evaluating/personal/index_3'
|
|
path: '/daoxue/evaluating/personal/index_3'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '真题测评',
|
|
title: '真题测评',
|
|
- img:`${this.$imgBase}index/daoxue/past_eval.png`,
|
|
|
|
|
|
+ img: `${this.$imgBase}index/daoxue/past_eval.png`,
|
|
path: '/daoxue/evaluating/past/index_5'
|
|
path: '/daoxue/evaluating/past/index_5'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '学校测评',
|
|
title: '学校测评',
|
|
- img:`${this.$imgBase}index/daoxue/school_eval.png`,
|
|
|
|
|
|
+ img: `${this.$imgBase}index/daoxue/school_eval.png`,
|
|
path: '/daoxue/evaluating/school/index_1'
|
|
path: '/daoxue/evaluating/school/index_1'
|
|
- },
|
|
|
|
|
|
+ }
|
|
],
|
|
],
|
|
idc: [
|
|
idc: [
|
|
{
|
|
{
|
|
title: '个人测评',
|
|
title: '个人测评',
|
|
- img:`${this.$imgBase}index/daoxue/personal_idc.png`,
|
|
|
|
|
|
+ img: `${this.$imgBase}index/daoxue/personal_idc.png`,
|
|
path: '/daoxue/idc/eval/index_3'
|
|
path: '/daoxue/idc/eval/index_3'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '真题测评',
|
|
title: '真题测评',
|
|
- img:`${this.$imgBase}index/daoxue/past_idc.png`,
|
|
|
|
|
|
+ img: `${this.$imgBase}index/daoxue/past_idc.png`,
|
|
path: '/daoxue/idc/eval/index_5'
|
|
path: '/daoxue/idc/eval/index_5'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '学校测评',
|
|
title: '学校测评',
|
|
- img:`${this.$imgBase}index/daoxue/school_idc.png`,
|
|
|
|
|
|
+ img: `${this.$imgBase}index/daoxue/school_idc.png`,
|
|
path: '/daoxue/idc/eval/school/index_1'
|
|
path: '/daoxue/idc/eval/school/index_1'
|
|
- },
|
|
|
|
|
|
+ }
|
|
]
|
|
]
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- methods: {
|
|
|
|
- }
|
|
|
|
|
|
+ methods: {}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
|
|
|
|
-.wrap-item{
|
|
|
|
|
|
+.wrap-item {
|
|
background: #F7F8FD;
|
|
background: #F7F8FD;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
padding: 20px 30px 0 30px;
|
|
padding: 20px 30px 0 30px;
|
|
}
|
|
}
|
|
-.right{
|
|
|
|
|
|
+
|
|
|
|
+.right {
|
|
display: flex;
|
|
display: flex;
|
|
}
|
|
}
|
|
|
|
+
|
|
@media screen and (min-width: 1440px) {
|
|
@media screen and (min-width: 1440px) {
|
|
.index-block {
|
|
.index-block {
|
|
width: 1350px;
|
|
width: 1350px;
|