|
@@ -336,11 +336,12 @@
|
|
|
.master-image{
|
|
|
width: 100%;height: 460rpx;position: relative;
|
|
|
@include ezy-no-repeat-cover();background-image: url("@/static/images/common/video-bj.png");
|
|
|
- .video-player-box{background-color: rgba(0, 0, 0, 0.4);position: absolute;bottom: 0;left: 0;top: 0;right: 0;}
|
|
|
- .video-player-icon{
|
|
|
- width: 170rpx;height: 170rpx;position: absolute;bottom: 32%;left: 50%;transform: translate(-85rpx);
|
|
|
- @include ezy-no-repeat-cover();background-image: url("@/static/images/common/video-player-icon.svg");
|
|
|
- }
|
|
|
+ }
|
|
|
+ // 课程引导阴影
|
|
|
+ .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;
|