提交 f441384f authored 作者: 王鹏飞's avatar 王鹏飞

chore:页面title调整

上级 35607f4f
......@@ -12,12 +12,9 @@
</div>
</div>
<div class="course-item-bottom" v-show="isOpen">
<div
class="course-child"
v-for="item in data.child"
:key="item.id"
@click="onClick(item)"
>{{ item.course_name }}</div>
<div class="course-child" v-for="item in data.child" :key="item.id" @click="onClick(item)">
{{ item.course_name }}
</div>
</div>
</div>
</template>
......@@ -79,7 +76,7 @@ export default {
overflow: hidden;
}
.course-item__title {
font-size: 13px;
font-size: 0.26rem;
color: #666;
display: -webkit-box;
-webkit-box-orient: vertical;
......@@ -91,19 +88,19 @@ export default {
height: 0.48rem;
margin-left: 0.15rem;
padding: 0 0.2rem;
font-size: 0.22rem;
font-size: 0.24rem;
line-height: 0.48rem;
}
.course-item__text:first-child {
margin-left: 0;
}
.course-item__text__course {
color: #88bbff;
background-color: #edf5ff;
color: #fff;
background-color: #75b0ff;
}
.course-item__text__video {
color: #54d0b0;
background-color: #edfaf7;
color: #fff;
background-color: #5ad0b2;
}
.course-child {
font-size: 13px;
......
......@@ -15,7 +15,7 @@ export default {
name: 'Course',
components: { CourseItem },
metaInfo: {
title: '课程学习'
title: '考证课程'
},
data() {
return {
......
......@@ -141,7 +141,7 @@ export default {
},
metaInfo() {
return {
title: '专项练习',
title: '必考考点',
meta: [
// { vmid: 'description', name: 'description', content: this.description }
]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论