|
@@ -735,6 +735,18 @@
|
|
|
.continue-btn{background-image: url("@/static/images/course/jx-btn.png");}
|
|
|
@media (max-height: 600px) {margin-bottom: 40%;}
|
|
|
}
|
|
|
+
|
|
|
+// 课程完成
|
|
|
+.course-finish-dialog{
|
|
|
+ width: 750rpx;height: 1250rpx;@include ezy-no-repeat-cover;
|
|
|
+ background-image: url("@/static/images/course/video-finish-bj.png");
|
|
|
+ margin-bottom: 20%;position: relative;
|
|
|
+ .return-btn,.continue-btn{width: 115.38rpx;height: 135rpx;@include ezy-no-repeat-cover;margin: 0 36rpx;}
|
|
|
+ .course-btn-box{position: absolute;bottom: 200rpx;display: flex;left: 50%;transform: translateX(-50%);}
|
|
|
+ .return-btn{background-image: url("@/static/images/course/fh-btn.png");}
|
|
|
+ .continue-btn{background-image: url("@/static/images/course/jx-btn.png");}
|
|
|
+ @media (max-height: 600px) {margin-bottom: 40%;}
|
|
|
+}
|
|
|
|
|
|
// 我的页面
|
|
|
.ezy-my-page{
|