|
@@ -97,6 +97,53 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
+/*** 课程学习 ***/
|
|
|
+.kecheng-study-page{
|
|
|
+ display: flex;height: 100vh;flex-direction: column;
|
|
|
+ .phone-video-box{
|
|
|
+ width:100%;height: 460rpx;
|
|
|
+ .kecheng-video{height: 460rpx!important;}
|
|
|
+ }
|
|
|
+ .kc-info-box{width: 100%;box-sizing: border-box;padding: 24rpx 36rpx;border-bottom: 1rpx solid #ebebeb;
|
|
|
+ display: flex;align-items: center;justify-content: space-between;color: #555;}
|
|
|
+ .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();}
|
|
|
+ .my-collapse-item {
|
|
|
+ border-bottom: 1rpx solid #ebebeb;padding: 32rpx 0;
|
|
|
+ display: flex;align-items: center;justify-content: space-between;
|
|
|
+
|
|
|
+ }
|
|
|
+ .collapse-text{font-size: 30rpx;color: #333;}
|
|
|
+ .collapse-item-icon{background-image: url("@/static/images/common/nav-bar-jt-bottom.svg");flex-shrink: 0;margin-left: 10rpx;}
|
|
|
+ .item-open .collapse-item-icon{transform: rotate(180deg);}
|
|
|
+
|
|
|
+ .my-card-content {height: 0rpx;overflow: hidden;margin: 0 32rpx;}
|
|
|
+ .content-open{
|
|
|
+ display: block;height: auto;
|
|
|
+ .content-open{margin: 0 16rpx;}
|
|
|
+ .item-open{
|
|
|
+ border:0;
|
|
|
+ .collapse-text{color: #333;}
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .kejian-item{display: flex;align-items: center;padding: 16rpx;font-size: 28rpx;
|
|
|
+ color: #666;border-radius: 4rpx;background-color: #f4f7ff;margin-bottom:20rpx;}
|
|
|
+ .kejian-item-icon{background-image: url("@/static/images/common/play-icon.svg");flex-shrink: 0;margin-right: 8rpx;}
|
|
|
+ .kejian-active{
|
|
|
+ color: #3fd2a1;background-color: #3fd2a11a;
|
|
|
+ .kejian-item-icon{background-image: url("@/static/images/common/play-icon-a.svg");}
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .kecheng-content-box{flex: 1;overflow: auto;}
|
|
|
+ .kecheng-jieshao-box{
|
|
|
+ display: block;box-sizing: border-box;padding: 24rpx;font-size: 30rpx;color: #666;
|
|
|
+ word-break: break-all;line-height: 1.6;
|
|
|
+ img{max-width: 100%;margin: 0 auto;}
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
/*** 答题卡 ***/
|
|
|
.answer-card-popup{
|
|
|
height: 100vh;
|