|
@@ -1,10 +1,10 @@
|
|
<template>
|
|
<template>
|
|
<div class="app-back">
|
|
<div class="app-back">
|
|
<div class="banner">
|
|
<div class="banner">
|
|
- <el-image style="width: 100vw" :src="require('@/assets/images/daoxue_banner.png')" fit="none"></el-image>
|
|
|
|
|
|
+ <el-image :src="require('@/assets/images/index/banner/daoxue_banner.png')" fit="cover"></el-image>
|
|
</div>
|
|
</div>
|
|
- <div class="app-content">
|
|
|
|
- <index-card title="在线试卷" class="mb20">
|
|
|
|
|
|
+ <div class="fx-column fx-cen-cen pb20">
|
|
|
|
+ <index-card title="在线试卷" class="mt20 index-block">
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
<el-col :span="8" v-for="item in onLinePaper">
|
|
<el-col :span="8" v-for="item in onLinePaper">
|
|
<div class="wrap-item fx-row jc-between ai-center">
|
|
<div class="wrap-item fx-row jc-between ai-center">
|
|
@@ -13,7 +13,7 @@
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<div class="fx-row ai-center">
|
|
<div class="fx-row ai-center">
|
|
- <el-image :src="require('@/assets/images/icon_paper.png')"></el-image>
|
|
|
|
|
|
+ <el-image :src="require('@/assets/images/index/daoxue/icon_paper.png')"></el-image>
|
|
<p class="bold">{{item.title}}</p>
|
|
<p class="bold">{{item.title}}</p>
|
|
</div>
|
|
</div>
|
|
<p class="mt20 mb20" style="color:#CECECE">少儿数字内容</p>
|
|
<p class="mt20 mb20" style="color:#CECECE">少儿数字内容</p>
|
|
@@ -25,7 +25,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</index-card>
|
|
</index-card>
|
|
- <index-card title="学情分析" class="mb20">
|
|
|
|
|
|
+ <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">
|
|
@@ -34,7 +34,7 @@
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
<div class="fx-row ai-center">
|
|
<div class="fx-row ai-center">
|
|
- <el-image :src="require('@/assets/images/icon_paper.png')"></el-image>
|
|
|
|
|
|
+ <el-image :src="require('@/assets/images/index/daoxue/icon_paper.png')"></el-image>
|
|
<p class="bold">{{item.title}}</p>
|
|
<p class="bold">{{item.title}}</p>
|
|
</div>
|
|
</div>
|
|
<p class="mt20 mb20" style="color:#CECECE">少儿数字内容</p>
|
|
<p class="mt20 mb20" style="color:#CECECE">少儿数字内容</p>
|
|
@@ -46,7 +46,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
</index-card>
|
|
</index-card>
|
|
- <index-card title="学情报告" class="mb20">
|
|
|
|
|
|
+ <index-card title="学情报告" class="mt20 index-block">
|
|
<el-button type="primary">查看报告</el-button>
|
|
<el-button type="primary">查看报告</el-button>
|
|
</index-card>
|
|
</index-card>
|
|
</div>
|
|
</div>
|
|
@@ -65,34 +65,34 @@ export default {
|
|
onLinePaper: [
|
|
onLinePaper: [
|
|
{
|
|
{
|
|
title: '个人测评',
|
|
title: '个人测评',
|
|
- img: require('@/assets/images/personal_eval.png'),
|
|
|
|
|
|
+ img: require('@/assets/images/index/daoxue/personal_eval.png'),
|
|
path: '/daoxue/evaluating/personal/index_3'
|
|
path: '/daoxue/evaluating/personal/index_3'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '真题测评',
|
|
title: '真题测评',
|
|
- img: require('@/assets/images/past_eval.png'),
|
|
|
|
|
|
+ img: require('@/assets/images/index/daoxue/past_eval.png'),
|
|
path: '/daoxue/evaluating/past/index_5'
|
|
path: '/daoxue/evaluating/past/index_5'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '学校测评',
|
|
title: '学校测评',
|
|
- img: require('@/assets/images/school_eval.png'),
|
|
|
|
|
|
+ img: require('@/assets/images/index/daoxue/school_eval.png'),
|
|
path: '/daoxue/evaluating/school/index_1'
|
|
path: '/daoxue/evaluating/school/index_1'
|
|
},
|
|
},
|
|
],
|
|
],
|
|
idc: [
|
|
idc: [
|
|
{
|
|
{
|
|
title: '个人测评',
|
|
title: '个人测评',
|
|
- img: require('@/assets/images/personal_idc.png'),
|
|
|
|
|
|
+ img: require('@/assets/images/index/daoxue/personal_idc.png'),
|
|
path: '/daoxue/idc/eval/index_3'
|
|
path: '/daoxue/idc/eval/index_3'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '真题测评',
|
|
title: '真题测评',
|
|
- img: require('@/assets/images/past_idc.png'),
|
|
|
|
|
|
+ img: require('@/assets/images/index/daoxue/past_idc.png'),
|
|
path: '/daoxue/idc/eval/index_5'
|
|
path: '/daoxue/idc/eval/index_5'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '学校测评',
|
|
title: '学校测评',
|
|
- img: require('@/assets/images/school_idc.png'),
|
|
|
|
|
|
+ img: require('@/assets/images/index/daoxue/school_idc.png'),
|
|
path: '/daoxue/idc/eval/school/index_1'
|
|
path: '/daoxue/idc/eval/school/index_1'
|
|
},
|
|
},
|
|
]
|
|
]
|
|
@@ -112,5 +112,17 @@ export default {
|
|
.right{
|
|
.right{
|
|
display: flex;
|
|
display: flex;
|
|
}
|
|
}
|
|
|
|
+@media screen and (min-width: 1440px) {
|
|
|
|
+ .index-block {
|
|
|
|
+ width: 1350px;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 1439px) {
|
|
|
|
+ .index-block {
|
|
|
|
+ width: calc(100vw - 80px);
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ }
|
|
|
|
+}
|
|
</style>
|
|
</style>
|