diff --git a/root/detail/job.vue b/root/detail/job.vue index de9c252..bbfa6f1 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -91,6 +91,60 @@ + + + + + + + + + + + + + @@ -298,6 +352,7 @@ --> + 1{{swiperArray}}2
@@ -1599,6 +1654,27 @@ export default { image { border-radius: 4px !important; } + .swiper { + // 为最后一个视频项目添加特殊处理 + swiper-item:last-child { + .videoContainer { + // 确保视频容器不会被裁剪 + overflow: visible !important; + + .theVideo { + // 确保视频元素能够完整显示 + width: 100%; + height: 100%; + } + + .shareVideo { + // 调整分享按钮位置,确保不会遮挡视频 + right: 10px; + bottom: 10px; + } + } + } + } } .m-state { position: fixed;