|
@@ -179,12 +179,15 @@
|
|
|
}
|
|
|
.video-view-box{width:100%;height: 240rpx;position: absolute;}
|
|
|
.shiti-video-hidden-btn,.shiti-video-show-btn{
|
|
|
- position: absolute;top:6rpx;right:6rpx;
|
|
|
+ position: absolute;top:0;right:0;
|
|
|
i{width: 32rpx;height: 32rpx;display: block;background-size: cover;background-repeat: no-repeat;background-position:center;}
|
|
|
}
|
|
|
- .shiti-video-hidden-btn i{background-image: url("@/static/images/exam/video-close-icon.svg");}
|
|
|
+ .shiti-video-hidden-btn{
|
|
|
+ width: 60rpx;height: 60rpx;
|
|
|
+ i{background-image: url("@/static/images/exam/video-close-icon.svg");margin:6rpx 6rpx 6rpx auto;}
|
|
|
+ }
|
|
|
.shiti-video-show-btn{
|
|
|
- background-color: #dcfbf1;padding:20rpx;top:0;right:0;border-radius:8rpx;
|
|
|
+ background-color: #dcfbf1;padding:20rpx;border-radius:8rpx;
|
|
|
i{background-image: url("@/static/images/exam/video-play-icon.svg");}
|
|
|
}
|
|
|
}
|