|
|
|
|
@ -98,7 +98,7 @@
|
|
|
|
|
v-for="(item, index) in swiperArray"
|
|
|
|
|
:style="{
|
|
|
|
|
maxWidth: '58px',
|
|
|
|
|
paddingRight: index === swiperArray.length - 1 ? '0' : '12px'
|
|
|
|
|
paddingRight: '12px'
|
|
|
|
|
}"
|
|
|
|
|
:key="index"
|
|
|
|
|
:class="index == 0 ? 'g_ml_0 g_mr_0' : ''"
|
|
|
|
|
@ -1654,27 +1654,27 @@ export default {
|
|
|
|
|
image {
|
|
|
|
|
border-radius: 4px !important;
|
|
|
|
|
}
|
|
|
|
|
.swiper {
|
|
|
|
|
// 为最后一个视频项目添加特殊处理
|
|
|
|
|
swiper-item:last-child {
|
|
|
|
|
.videoContainer {
|
|
|
|
|
// 确保视频容器不会被裁剪
|
|
|
|
|
overflow: visible !important;
|
|
|
|
|
// .swiper {
|
|
|
|
|
// // 为最后一个视频项目添加特殊处理
|
|
|
|
|
// swiper-item:last-child {
|
|
|
|
|
// .videoContainer {
|
|
|
|
|
// // 确保视频容器不会被裁剪
|
|
|
|
|
// overflow: visible !important;
|
|
|
|
|
|
|
|
|
|
.theVideo {
|
|
|
|
|
// 确保视频元素能够完整显示
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
// .theVideo {
|
|
|
|
|
// // 确保视频元素能够完整显示
|
|
|
|
|
// width: 100%;
|
|
|
|
|
// height: 100%;
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
.shareVideo {
|
|
|
|
|
// 调整分享按钮位置,确保不会遮挡视频
|
|
|
|
|
right: 10px;
|
|
|
|
|
bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// .shareVideo {
|
|
|
|
|
// // 调整分享按钮位置,确保不会遮挡视频
|
|
|
|
|
// right: 10px;
|
|
|
|
|
// bottom: 10px;
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
}
|
|
|
|
|
.m-state {
|
|
|
|
|
position: fixed;
|
|
|
|
|
|