diff --git a/components/video-player/video-player.vue b/components/video-player/video-player.vue
index 497d909..cc2ef8c 100644
--- a/components/video-player/video-player.vue
+++ b/components/video-player/video-player.vue
@@ -410,4 +410,6 @@
.speed-control .speed-control-list .li.current {
color: var(--primaryColor);
}
+
+
diff --git a/pages/study/courseStudy.vue b/pages/study/courseStudy.vue
index 96ac0c1..07765e2 100644
--- a/pages/study/courseStudy.vue
+++ b/pages/study/courseStudy.vue
@@ -77,9 +77,10 @@
-
+
-
+
+ 查看更多∨
@@ -451,6 +452,7 @@
localTimeKey:'boeu-study-time' ,//本地存储的学习时长的key json格式
localTimeValue:0,//计算的时间
appendStudyOtherHandle:null,
+ articleMore:true
}
},
computed: {
@@ -778,6 +780,7 @@
},
//更换播放内容
changePlayRes(con){
+ this.articleMore=true;
this.clearTimeHandle();
// console.log(con,'con');
if(this.videoPlayer){
@@ -1539,7 +1542,9 @@
}
return statusObj[status]
},
-
+ showMore(){
+ this.articleMore=false;
+ }
}
}
@@ -1938,4 +1943,18 @@
}
}
}
+ .about-gongsi-info{overflow: hidden; position: relative;}
+ .about-gongsi-info::after{
+ content: '';
+ position: absolute;
+ width: 100%;
+ height: 30px;
+ background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
+ background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
+ background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
+ background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0ff, endColorstr=#fff, GradientType=0);
+ bottom: 0;
+ left: 0;
+ }
\ No newline at end of file