|
|
|
|
@ -23,7 +23,15 @@
|
|
|
|
|
height: currentIndex == 0 ? swiperFirstHeight + 'px' : swiperSecondHeight + 'px',
|
|
|
|
|
next-margin="28px"
|
|
|
|
|
}" -->
|
|
|
|
|
<swiper class="u-skeleton-fillet utran" :autoplay="false" :circular="false" :current="currentIndex" current-item-id interval="3000" duration="300" display-multiple-items="1" :skip-hidden-item-layout="false" @transition="handleTransition" @animationfinish="handleAnimationFinish">
|
|
|
|
|
<swiper class="u-skeleton-fillet utran"
|
|
|
|
|
:autoplay="false" :circular="false" :current="currentIndex"
|
|
|
|
|
current-item-id interval="3000" duration="300"
|
|
|
|
|
display-multiple-items="1" :skip-hidden-item-layout="false"
|
|
|
|
|
@transition="handleTransition" @animationfinish="handleAnimationFinish"
|
|
|
|
|
:style="{
|
|
|
|
|
height: serviceListBefore && serviceListBefore.length <= 5 ? '86px' : '150px',
|
|
|
|
|
}"
|
|
|
|
|
>
|
|
|
|
|
<swiper-item style="overflow: unset" class="g_flex_column_center">
|
|
|
|
|
<!-- (imageSize*0.8 - ml) -->
|
|
|
|
|
<div
|
|
|
|
|
|