|
|
@@ -194,10 +194,11 @@
|
|
|
.kecheng-list{
|
|
|
.kecheng-list-card-box{
|
|
|
display: flex;align-items: center;padding: 4rpx 0;
|
|
|
- img{width: 300rpx;max-height: 260rpx;margin-right: 32rpx;}
|
|
|
+ img,image{width: 300rpx;height: 190rpx;margin-right: 32rpx;flex-shrink: 0;}
|
|
|
.card-right-box{
|
|
|
font-size: 28rpx;
|
|
|
- view{color: #666;line-height: 1.6;}
|
|
|
+ view{
|
|
|
+ width: calc(100vw - 380rpx);color: #666;line-height: 1.8;@include single-line-ellipsis();}
|
|
|
.card-name{color: #333;font-weight: 600;}
|
|
|
}
|
|
|
}
|
|
|
@@ -264,22 +265,14 @@
|
|
|
}
|
|
|
.master-image{
|
|
|
width: 100%;height: 460rpx;position: relative;
|
|
|
- @include ezy-no-repeat-cover();background-image: url("@/static/images/common/video-bj.png");
|
|
|
+ @include ezy-no-repeat-cover();
|
|
|
}
|
|
|
// 课程引导阴影
|
|
|
.yindao-shadow-image{
|
|
|
- width: 80rpx;height: 80rpx;margin: 0;background-repeat: no-repeat;
|
|
|
- background-image: url("@/static/images/common/course-point-icon.gif");background-size: contain;
|
|
|
- position: absolute;right: 100rpx;top: 780rpx;pointer-events: none;
|
|
|
- }
|
|
|
- .kc-name-box{
|
|
|
- display: flex;align-items: center;box-sizing: border-box;padding: 24rpx 36rpx 6rpx;
|
|
|
- icon{
|
|
|
- width: 60rpx;height: 40rpx;flex-shrink: 0;
|
|
|
- }
|
|
|
- icon::before{content:'';width:40rpx;height: 40rpx;display: inline-block;
|
|
|
- @include ezy-no-repeat-cover();background-image: url("@/static/images/common/return-icon.png");}
|
|
|
+ width: 80rpx;height: 80rpx;margin: 0;background-repeat: no-repeat;background-size: contain;
|
|
|
+ position: absolute;right: 100rpx;top: 940rpx;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;}
|
|
|
.kecheng-mulu-box{
|
|
|
@@ -291,7 +284,7 @@
|
|
|
|
|
|
}
|
|
|
.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;}
|
|
|
+ .collapse-item-icon{flex-shrink: 0;margin-left: 10rpx;}
|
|
|
.item-open .collapse-item-icon{transform: rotate(180deg);}
|
|
|
|
|
|
.my-card-content {height: 0rpx;overflow: hidden;margin: 0 20rpx;}
|
|
|
@@ -306,12 +299,9 @@
|
|
|
|
|
|
.kejian-item{display: flex;align-items: center;padding: 16rpx;font-size: 28rpx;justify-content: space-between;
|
|
|
color: #666;border-radius: 4rpx;background-color: #f4f7ff;margin-bottom:16rpx;}
|
|
|
- .kejian-item-icon{background-image: url("@/static/images/common/play-icon.svg");flex-shrink: 0;margin-right: 8rpx;}
|
|
|
+ .kejian-item-icon{flex-shrink: 0;margin-right: 8rpx;}
|
|
|
.kejian-item-name{margin-right: auto;}
|
|
|
- .kejian-active{
|
|
|
- color: #3fd2a1;background-color: #3fd2a11a;
|
|
|
- .kejian-item-icon{background-image: url("@/static/images/common/play-icon-a.svg");}
|
|
|
- }
|
|
|
+ .kejian-active{color: #3fd2a1;background-color: #3fd2a11a;}
|
|
|
}
|
|
|
.kecheng-content-box{flex: 1;overflow: auto;}
|
|
|
.kecheng-jieshao-box{
|