master
zsk 2 months ago
parent aa52237ab5
commit cd8abe0e27

@ -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;
.theVideo {
//
width: 100%;
height: 100%;
}
.shareVideo {
//
right: 10px;
bottom: 10px;
}
}
}
}
// .swiper {
// //
// swiper-item:last-child {
// .videoContainer {
// //
// overflow: visible !important;
// .theVideo {
// //
// width: 100%;
// height: 100%;
// }
// .shareVideo {
// //
// right: 10px;
// bottom: 10px;
// }
// }
// }
// }
}
.m-state {
position: fixed;

Loading…
Cancel
Save