|
|
@ -77,7 +77,7 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="item4" v-if="componentContent.productStyleValue == '4'" @click="jumpProductDetail(item)"> |
|
|
|
|
|
|
|
|
|
|
|
<div class="item4_content"> |
|
|
|
<div class="item4_image"><el-image :src="item.image" fit="contain"></el-image></div> |
|
|
|
<div class="item4_info"> |
|
|
@ -113,7 +113,7 @@ import {commonMixin} from '../mixin' |
|
|
|
slidesPerView: 4, // 显示数量 |
|
|
|
spaceBetween: 13, // 间隔 |
|
|
|
autoplay: false, // 可选选项,自动滑动 |
|
|
|
loop: true, |
|
|
|
loop: false, |
|
|
|
pagination: { |
|
|
|
el: '.product-pagination' |
|
|
|
}, |
|
|
@ -462,7 +462,7 @@ import {commonMixin} from '../mixin' |
|
|
|
position: absolute; |
|
|
|
left: 26px; |
|
|
|
z-index: 100; |
|
|
|
|
|
|
|
|
|
|
|
img{ |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|