.video-play.data-v-4f890410{ width: 100%; overflow: hidden; } /* 返回 */ .icon-back.data-v-4f890410{ display: flex; justify-content: flex-start; align-items: center; width: 35px; height: 35px; position: fixed; left: 20rpx; z-index: 10; } .icon-back>image.data-v-4f890410{ width: 19rpx; height: 35rpx; } /* 播放视频 */ #myVideo.data-v-4f890410{ width: 100%; } /* 播放按钮 */ .play-btn.data-v-4f890410{ width: 120rpx; height: 120rpx; position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .play-btn>image.data-v-4f890410{ width: 100%; height: 100%; }