|
@@ -834,7 +834,7 @@
|
|
|
width: 100%;height: 100vh;background-color: #0ab2f0;position: relative;
|
|
|
padding-top:var(--status-bar-height);display: flex;flex-direction: column;
|
|
|
@include ezy-no-repeat-cover(top);
|
|
|
- .course-body-box{flex: 1;align-content: center;box-sizing: border-box;padding-bottom: 64rpx;}
|
|
|
+ .course-body-box{flex: 1;display: flex;align-items: center;box-sizing: border-box;padding-bottom: 64rpx;}
|
|
|
.course-video-box{width: 730rpx;height: 440rpx;padding: 32rpx 32rpx;margin: 0 auto 6rpx;}
|
|
|
|
|
|
.course-content-border{
|