|
|
@@ -285,25 +285,25 @@
|
|
|
/*** 课程学习 ***/
|
|
|
.kecheng-study-page{
|
|
|
display: flex;height: 100vh;flex-direction: column;
|
|
|
- .phone-video-box{
|
|
|
- width:100%;height: 460rpx;
|
|
|
- .kecheng-video{height: 460rpx!important;}
|
|
|
- .prism-big-play-btn{left: 50%!important;margin-left: -32px;}
|
|
|
- .prism-player .prism-progress .prism-progress-played{background-color: #3fd2a1;}
|
|
|
- .prism-player .prism-progress .prism-progress-cursor{background: unset;}
|
|
|
- }
|
|
|
- .master-image{
|
|
|
- width: 100%;height: 460rpx;position: relative;
|
|
|
- @include ezy-no-repeat-cover();
|
|
|
- }
|
|
|
+ .master-image{position: relative;@include ezy-no-repeat-cover();}
|
|
|
// 课程引导阴影
|
|
|
.yindao-shadow-image{
|
|
|
width: 80rpx;height: 80rpx;margin: 0;background-repeat: no-repeat;background-size: contain;
|
|
|
- position: absolute;right: 100rpx;top: 940rpx;pointer-events: none;
|
|
|
+ position: absolute;right: 100rpx;top: 400rpx;pointer-events: none;
|
|
|
}
|
|
|
.kc-name-box{display: flex;align-items: center;box-sizing: border-box;padding: 24rpx 36rpx 6rpx;}
|
|
|
- .kc-info-box{width: 100%;box-sizing: border-box;padding: 6rpx 36rpx 24rpx;border-bottom: 1rpx solid #ebebeb;
|
|
|
- display: flex;align-items: center;justify-content: space-between;color: #555;font-size: 28rpx;}
|
|
|
+ .kc-info-box{
|
|
|
+ width: 100%;box-sizing: border-box;padding: 24rpx 36rpx 24rpx;
|
|
|
+ color: #555;font-size: 28rpx;border-bottom: 1rpx solid #ebebeb;
|
|
|
+ .info-content-box{
|
|
|
+ display: flex;align-items: center;justify-content: space-between;margin-bottom: 10rpx;
|
|
|
+ }
|
|
|
+ .info-tip{
|
|
|
+ border: 1rpx dashed #3fd2a1;color: #3fd2a1;text-align: center;
|
|
|
+ margin-bottom: 16rpx;padding: 4rpx 0;border-radius: 8rpx;
|
|
|
+ }
|
|
|
+ .info-sm{font-size: 24rpx;color: #888;line-height: 1.6;}
|
|
|
+ }
|
|
|
.kecheng-mulu-box{
|
|
|
width: 100%;box-sizing: border-box;padding: 0 36rpx;
|
|
|
.collapse-item-icon,.kejian-item-icon{width: 36rpx;height: 36rpx;@include ezy-no-repeat-cover();}
|
|
|
@@ -339,6 +339,30 @@
|
|
|
img{max-width: 100%;margin: 0 auto;}
|
|
|
@include ezy-rich-text();
|
|
|
}
|
|
|
+ /* 竖屏样式 */
|
|
|
+ @media screen and (orientation: portrait) {
|
|
|
+ .phone-video-box{
|
|
|
+ width:100%;height: 460rpx;
|
|
|
+ .kecheng-video{height: 460rpx!important;}
|
|
|
+ .prism-big-play-btn{left: 50%!important;margin-left: -32px;}
|
|
|
+ .prism-player .prism-progress .prism-progress-played{background-color: #3fd2a1;}
|
|
|
+ .prism-player .prism-progress .prism-progress-cursor{background: unset;}
|
|
|
+ }
|
|
|
+ .master-image{width: 100%;height: 460rpx;}
|
|
|
+ .kecheng-study-body{display: block;overflow-y: auto;position: relative;}
|
|
|
+ }
|
|
|
+ /* 横屏样式 */
|
|
|
+ @media screen and (orientation: landscape) {
|
|
|
+ .phone-video-box{
|
|
|
+ width:100%;height: 100vh;
|
|
|
+ .kecheng-video{height: 100vh!important;width: auto;}
|
|
|
+ .prism-big-play-btn{left: 50%!important;top:50%;transform: translate(-50%,-50%);}
|
|
|
+ .prism-player .prism-cover{background-size: contain;}
|
|
|
+ }
|
|
|
+ .master-image{width:100%;height: 100vh;}
|
|
|
+ .kecheng-study-body{display: none;}
|
|
|
+ .kecheng-study-navBar{display: none;}
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/*** 进入成绩 ***/
|