>
產品選型
>
CAMOZZI K系列直動式微型電磁閥
CAMOZZI K系列直動式微型電磁閥
產品介紹
K系列直動式電磁閥是一種板式聯(lián)接的微型電磁閥,一般作為先導閥使用,本公司生產的E系列規(guī)格為10的電磁閥均采用此K系列閥作為先導閥,也可以安裝在單閥座或氣路板上使用,有常閉(NC)和常開(NO)兩種機能,電磁閥的電磁線圈塑封于閥體內,其體積很小,便于安裝。
查看更多評論
var galleryThumbs = new Swiper('.gallery-thumbs', {
spaceBetween: 2,
slidesPerView: 4,
freeMode: true,
//watchSlidesVisibility: true,
//watchSlidesProgress: true,
navigation: {
nextEl: '.swiper-px-next',
prevEl: '.swiper-px-prev',
},
});
//var galleryTop = new Swiper('.gallery-top', {
// spaceBetween: 10,
// thumbs: {
// swiper: galleryThumbs
// }
//});
var imgsrcs = $('.swiper-slide').eq(0).find('img').attr('src');
$('.gallery-thumbs .swiper-slide').mouseover(function () {
let imgsrc = $(this).find('img').attr('src');
$(this).addClass("border-simg").siblings().removeClass("border-simg")
// console.log()
$('.jqzoom img').attr('src', imgsrc);
$('.jqzoom img').attr('jqimg', imgsrc)
}).eq(0).click()
$(".swiper-slide").eq(0).addClass("border-simg")
$('.jqzoom img').attr('src', imgsrcs);
$('.jqzoom img').attr('jqimg', imgsrcs)
$(".jqzoom").jqueryzoom({
xzoom: 350,
yzoom: 250,
offset: 10,
position: "right",
preload: 1,
lens: 1
});