@@ -206,6 +206,7 @@ const onSwipeChange = (num, index) => {
height: 100%;
background-image: url("../assets/images/HD1/bg_caizhi.jpg");
background-size: 100% 100%;
+ background-color: #b6bfb3;
transition: all 1s;
.btn-back {
z-index: 20;
@@ -60,8 +60,11 @@
<div :class="`backVideo ${backVideoFlag ? 'backVideoShow' : ''}`">
<video
ref="backVideoRef"
- muted
src="@/assets/images/RW/play.mp4"
+ playsinline
+ muted
+ webkit-playsinline="true"
+ x5-video-player-type="h5"
/>
</div>