提交 b846d350 编写于 作者: guangjun.yang's avatar guangjun.yang

Merge branch 'dev-coursedetail-0817' of...

Merge branch 'dev-coursedetail-0817' of http://192.168.110.53/com.pica.cloud.education.frontend/pica-professional-exam into dev-coursedetail-0817

* 'dev-coursedetail-0817' of http://192.168.110.53/com.pica.cloud.education.frontend/pica-professional-exam:
  修改样式
  修改分享
  修改分享
......@@ -166,7 +166,7 @@ export default {
Toast('请前往云鹊医APP参加考试');
} else if(item.type == 2){
Toast('登陆后可学习课程');
}
}
return;
}
......@@ -320,7 +320,7 @@ export default {
.van-collapse-item {
.van-cell {
margin: 9px auto 0 auto;
width: 345px;
width: 100%;
min-height: 48px;
border-radius: 6px;
}
......@@ -413,6 +413,8 @@ export default {
justify-content: space-between;
align-items: center;
.name {
flex: 1;
width: 100px;
.name-img {
position: relative;
z-index: 9;
......@@ -482,12 +484,10 @@ export default {
}
&-title {
// font-family: "PingFangSC-Medium", "PingFangSC", "Microsoft Yahei";
width: 231px;
font-size: 15px;
font-weight: 700;
line-height: 22px;
color: #333333;
float: left;
}
&-title-no {
color: #979899;
......
......@@ -58,12 +58,15 @@ export default {
border-radius: 50%;
}
.leader-text {
flex: 1;
width: 100px;
margin-left: 16px;
margin-top: 6px;
.leader-con {
line-height: 14px;
display: flex;
flex-direction: row;
white-space: nowrap;
span {
font-size: 16px;
color: #676869;
......
......@@ -323,6 +323,7 @@ export default {
this.coverType = 0;
}
this.curtLectureId = lecture.lectureId;
this.pdfUrl = getPdfFileUrl(lecture.courseware.filePath);
let history = 0;
if (lecture.progress < 1) {
history = lecture.lastTime === 1 ? 0 : lecture.lastTime
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册