|
@@ -171,10 +171,10 @@
|
|
|
|
|
|
<style lang="scss">
|
|
<style lang="scss">
|
|
.zhuapai-drop-container {
|
|
.zhuapai-drop-container {
|
|
- width: 180rpx;height: 400rpx;margin: 0;padding: 0;z-index: 10;position: absolute;overflow: hidden;
|
|
|
|
|
|
+ width: 180rpx;height: 400rpx;margin: 0;padding: 0;z-index: 10;position: absolute;overflow: hidden;
|
|
.phone-camera-box-zhuapai{
|
|
.phone-camera-box-zhuapai{
|
|
width: 100%;height: 240rpx;position: absolute;overflow: hidden;
|
|
width: 100%;height: 240rpx;position: absolute;overflow: hidden;
|
|
- .uni-video-container{background-color: transparent;}
|
|
|
|
|
|
+ .uni-video-container{background-color: transparent; pointer-events: none;}
|
|
.canvas-view-box,.hidden-video{transform: translateY(10000rpx);}
|
|
.canvas-view-box,.hidden-video{transform: translateY(10000rpx);}
|
|
}
|
|
}
|
|
.video-view-box{width:100%;height: 240rpx;position: absolute;}
|
|
.video-view-box{width:100%;height: 240rpx;position: absolute;}
|
|
@@ -186,6 +186,6 @@
|
|
.shiti-video-show-btn{
|
|
.shiti-video-show-btn{
|
|
background-color: #dcfbf1;padding:20rpx;top:0;right:0;border-radius:8rpx;
|
|
background-color: #dcfbf1;padding:20rpx;top:0;right:0;border-radius:8rpx;
|
|
i{background-image: url("@/static/images/exam/video-play-icon.svg");}
|
|
i{background-image: url("@/static/images/exam/video-play-icon.svg");}
|
|
- }
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|