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

chore:页面title调整

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