master
zsk 2 months ago
parent aa52237ab5
commit cd8abe0e27

@ -98,7 +98,7 @@
v-for="(item, index) in swiperArray" v-for="(item, index) in swiperArray"
:style="{ :style="{
maxWidth: '58px', maxWidth: '58px',
paddingRight: index === swiperArray.length - 1 ? '0' : '12px' paddingRight: '12px'
}" }"
:key="index" :key="index"
:class="index == 0 ? 'g_ml_0 g_mr_0' : ''" :class="index == 0 ? 'g_ml_0 g_mr_0' : ''"
@ -1654,27 +1654,27 @@ export default {
image { image {
border-radius: 4px !important; border-radius: 4px !important;
} }
.swiper { // .swiper {
// // //
swiper-item:last-child { // swiper-item:last-child {
.videoContainer { // .videoContainer {
// // //
overflow: visible !important; // overflow: visible !important;
.theVideo { // .theVideo {
// // //
width: 100%; // width: 100%;
height: 100%; // height: 100%;
} // }
.shareVideo { // .shareVideo {
// // //
right: 10px; // right: 10px;
bottom: 10px; // bottom: 10px;
} // }
} // }
} // }
} // }
} }
.m-state { .m-state {
position: fixed; position: fixed;

Loading…
Cancel
Save