|
@@ -475,7 +475,31 @@
|
|
width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
|
|
width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
|
|
padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
|
|
@include ezy-no-repeat-cover(bottom);background-image: url("@/static/images/exam/exam-shiti-bj.png");
|
|
-
|
|
|
|
|
|
+ .course-video-box{
|
|
|
|
+ width: 100%;height: 400rpx!important;flex-shrink: 0;position: relative;
|
|
|
|
+ .prism-big-play-btn{top: 50%;left: 50%!important;transform: translate(-50%, -50%);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ .course-content-border{
|
|
|
|
+ width: 100%;display: flex;flex: 1;position: relative;
|
|
|
|
+ background-color: rgba(255, 255, 255, 0.6);overflow-y: auto;
|
|
|
|
+ }
|
|
|
|
+ .course-content-box{
|
|
|
|
+ flex: 1;margin: 20rpx 20rpx 0;background-color: #fff;overflow-y: auto;
|
|
|
|
+ box-sizing: border-box;padding: 42rpx 24rpx;
|
|
|
|
+ }
|
|
|
|
+ .course-content-item{
|
|
|
|
+ width: 100%;background-color: #f7f8fa;border-radius: 8rpx;
|
|
|
|
+ display: flex;box-sizing: border-box;padding: 20rpx;margin-bottom: 24rpx;
|
|
|
|
+ }
|
|
|
|
+ .course-title{color: #088aea;font-size: 42rpx;margin-bottom: 20rpx;}
|
|
|
|
+ .course-play-btn{width: 48rpx;height: 48rpx;margin-right: 20rpx;
|
|
|
|
+ @include ezy-no-repeat-cover;background-image: url("@/static/images/course/video-play.png");
|
|
|
|
+ }
|
|
|
|
+ .course-content{
|
|
|
|
+ display: flex;flex-direction: column;color: #666;font-size: 32rpx;
|
|
|
|
+ .content-kcwz{font-size: 28rpx;margin-top: 16rpx;}
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
// height:$titleBar-tabBar-page;
|
|
// height:$titleBar-tabBar-page;
|