|
@@ -300,7 +300,7 @@
|
|
|
}
|
|
|
.brand-finish-icon{background-image: url("@/static/images/study/dao-finish-icon.png");}
|
|
|
.brand-arrow{
|
|
|
- width: 58rpx;height: 58rpx;left: 50%;top: 64%;position: absolute;
|
|
|
+ width: 58rpx;height: 58rpx;left: 50%;top: 64%;position: absolute;opacity: 0.8;
|
|
|
@include ezy-no-repeat-cover;background-image: url("@/static/images/study/brand-arrow.gif");
|
|
|
}
|
|
|
// brand-item
|
|
@@ -697,9 +697,10 @@
|
|
|
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-video-box{width: 720rpx;height: 466rpx;padding: 28rpx 30rpx 36rpx;margin: 0 auto 6rpx;}
|
|
|
+ .course-video-box{width: 730rpx;height: 440rpx;padding: 32rpx 32rpx;margin: 0 auto 6rpx;}
|
|
|
+
|
|
|
.course-content-border{
|
|
|
- display: flex;flex: 1;position: relative;margin: 0 30rpx;border-radius: 10rpx 10rpx 0 0;
|
|
|
+ display: flex;flex: 1;position: relative;margin: 0 22rpx;border-radius: 10rpx 10rpx 0 0;
|
|
|
background-color: rgba(255, 255, 255, 0.3);overflow-y: auto;
|
|
|
}
|
|
|
.course-content-box{
|
|
@@ -720,7 +721,8 @@
|
|
|
}
|
|
|
.course-title{color: #fff;font-size: 36rpx;margin-right: auto;margin-left: 10rpx;}
|
|
|
.course-play-btn{
|
|
|
- width: 162rpx;height: 54rpx;
|
|
|
+ width: 162rpx;height: 54rpx;line-height: 50rpx;
|
|
|
+ box-sizing: border-box;font-size: 24rpx;padding-left: 40rpx;
|
|
|
flex-shrink: 0;
|
|
|
@include ezy-no-repeat-cover;background-image: url("@/static/images/course/video-play.png");}
|
|
|
}
|