diff --git a/src/views/Index.vue b/src/views/Index.vue index 60864947..665b8810 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -153,28 +153,29 @@
- +
- +
- + +
- + 查看更多>>
- +
- +
推荐课程 @@ -1308,7 +1309,7 @@ export default { return this.courseList.list.slice(3) }, // 精品课展示 - exquisiteList() { + exquisiteList() { return this.qusisityList.list.slice(0,3) }, }, @@ -1567,7 +1568,7 @@ export default { let course = { aid: this.userInfo.aid, } - apiIndex.qualitylist(course).then((res) => { + apiIndex.qualitylist(course).then((res) => { let courseIds = []; res.data.result.forEach((item) => { item.authorInfo = { @@ -2826,6 +2827,15 @@ export default { display: flex; .modules-title { + position: relative; + .jin-zhe{ + width: 410px; + height: 30px; + background: #f7f7f9; + position: absolute; + left: 86px; + +} .modules-text { height: 28px; font-size: 20px; @@ -3136,4 +3146,13 @@ export default { border: 1px solid #d9edf7; //overflow: hidden; } +.jin-text{ + font-family: "Source Han Sans CN", "SourceHanSansCN", sans-serif !important; + font-weight: bold; + font-size: 20px; + color: #3E87F5; + // line-height: 29px;/ + text-align: justify; + font-style: normal; +}