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